v1

latestOpenAPI 3.1.02026-07-172660204.4 KB
Extension

List Ports

List Ports.

get/api/v1/extension/ports

Query parameters

limitinteger nullable

Requests a page size of items. Returns a number of items up to a limit value.

Requests a page size of items. Returns a number of items up to a limit value.

markerstring nullable

The ID of the last-seen item.

The ID of the last-seen item.

sort_dirs'desc' | 'asc'

Indicates in which directions to sort.

sort_keysPortSortKey[] nullable

Indicates in which attributes to sort.

Indicates in which attributes to sort.

all_projectsboolean nullable

List ports for all projects.

List ports for all projects.

project_idstring nullable

Filter the list of ports by the given project ID.

Filter the list of ports by the given project ID.

namestring nullable

Filter the list of ports by the given port name.

Filter the list of ports by the given port name.

status'ACTIVE' | 'DOWN' | 'BUILD' | 'ERROR' | 'N/A'

Filter the list of ports by the given port status.

network_namestring nullable

Filter the list of ports by the given network name.

Filter the list of ports by the given network name.

network_idstring nullable

Filter the list of ports by the given network ID.

Filter the list of ports by the given network ID.

device_idstring nullable

The ID of the device that uses this port. For example, a server instance or a logical router.

The ID of the device that uses this port. For example, a server instance or a logical router.

device_ownerPortDeviceOwner[] nullable

The entity type that uses this port.

The entity type that uses this port.

uuidstring[] nullable

Filter the list of ports by the given port UUID.

Filter the list of ports by the given port UUID.

Headers

X-Openstack-Request-Idstring

Response

OK