NSX-T Data Center REST API
CsmStatus (type)
{
"additionalProperties": false,
"extends": {
"$ref": "Resource
},
"id": "CsmStatus",
"module_id": "CloudServiceManager",
"properties": {
"_links": {
"description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
"items": {
"$ref": "ResourceLink
},
"readonly": true,
"title": "References related to this resource",
"type": "array"
},
"_schema": {
"readonly": true,
"title": "Schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink,
"readonly": true,
"title": "Link to this resource"
},
"display_name": {
"readonly": true,
"required": false,
"title": "Name of the Csm instance",
"type": "string"
},
"id": {
"description": "Identifier of the Csm appliance",
"readonly": true,
"required": true,
"title": "UUID of the Csm appliance",
"type": "string"
},
"ip_address": {
"readonly": true,
"required": false,
"title": "IP address of Csm instance",
"type": "string"
},
"managed_by_vmware": {
"description": "This property is used only if CSM is running in service mode",
"readonly": true,
"required": false,
"title": "Mode of running of Csm instance",
"type": "boolean"
},
"supported_clouds": {
"description": "This property provides the list of names of supported clouds by CSM.",
"items": {
"$ref": "CloudTypeInfo
},
"readonly": true,
"required": true,
"title": "Indication of clouds supported by CSM",
"type": "array"
},
"version": {
"readonly": true,
"required": true,
"title": "Version of Csm",
"type": "string"
}
},
"title": "Information about status of cloud service manager",
"type": "object"
}