NSX-T Data Center REST API

MpsTnComponentHealthStatus (type)

{
  "additionalProperties": false,
  "description": "Health Status of MPS component.",
  "id": "MpsTnComponentHealthStatus",
  "module_id": "NsxMalwarePreventionDeployment",
  "properties": {
    "is_stale": {
      "description": "The parameter is set if the last received health status is older than the predefined interval of 4 minutes.",
      "readonly": true,
      "required": false,
      "title": "Flag is true when health status is stale",
      "type": "boolean"
    },
    "last_update_time": {
      "description": "Latest timestamp when health status is received.",
      "readonly": true,
      "required": false,
      "title": "Health status timestamp",
      "type": "string"
    },
    "service_name": {
      "description": "application.",
      "readonly": true,
      "required": false,
      "title": "MPS Component name",
      "type": "string"
    },
    "service_status": {
      "description": "Status of MPS Component running status.",
      "readonly": true,
      "required": false,
      "title": "MPS component running status.",
      "type": "string"
    }
  },
  "title": "MPS Component health status",
  "type": "object"
}