1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Wed Feb 8 10:13:59 UTC 2023

This commit is contained in:
Automated 2023-02-08 10:13:59 +00:00
parent fc11b54760
commit 11068cb123
240 changed files with 8982 additions and 619 deletions

View file

@ -3,10 +3,11 @@ NAME
SYNOPSIS
gcloud iot devices list (--registry=REGISTRY : --region=REGION)
[--device-ids=[DEVICE_IDS,...]] [--device-num-ids=[DEVICE_NUM_IDS,...]]
[--device-type=DEVICE_TYPE] [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
[--device-field-mask=DEVICE_FIELD_MASK;
default="blocked,gatewayConfig"] [--device-ids=[DEVICE_IDS,...]]
[--device-num-ids=[DEVICE_NUM_IDS,...]] [--device-type=DEVICE_TYPE]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List devices.
@ -44,6 +45,12 @@ REQUIRED FLAGS
▸ provide the argument --region on the command line.
FLAGS
--device-field-mask=DEVICE_FIELD_MASK; default="blocked,gatewayConfig"
If given, returns all specified device fields instead of the default
set. The value is a comma-separated list of field names. Example:
"lastErrorStatus,config,metadata". See full list of device fields at:
https://cloud.google.com/iot/docs/reference/cloudiot/rest/v1/projects.locations.registries.devices
--device-ids=[DEVICE_IDS,...]
If given, show only devices with one of the provided IDs.