osc load-balancer loadbalancer list
Lists all load balancers 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 load balancers for other projects.
The list might be empty.
Usage: osc load-balancer loadbalancer list [OPTIONS]
Options:
-
--availability-zone <AVAILABILITY_ZONE>
— An availability zone name -
--created-at <CREATED_AT>
— The UTC date and timestamp when the resource was created -
--description <DESCRIPTION>
— A human-readable description for the resource -
--flavor-id <FLAVOR_ID>
— The ID of the flavor -
--id <ID>
— The ID of the resource -
--limit <LIMIT>
— Page size -
--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 resourcePossible values:
DEGRADED
,DRAINING
,ERROR
,NO_MONITOR
,OFFLINE
,ONLINE
-
--page-reverse <PAGE_REVERSE>
— The page directionPossible values:
true
,false
-
--project-name <PROJECT_NAME>
— Project Name -
--project-id <PROJECT_ID>
— Project ID -
--current-project
— Current project -
--provider <PROVIDER>
— Provider name for the load balancer -
--provisioning-status <PROVISIONING_STATUS>
— The provisioning status of the resourcePossible 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 -
--updated-at <UPDATED_AT>
— The UTC date and timestamp when the resource was last updated -
--vip-address <VIP_ADDRESS>
— The IP address of the Virtual IP (VIP) -
--vip-network-id <VIP_NETWORK_ID>
— The ID of the network for the Virtual IP (VIP) -
--vip-port-id <VIP_PORT_ID>
— The ID of the Virtual IP (VIP) port -
--vip-qos-policy-id <VIP_QOS_POLICY_ID>
— The ID of the QoS Policy which will apply to the Virtual IP (VIP) -
--vip-subnet-id <VIP_SUBNET_ID>
— The ID of the subnet for the Virtual IP (VIP) -
--max-items <MAX_ITEMS>
— Total limit of entities count to return. Use this when there are too many entriesDefault value:
10000