NSX-T Data Center REST API

NodeServiceStatusProperties (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Resource"
  },
  "id": "NodeServiceStatusProperties",
  "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"
    },
    "health": {
      "enum": [
        "STABLE",
        "DEGRADED"
      ],
      "readonly": true,
      "required": false,
      "title": "Service health in addition to runtime_state",
      "type": "string"
    },
    "monitor_pid": {
      "readonly": true,
      "title": "Service monitor process id",
      "type": "integer"
    },
    "monitor_runtime_state": {
      "enum": [
        "running",
        "stopped"
      ],
      "readonly": true,
      "title": "Service monitor runtime state",
      "type": "string"
    },
    "pids": {
      "items": {
        "type": "integer"
      },
      "readonly": true,
      "title": "Service process ids",
      "type": "array"
    },
    "reason": {
      "readonly": true,
      "required": false,
      "title": "Reason for service degradation",
      "type": "string"
    },
    "runtime_state": {
      "enum": [
        "running",
        "stopped"
      ],
      "readonly": true,
      "title": "Service runtime state",
      "type": "string"
    }
  },
  "title": "Node service status properties",
  "type": "object"
}