osc network floating-ip port-forwarding list

Lists floating IP port forwardings that the project has access to.

Default policy settings return only the port forwardings associated to floating IPs owned by the project of the user submitting the request, unless the user has administrative role.

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: 400, 404

Usage: osc network floating-ip port-forwarding list [OPTIONS] <FLOATINGIP_ID>

Arguments:

  • <FLOATINGIP_ID> — floatingip_id parameter for /v2.0/floatingips/{floatingip_id}/port_forwardings/{id} API

Options:

  • --description <DESCRIPTION> — description query parameter for /v2.0/floatingips/{floatingip_id}/port_forwardings API

  • --external-port <EXTERNAL_PORT> — external_port query parameter for /v2.0/floatingips/{floatingip_id}/port_forwardings API

  • --external-port-range <EXTERNAL_PORT_RANGE> — external_port_range query parameter for /v2.0/floatingips/{floatingip_id}/port_forwardings API

  • --id <ID> — id query parameter for /v2.0/floatingips/{floatingip_id}/port_forwardings API

  • --internal-port-id <INTERNAL_PORT_ID> — internal_port_id query parameter for /v2.0/floatingips/{floatingip_id}/port_forwardings 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

  • --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 direction

    Possible values: true, false

  • --protocol <PROTOCOL> — protocol query parameter for /v2.0/floatingips/{floatingip_id}/port_forwardings API

    Possible values: dccp, icmp, ipv6-icmp, sctp, tcp, udp

  • --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 entries

    Default value: 10000