NSX-T Data Center REST API

GreTunnelStatus (type)

{
  "extends": {
    "$ref": "TunnelStatus"
  },
  "id": "GreTunnelStatus",
  "module_id": "PolicyConnectivityStatistics",
  "polymorphic-type-descriptor": {
    "type-identifier": "GreTunnelStatus"
  },
  "properties": {
    "destination": {
      "$ref": "IPAddress",
      "description": "Tunnel destination address",
      "readonly": true,
      "title": "Tunnel destination address"
    },
    "endpoint_status_per_edge_node": {
      "items": {
        "$ref": "GreTunnelEndpointStatusPerEdgeNode"
      },
      "maxItems": 8,
      "minItems": 1,
      "readonly": true,
      "type": "array"
    },
    "resource_type": {
      "description": "Indicates Resource type of TunnelStatus, GreTunnelStatus - Resource type as GreTunnelStatus will be used to populate P2P GRE Tunnel status",
      "enum": [
        "GreTunnelStatus"
      ],
      "required": true,
      "title": "resource type",
      "type": "string"
    }
  },
  "type": "object"
}