1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/transfer/agent-pools/list
2022-03-16 08:47:18 +00:00

50 lines
1.6 KiB
Text

NAME
gcloud transfer agent-pools list - list Transfer Service transfer agent
pools
SYNOPSIS
gcloud transfer agent-pools list [--limit=LIMIT] [--names=[NAMES,...]]
[--page-size=PAGE_SIZE; default=256] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List Transfer Service transfer pools in a given project to show their
configurations.
EXAMPLES
To list all agent pools in your current project, run:
$ gcloud transfer agent-pools list
To list agent pools named "foo" and "bar" in your project, run:
$ gcloud transfer agent-pools list --names=foo,bar
To list all information about jobs 'foo' and 'bar' formatted as JSON, run:
$ gcloud transfer agent-pools list --names=foo,bar --format=json
FLAGS
--limit=LIMIT
Return the first items from the API up to this limit.
--names=[NAMES,...]
The names of the agent pools you want to list. Separate multiple names
with commas (e.g., --name=foo,bar). If not specified, all agent pools
in your current project will be listed.
--page-size=PAGE_SIZE; default=256
Retrieve batches of this many items from the API.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This variant is also available:
$ gcloud alpha transfer agent-pools list