NSX-T Data Center REST API

LimitState (type)

{
  "additionalProperties": false,
  "description": "Object representing the operational state of a limit",
  "id": "LimitState",
  "module_id": "PolicyLimit",
  "nsx_feature": "IpBlockQuota",
  "properties": {
    "intent_path": {
      "title": "Limit policy path",
      "type": "string"
    },
    "quota": {
      "$ref": "QuotaState"
    }
  },
  "title": "Limit operational state",
  "type": "object"
}