List ports
List all ports in the specified project and region.
Results can be filtered by network, subnet, IP address, or port ID,
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 by port ID(s). Exact match.
Filter by IP address(es). Exact match.
Optional. Limit the number of returned items
x <= 1000100
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 by subnet ID(s). Exact match.