NSX-T Data Center REST API

Tier1GatewayState (type)

{
  "additionalProperties": false,
  "id": "Tier1GatewayState",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "enforcement_point_path": {
      "description": "String Path of the enforcement point. When not specified, routes from all enforcement-points are returned.",
      "title": "Enforcement point path",
      "type": "string"
    },
    "ipv6_status": {
      "description": "IPv6 DAD status for interfaces configured on Tier1",
      "items": {
        "$ref": "IPv6Status"
      },
      "title": "IPv6 DAD status for Tier1 interfaces",
      "type": "array"
    },
    "tier1_state": {
      "$ref": "LogicalRouterState",
      "description": "Detailed realized state information for Tier1",
      "title": "Tier1 state"
    },
    "tier1_status": {
      "$ref": "LogicalRouterStatus",
      "description": "Detailed realized status information for Tier1",
      "title": "Tier1 status"
    },
    "transport_zone": {
      "$ref": "PolicyTransportZone",
      "description": "Transport Zone information which got configured on Gateway.",
      "title": "Transport Zone Information"
    }
  },
  "title": "Tier1 gateway state",
  "type": "object"
}