NSX-T Data Center REST API
InstanceStats (type)
{
"additionalProperties": false,
"description": "Stores statistics of the instances like MANAGED and UNMANAGED instances.",
"id": "InstanceStats",
"module_id": "CloudServiceManager",
"properties": {
"error": {
"description": "The number of instances with status ERROR.",
"readonly": true,
"required": false,
"title": "Error Instances",
"type": "integer"
},
"managed": {
"description": "The number of instances with status MANAGED.",
"readonly": true,
"required": false,
"title": "Managed Instances",
"type": "integer"
},
"powered_off": {
"description": "The number of instances with status POWERED OFF.",
"readonly": true,
"required": false,
"title": "Powered Off Instances",
"type": "integer"
},
"total": {
"description": "The total number of instances.",
"readonly": true,
"required": false,
"title": "Total number of instances",
"type": "integer"
},
"unmanaged": {
"description": "The number of instances with status UNMANAGED.",
"readonly": true,
"required": false,
"title": "Unmanaged Instances",
"type": "integer"
},
"vcpus": {
"description": "The number of virtual CPUs.",
"readonly": true,
"required": false,
"title": "Virtual CPUs",
"type": "integer"
}
},
"title": "Instance statistics",
"type": "object"
}