NSX-T Data Center REST API

StatusEnum (type)

{
  "id": "StatusEnum",
  "module_id": "PolicyVpcStatistics",
  "properties": {
    "status": {
      "enum": [
        "SUCCESS",
        "ERROR",
        "UNINITIALIZED",
        "IN_PROGRESS",
        "UNKNOWN"
      ],
      "required": false,
      "title": "Status of this object",
      "type": "string"
    }
  },
  "title": "Status of VPC and components under it.",
  "type": "object"
}