NSX-T Data Center REST API
NodeServicesStatus (type)
{
"additionalProperties": false,
"description": "A list of the statuses of all the node level services.",
"id": "NodeServicesStatus",
"module_id": "ClusterManagement",
"properties": {
"services": {
"items": {
"$ref": "NodeServiceStatus"
},
"readonly": true,
"title": "Array of groups and their statuses",
"type": "array"
}
},
"title": "Status of all the node services",
"type": "object"
}