osc network local-ip port-association list
Lists Associations for the given Local IP.
Standard query parameters are supported on the URI. For more information, see Filtering and Column Selection.
Use the fields
query parameter to control which fields are returned in the response body. For more information, see Fields.
Pagination query parameters are supported if Neutron configuration supports it by overriding allow_pagination=false
. For more information, see Pagination.
Sorting query parameters are supported if Neutron configuration supports it with allow_sorting=true
. For more information, see Sorting.
Normal response codes: 200
Error response codes: 401
Usage: osc network local-ip port-association list [OPTIONS] <LOCAL_IP_ID>
Arguments:
<LOCAL_IP_ID>
— local_ip_id parameter for /v2.0/local_ips/{local_ip_id}/port_associations/{id} API
Options:
-
--fixed-ip <FIXED_IP>
— fixed_ip query parameter for /v2.0/local_ips/{local_ip_id}/port_associations API -
--fixed-port-id <FIXED_PORT_ID>
— fixed_port_id query parameter for /v2.0/local_ips/{local_ip_id}/port_associations API -
--host <HOST>
— host query parameter for /v2.0/local_ips/{local_ip_id}/port_associations API -
--limit <LIMIT>
— Requests a page size of items. Returns a number of items up to a limit value. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request -
--local-ip-address <LOCAL_IP_ADDRESS>
— local_ip_address query parameter for /v2.0/local_ips/{local_ip_id}/port_associations API -
--marker <MARKER>
— The ID of the last-seen item. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request -
--page-reverse <PAGE_REVERSE>
— Reverse the page directionPossible values:
true
,false
-
--sort-dir <SORT_DIR>
— Sort direction. This is an optional feature and may be silently ignored by the server -
--sort-key <SORT_KEY>
— Sort results by the attribute. This is an optional feature and may be silently ignored by the server -
--max-items <MAX_ITEMS>
— Total limit of entities count to return. Use this when there are too many entriesDefault value:
10000