1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed May 1 09:26:55 UTC 2024

This commit is contained in:
Automated 2024-05-01 09:26:55 +00:00
parent 3740758467
commit 48fac7efd4
454 changed files with 11765 additions and 12790 deletions

View file

@ -12,7 +12,8 @@ SYNOPSIS
--custom-content-type=CUSTOM_CONTENT_TYPE --headers=[KEY=VALUE,...]
--mask-headers=MASK_HEADERS --password=PASSWORD --path=PATH
--pings-count=PINGS_COUNT --port=PORT --protocol=PROTOCOL
--request-method=REQUEST_METHOD --username=USERNAME
--request-method=REQUEST_METHOD
--service-agent-auth=SERVICE_AGENT_AUTH --username=USERNAME
--validate-ssl=VALIDATE_SSL --status-classes=[status-class,...]
| --status-codes=[status-code,...]]
[--matcher-content=MATCHER_CONTENT
@ -175,6 +176,17 @@ OPTIONAL FLAGS
post
HTTP POST method
Uptime check service agent authorization.
--service-agent-auth=SERVICE_AGENT_AUTH
The type of authentication to use for the HTTP request. Can only be
set if --protocol is https.
SERVICE_AGENT_AUTH must be (only one value is supported):
oidc-token
OIDC Token authentication
--username=USERNAME
The username to use when authenticating with the HTTP server. Can
only be set if --protocol is http or https.

View file

@ -7,7 +7,8 @@ SYNOPSIS
[--body=BODY --content-type=CONTENT_TYPE
--custom-content-type=CUSTOM_CONTENT_TYPE --mask-headers=MASK_HEADERS
--password=PASSWORD --path=PATH --pings-count=PINGS_COUNT --port=PORT
--request-method=REQUEST_METHOD --username=USERNAME
--request-method=REQUEST_METHOD
--service-agent-auth=SERVICE_AGENT_AUTH --username=USERNAME
--validate-ssl=VALIDATE_SSL --add-status-classes=[status-class,...]
| --clear-status-classes=CLEAR_STATUS_CLASSES
| --remove-status-classes=[status-class,...]
@ -119,6 +120,17 @@ FLAGS
post
HTTP POST method
Uptime check service agent authorization.
--service-agent-auth=SERVICE_AGENT_AUTH
The type of authentication to use for the HTTP request. Can only be
set if --protocol is https.
SERVICE_AGENT_AUTH must be (only one value is supported):
oidc-token
OIDC Token authentication
--username=USERNAME
The username to use when authenticating with the HTTP server. Can
only be set if --protocol is http or https.