NSX-T Data Center REST API

NodeServiceStatus (type)

{
  "additionalProperties": false,
  "description": "This type contains the attributes and status of a node service.",
  "id": "NodeServiceStatus",
  "module_id": "ClusterManagement",
  "properties": {
    "nodes": {
      "items": {
        "$ref": "NodeServiceMemberStatus"
      },
      "readonly": true,
      "title": "Array of nodes hosting the services and their statuses",
      "type": "array"
    },
    "service_name": {
      "enum": [
        "APPLIANCE_PROXY",
        "SEARCH",
        "SHA"
      ],
      "readonly": true,
      "title": "Name of the service",
      "type": "string"
    }
  },
  "title": "Status of a node level service",
  "type": "object"
}