Get Global Settings
This API fetches the global settings.
Response that includes the global settings.
{
"id": "string",
"version": 0,
"dns": {
"suffix": "string",
"servers": [
"string"
]
},
"ntp": {
"servers": [
"string"
]
},
"csiTagging": {
"enableCsiZoning": false,
"clusterCsiZoneTagNamingScheme": "string",
"hostCsiZoneTagNamingScheme": "string"
},
"tcaSsoCredentials": {
"username": "[email protected]",
"password": "string"
},
"createdTimestamp": 0,
"lastUpdatedTimestamp": 0
}
The unique ID of the global settings.
The version of this global settings entity.
DNS Server details.
NTP Server details.
CSI Tagging data.
TCA sso credentials.
The timestamp of when the global settings were first saved.
The timestamp of when the global settings were last modified.
API endpoint has permanently moved.
{
"redirectURL": "string"
}
redirectURL
Response Headers
URI where the client will find the new endpoint.
User is not authenticated to invoke this endpoint.
User is not authorized to invoke this endpoint.
Global Settings were not found.
The request parameters couldn't be processed by the server.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.
An internal server error has occurred.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.