Update CSG
Update the specified CSG.
The ID of the CSG.
The request payload for Update CSG API.
{
"id": "string",
"version": 0,
"name": "cdc1-csg1",
"type": "string",
"enabled": false,
"preDeployed": {
"preDeployed": false
},
"parentDomainId": "string",
"switches": [
{
"name": "string",
"uplinks": [
{
"pnic": "string",
"name": "string"
}
]
}
],
"networks": [
{
"type": "string",
"name": "string",
"switch": "string",
"segmentType": "string",
"vlan": 0,
"mac_learning_enabled": false,
"uplinkTeamingPolicy": {
"uplinkPortOrder": {
"active": [
"string"
],
"standby": [
"string"
],
"unused": [
"string"
]
}
}
}
],
"settings": {
"dns": {
"suffix": "string",
"servers": [
"string"
]
},
"ntp": {
"servers": [
"string"
]
},
"csiTagging": {
"enableCsiZoning": false,
"clusterCsiZoneTagNamingScheme": "string",
"hostCsiZoneTagNamingScheme": "string"
},
"disableDatastoreCustomization": false
},
"csiTags": {
"csiZoneTag": "string"
},
"csiCategories": {
"useExisting": false,
"zone": "string"
},
"hcpId": "string"
}
The unique ID of the CSG Domain. This is optional when creating CSG and required when updating CSG(s) in the absence of CSG Domain ID as API Path Param. This field is required and cannot be updated during CSG Update.
The version of this CSG Domain entity. This field must be specified during CSG Update.
The name of the CSG. This field cannot be updated during CSG Update.
The type of the CSG domain. This field cannot be updated during CSG Update.
Flag indicating whether this domain is enabled or disabled.
preDeployed
The unique ID of the parent domain for this CSG domain. This field cannot be updated during Domain Update.
The list of switches under this domain.
The list of networks for the switches under this domain.
settings
csiTags
csiCategories
The unique ID of the Host Config Profile to be applied to this domain. This is an optional field when creating domains. During Domain update, if the previous value is present and current update doesn't have this value, it will be treated as intent to remove currently applied Host Config Profile from this domain.
The specified CSG has been updated successfully.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.
API endpoint has permanently moved.
{
"redirectURL": "string"
}
redirectURL
Response Headers
URI where the client will find the new endpoint.
Response may include details of why the request is bad.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.
User is not authenticated to invoke this endpoint.
User is not authorized to invoke this endpoint.
The specified CSG was not found.
The request payload 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.