NSX-T Data Center REST API

L2VPNSessionStatusNsxT (type)

{
  "additionalProperties": false,
  "description": "L2VPN Session Status represents status on an NSX-T type of enforcement point.",
  "extends": {
    "$ref": "L2VPNSessionStatusPerEP"
  },
  "id": "L2VPNSessionStatusNsxT",
  "module_id": "PolicyVpnStats",
  "polymorphic-type-descriptor": {
    "type-identifier": "L2VPNSessionStatusNsxT"
  },
  "properties": {
    "alarm": {
      "$ref": "PolicyRuntimeAlarm",
      "description": "Alarm information details.",
      "readonly": true,
      "title": "Alarm Information Details"
    },
    "display_name": {
      "description": "Display name of l2vpn session.",
      "readonly": true,
      "title": "Display name",
      "type": "string"
    },
    "enforcement_point_path": {
      "description": "Policy Path referencing the enforcement point where the info is fetched.",
      "readonly": true,
      "title": "Enforcement point Path",
      "type": "string"
    },
    "resource_type": {
      "enum": [
        "L2VPNSessionStatusNsxT"
      ],
      "required": true,
      "type": "string"
    },
    "runtime_status": {
      "description": "L2 VPN session status, specifies UP/DOWN.",
      "enum": [
        "UP",
        "DOWN"
      ],
      "readonly": true,
      "title": "L2 VPN session status",
      "type": "string"
    },
    "transport_tunnels": {
      "description": "Transport tunnels status.",
      "items": {
        "$ref": "L2VPNSessionTransportTunnelStatus"
      },
      "readonly": true,
      "title": "Transport tunnels status",
      "type": "array"
    }
  },
  "title": "L2VPN session status summary",
  "type": "object"
}