osc load-balancer healthmonitor list
Lists all health monitors 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 health monitors for other projects.
The list might be empty.
Usage: osc load-balancer healthmonitor list [OPTIONS]
Options:
-
--type <TYPE>
— The type of health monitorPossible values:
HTTP
,HTTPS
,PING
,SCTP
,TCP
,TLS-HELLO
,UDP-CONNECT
-
--admin-state-up <ADMIN_STATE_UP>
— The administrative state of the resourcePossible values:
true
,false
-
--created-at <CREATED_AT>
— The UTC date and timestamp when the resource was created -
--delay <DELAY>
— The time, in seconds, between sending probes to members -
--description <DESCRIPTION>
— A human-readable description for the resource -
--expected-codes <EXPECTED_CODES>
— The list of HTTP status codes expected in response from the member to declare it healthy -
--http-method <HTTP_METHOD>
— The HTTP method that the health monitor uses for requestsPossible values:
CONNECT
,DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
,PUT
,TRACE
-
--id <ID>
— The ID of the resource -
--limit <LIMIT>
— Page size -
--marker <MARKER>
— ID of the last item in the previous list -
--max-retries <MAX_RETRIES>
— The number of successful checks before changing the operating status of the member to ONLINE. A valid value is from 1 to 10 -
--max-retries-down <MAX_RETRIES_DOWN>
— The number of allowed check failures before changing the operating status of the member to ERROR. A valid value is from 1 to 10 -
--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
-
--pool-id <POOL_ID>
— The ID of the pool -
--project-name <PROJECT_NAME>
— Project Name -
--project-id <PROJECT_ID>
— Project ID -
--current-project
— Current project -
--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 -
--timeout <TIMEOUT>
— The maximum time, in seconds, that a monitor waits to connect before it times out -
--updated-at <UPDATED_AT>
— The UTC date and timestamp when the resource was last updated -
--url-path <URL_PATH>
— The HTTP URL path of the request sent by the monitor to test the health of a backend member. Must be a string that begins with a forward slash (/) -
--max-items <MAX_ITEMS>
— Total limit of entities count to return. Use this when there are too many entriesDefault value:
10000