NSX-T Data Center REST API

Tier0GatewayState (type)

{
  "additionalProperties": false,
  "id": "Tier0GatewayState",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "auto_rds": {
      "$ref": "AutoRds",
      "description": "Object that holds auto assigned route distingushers for this gateway.",
      "title": "Auto assigned Route Distingushers"
    },
    "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"
    },
    "evpn_rd_per_edge_mappings": {
      "$ref": "RdPerEdgeMapping",
      "description": "Object that holds route distingushers for this gateway.",
      "title": "Route Distingusher per edge node"
    },
    "ipv6_status": {
      "description": "IPv6 DAD status for interfaces configured on Tier0",
      "items": {
        "$ref": "IPv6Status"
      },
      "title": "IPv6 DAD status for Tier0 interfaces",
      "type": "array"
    },
    "tier0_state": {
      "$ref": "LogicalRouterState",
      "description": "Detailed realized state information for Tier0",
      "title": "Tier0 state"
    },
    "tier0_status": {
      "$ref": "LogicalRouterStatus",
      "description": "Detailed realized status information for Tier0",
      "title": "Tier0 status"
    },
    "transport_zone": {
      "$ref": "PolicyTransportZone",
      "description": "Transport Zone information which got configured on Gateway.",
      "title": "Transport Zone Information"
    }
  },
  "title": "Tier0 gateway state",
  "type": "object"
}