NSX-T Data Center REST API

ContainerClusterStatus (type)

{
  "id": "ContainerClusterStatus",
  "module_id": "TnContainerStatus",
  "properties": {
    "cluster_id": {
      "description": "Identifier of the container cluster.",
      "title": "Identifier of the container cluster",
      "type": "string"
    },
    "detail": {
      "description": "Detail information on status.",
      "title": "Detail information on status",
      "type": "string"
    },
    "interval": {
      "description": "Display the cluster check interval in seconds.",
      "maximum": 600,
      "minimum": 60,
      "readonly": true,
      "title": "Container cluster status check interval",
      "type": "int"
    },
    "status": {
      "$ref": "TnContainerStatusType",
      "description": "Display the container cluster status.",
      "title": "Container cluster status"
    }
  },
  "type": "object"
}