osc load-balancer listener list

Lists all listeners for the project.

Use the fields query parameter to control which fields are returned in the response body. Additionally, you can filter results by using query string parameters. For information, see Filtering and column selection.

Administrative users can specify a project ID that is different than their own to list listeners for other projects.

The list might be empty.

Usage: osc load-balancer listener list [OPTIONS]

Options:

  • --admin-state-up <ADMIN_STATE_UP> — The administrative state of the resource

    Possible values: true, false

  • --alpn-protocols <ALPN_PROTOCOLS> — A list of ALPN protocols. Available protocols: http/1.0, http/1.1, h2

  • --connection-limit <CONNECTION_LIMIT> — The maximum number of connections permitted for this listener. Default value is -1 which represents infinite connections or a default value defined by the provider driver

  • --created-at <CREATED_AT> — The UTC date and timestamp when the resource was created

  • --default-pool-id <DEFAULT_POOL_ID> — The ID of the pool used by the listener if no L7 policies match

  • --description <DESCRIPTION> — A human-readable description for the resource

  • --hsts-include-subdomains <HSTS_INCLUDE_SUBDOMAINS> — Defines whether the includeSubDomains directive should be added to the Strict-Transport-Security HTTP response header

    Possible values: true, false

  • --hsts-max-age <HSTS_MAX_AGE> — The value of the max_age directive for the Strict-Transport-Security HTTP response header

  • --hsts-preload <HSTS_PRELOAD> — Defines whether the preload directive should be added to the Strict-Transport-Security HTTP response header

    Possible values: true, false

  • --id <ID> — The ID of the resource

  • --limit <LIMIT> — Page size

  • --load-balancer-id <LOAD_BALANCER_ID> — Load balancer ID

  • --marker <MARKER> — ID of the last item in the previous list

  • --name <NAME> — Human-readable name of the resource

  • --not-tags <NOT_TAGS> — Return the list of entities that do not have one or more of the given tags

  • --not-tags-any <NOT_TAGS_ANY> — Return the list of entities that do not have at least one of the given tags

  • --operating-status <OPERATING_STATUS> — The operating status of the resource

    Possible values: DEGRADED, DRAINING, ERROR, NO_MONITOR, OFFLINE, ONLINE

  • --page-reverse <PAGE_REVERSE> — The page direction

    Possible values: true, false

  • --project-name <PROJECT_NAME> — Project Name

  • --project-id <PROJECT_ID> — Project ID

  • --current-project — Current project

  • --protocol <PROTOCOL> — The protocol for the resource

    Possible values: HTTP, HTTPS, PROMETHEUS, SCTP, TCP, TERMINATED_HTTPS, UDP

  • --protocol-port <PROTOCOL_PORT> — The protocol port number for the resource

  • --provisioning-status <PROVISIONING_STATUS> — The provisioning status of the resource

    Possible values: ACTIVE, DELETED, ERROR, PENDING_CREATE, PENDING_DELETE, PENDING_UPDATE

  • --tags <TAGS> — Return the list of entities that have this tag or tags

  • --tags-any <TAGS_ANY> — Return the list of entities that have one or more of the given tags

  • --timeout-client-data <TIMEOUT_CLIENT_DATA> — Frontend client inactivity timeout in milliseconds

  • --timeout-member-connect <TIMEOUT_MEMBER_CONNECT> — Backend member connection timeout in milliseconds

  • --timeout-member-data <TIMEOUT_MEMBER_DATA> — Backend member inactivity timeout in milliseconds

  • --timeout-tcp-inspect <TIMEOUT_TCP_INSPECT> — Time, in milliseconds, to wait for additional TCP packets for content inspection

  • --tls-ciphers <TLS_CIPHERS> — List of ciphers in OpenSSL format

  • --tls-versions <TLS_VERSIONS> — A list of TLS protocol versions

  • --updated-at <UPDATED_AT> — The UTC date and timestamp when the resource was last updated

  • --max-items <MAX_ITEMS> — Total limit of entities count to return. Use this when there are too many entries

    Default value: 10000