NSX-T Data Center REST API

EdgeDataplaneFwContexts (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Resource"
  },
  "id": "EdgeDataplaneFwContexts",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "results": {
      "description": "Firewall context",
      "items": {
        "$ref": "FwContexts"
      },
      "maxItems": 4096,
      "title": "Firewall Context",
      "type": "array"
    }
  },
  "title": "Information about Edge Dataplane firewall contexts",
  "type": "object"
}