NSX-T Data Center REST API

FwContexts (type)

{
  "additionalProperties": false,
  "id": "FwContexts",
  "properties": {
    "ICMP Active/Max": {
      "description": "ICMP active/max connections",
      "readonly": true,
      "title": "ICMP Active/Max Connections",
      "type": "string"
    },
    "Other Active/Max": {
      "description": "Other active/max connections",
      "readonly": true,
      "title": "Other Active/Max Connections",
      "type": "string"
    },
    "TCP Half Opened Active/Max": {
      "description": "TCP active/max connections",
      "readonly": true,
      "title": "TCP Active/Max Connections",
      "type": "string"
    },
    "UDP Active/Max": {
      "description": "UDP active/max connections",
      "readonly": true,
      "title": "UDP Active/Max Connections",
      "type": "string"
    },
    "config-loaded": {
      "description": "Configuration is loaded",
      "readonly": true,
      "title": "Configuration Loaded",
      "type": "string"
    },
    "connection-count": {
      "description": "Connection count",
      "readonly": true,
      "title": "Connection Count",
      "type": "string"
    },
    "connections": {
      "description": "Connections",
      "readonly": true,
      "title": "Connections",
      "type": "object"
    },
    "name": {
      "description": "Name",
      "readonly": true,
      "title": "Name",
      "type": "string"
    },
    "ports": {
      "description": "Ports",
      "items": {
        "type": "object"
      },
      "readonly": true,
      "title": "Ports",
      "type": "array"
    },
    "pvi": {
      "description": "Peer VRF",
      "readonly": true,
      "title": "Peer VRF",
      "type": "integer"
    },
    "rule-flag": {
      "description": "Rule flag",
      "readonly": true,
      "title": "Rule Flag",
      "type": "string"
    },
    "sync-enabled": {
      "description": "HA enabled",
      "readonly": true,
      "title": "HA Enabled",
      "type": "string"
    },
    "sync-total-stats": {
      "description": "HA total statistics",
      "readonly": true,
      "title": "HA Total Statistics",
      "type": "object"
    },
    "total-stats": {
      "description": "Total statistics",
      "readonly": true,
      "title": "Total Statistics",
      "type": "object"
    },
    "type": {
      "description": "Type",
      "readonly": true,
      "title": "Type",
      "type": "string"
    },
    "uuid": {
      "description": "UUID",
      "readonly": true,
      "title": "UUID",
      "type": "string"
    },
    "vrf": {
      "description": "VRF",
      "readonly": true,
      "title": "VRF",
      "type": "integer"
    }
  },
  "type": "object"
}