NSX Autonomous Edge REST API

LogicalPortListParameters (type)

{
  "additionalProperties": false,
  "description": "Parameters to get filtered list of logical ports. The filter parameters are mutually exclusive.",
  "id": "LogicalPortListParameters",
  "properties": {
    "l2_extension_id": {
      "description": "List all of the logical ports that are extended via the specified l2vpn session id.",
      "title": "Id of a specified l2vpn session",
      "type": "string"
    },
    "port_type": {
      "description": "If routed, list all of the routed logical ports. If extended, list all of the extended logial ports. If none, list all pure l2 logical ports (not routed and extended).",
      "enum": [
        "routed",
        "extended",
        "none"
      ],
      "required": false,
      "title": "Type of logical port",
      "type": "string"
    }
  },
  "title": "List parameters for logical port",
  "type": "object"
}