NSX Autonomous Edge REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
LogicalPortListParameters (schema)
List parameters for logical port
Parameters to get filtered list of logical ports. The filter parameters are mutually exclusive.
Name | Description | Type | Notes |
---|---|---|---|
l2_extension_id | Id of a specified l2vpn session List all of the logical ports that are extended via the specified l2vpn session id. |
string | |
port_type | Type of logical port 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). |
string | Enum: routed, extended, none |