List ports
List all ports in the specified project and region.
Results can be filtered by network, subnet, IP address, port ID, attachment,
trunk parent, or managed_by value, and sorted by created_at or network_id.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234_abcdef
Path Parameters
Project ID
1
Region ID
1
Query Parameters
Filter attached (true) or standalone (false) ports.
Filter by port ID(s). Exact match.
Filter by IP address(es). Exact match.
Optional. Limit the number of returned items
x <= 1000100
Filter ports managed by the user or system.
system, user Filter by network ID(s). Exact match.
Optional. Offset value is used to exclude the first set of records from the result
x >= 00
Sort field and direction, e.g. created_at.desc or network_id.asc
created_at.asc, created_at.desc, network_id.asc, network_id.desc Filter trunk sub-ports by their parent port ID.
Filter by attached compute resource ID.
Filter by attachment resource type.
baremetal, basic_vm, dhcp, gpu_baremetal_server, gpu_virtual_server, instance, load_balancer, router Filter by subnet ID(s). Exact match.