NSX-T Data Center REST API

TunnelStatus (type)

{
  "id": "TunnelStatus",
  "module_id": "PolicyConnectivityStatistics",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "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"
}