NSX-T Data Center REST API

GatewayStats (type)

{
  "additionalProperties": false, 
  "id": "GatewayStats", 
  "module_id": "CloudServiceManager", 
  "properties": {
    "deploying": {
      "description": "The number of gateways with status DEPLOYING.", 
      "readonly": true, 
      "required": false, 
      "title": "Gateways with status DEPLOYING", 
      "type": "integer"
    }, 
    "down": {
      "description": "The number of gateways with status DOWN.", 
      "readonly": true, 
      "required": false, 
      "title": "Gateways with status DOWN", 
      "type": "integer"
    }, 
    "up": {
      "description": "The number of gateways with status UP.", 
      "readonly": true, 
      "required": false, 
      "title": "Gateways with status UP", 
      "type": "integer"
    }
  }, 
  "title": "Gateway statistics", 
  "type": "object"
}