NSX-T Data Center REST API

VpcStatusReason (type)

{
  "additionalProperties": false,
  "id": "VpcStatusReason",
  "module_id": "PolicyVpcStatistics",
  "properties": {
    "additional_details": {
      "items": {
        "$ref": "VpcStatusAdditionalDetails"
      },
      "title": "Additional error details that would help understand the reason of failure.",
      "type": "array"
    },
    "code": {
      "required": false,
      "title": "Reason code for the realization of the object.",
      "type": "integer"
    },
    "description": {
      "required": false,
      "title": "Brief description of the reason of success/failure/warning.",
      "type": "string"
    },
    "message": {
      "items": {
        "type": "string"
      },
      "required": false,
      "title": "Detailed messages/suggestions about error and remediation.",
      "type": "array"
    },
    "results": {
      "enum": [
        "SUCCESS",
        "FAILED",
        "WARNING"
      ],
      "required": false,
      "title": "Reason for success/failure of realization of the intent",
      "type": "string"
    }
  },
  "title": "Reason for a given status of the VPC Subnet",
  "type": "object"
}