NSX-T Data Center REST API

ComponentConditionItem (type)

{
  "additionalProperties": false,
  "description": "This indicate component health condition and the reason why not healthy.",
  "id": "ComponentConditionItem",
  "module_id": "PolicyAntreaMonitoring",
  "properties": {
    "condition_type": {
      "$ref": "ComponentConditionType",
      "description": "Indicate which component condition it is.",
      "readonly": true,
      "title": "Antrea Component condition type"
    },
    "last_heartbeat_time": {
      "$ref": "EpochMsTimestamp",
      "description": "Time unit is millisecond.",
      "title": "Last heartbeat time"
    },
    "message": {
      "description": "Additional condition information.",
      "title": "Antrea Component condition message",
      "type": "string"
    },
    "reason": {
      "description": "Indicate why not healthy.",
      "title": "Reason of unhealthy status",
      "type": "string"
    },
    "status": {
      "$ref": "ConditionStatus",
      "description": "Indicate healthy or unhealthy.",
      "title": "Component condition status"
    }
  },
  "title": "Antrea Component condition",
  "type": "object"
}