InlineZtpV1GlobalsettingsRequestBody
InlineZtpV1GlobalsettingsRequestBody
JSON Example
{
"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"
}
}
string As uuid As uuid
id
Optional
The unique ID of the global settings. This is optional when creating global settings and required when updating global settings(s) in the absence of global settings ID as API Path Param. This field cannot be updated when updating global settings.
integer
version
Optional
The version of this global settings entity. This field must be specified during global settings Update.
object
dns
Required
DNS Server details.
object
ntp
Required
NTP Server details.
object
csiTagging
Optional
CSI Tagging data.
object
tcaSsoCredentials
Required
TCA SSO credentials.