osc load-balancer pool member list

Lists all members 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 members for other projects.

The list might be empty.

Usage: osc load-balancer pool member list [OPTIONS] <POOL_ID>

Arguments:

  • <POOL_ID> — pool_id parameter for /v2/lbaas/pools/{pool_id}/members/{member_id} API

Options:

  • --address <ADDRESS> — The IP address of the backend member server

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

    Possible values: true, false

  • --backup <BACKUP> — Is the member a backup?

    Possible values: true, false

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

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

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

  • --limit <LIMIT> — Page size

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

  • --monitor-address <MONITOR_ADDRESS> — An alternate IP address used for health monitoring a backend member

  • --monitor-port <MONITOR_PORT> — An alternate protocol port used for health monitoring a backend member

  • --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-port <PROTOCOL_PORT> — The protocol port number the backend member server is listening on

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

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

  • --subnet-id <SUBNET_ID> — The subnet ID the member service is accessible from

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

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

  • --weight <WEIGHT> — The weight of a member determines the portion of requests or connections it services compared to the other members of the pool

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

    Default value: 10000