UpdateDataCenterModel

Details for updating a datacenter.

Properties

NameDescription Additional information
Name

New name of the datacenter.

Type: String

Description

Description.

Type: String

Tags

See Tags and Custom Properties.

Type: Array of String

CustomProperties

See Tags and Custom Properties.

Type: Array of CustomPropertyModel

LicenseServerAddress

License server address for the datacenter. Note that the license server must be online and reachable when updating this value. To update the datacenter when the license server is not reachable, do not specify a value for this property.

Type: String

LicenseServerAddressPort

License server address port for the datacenter. Note that the license server must be online and reachable when updating this value. To update the datacenter when the license server is not reachable, do not specify a value for this property.

Type: Number

NetScalerGatewayAddress

The address of the NetScaler Gateway to use for tenants in the datacenter who use a shared NetScaler Gateway. Only used if NetScaler Gateway is enabled at a global level.

Type: String

AacFarmName

The Advanced Access Control farm name to use for tenants in the datacenter who use a shared NetScaler Gateway. Only used if NetScaler Gateway and Advanced Access Control are both enabled at a global level.

Type: String

Sample

application/json

Sample:
{
  "Name": "datacenter 1",
  "Description": "datacenter 1",
  "Tags": [
    "tag"
  ],
  "CustomProperties": [
    {
      "Name": "myProperty",
      "Value": "myValue"
    }
  ],
  "LicenseServerAddress": "ctxlicense.csp.com",
  "LicenseServerAddressPort": 27000,
  "NetScalerGatewayAddress": "https://ag.datacenter1.csp.com",
  "AacFarmName": "tenant1"
}