GLOBUS GCS COLLECTION LIST
OPTIONS
-
--filter
[mapped-collections|guest-collections|managed-by-me|created-by-me]
-
Filter results to one of the specified categories of collections. Can be applied multiple times. Note that mutually exclusive filters are allowed and will find no results.
The filters are as follows
mapped-collections: Only show collections with collection_type="mapped"
guest-collections: Only show collections with collection_type="guest"
managed-by-me: Only show collections where one of your identities has a role
created-by-me: Only show collections where one of your identities was the creator
- --include-private-policies
-
Include private policies. Requires administrator role on the endpoint. Some policy data may only be visible in
--format JSON
output -
--mapped-collection-id
UUID
-
Filter results to Guest Collections on a specific Mapped Collection. This is the ID of the Mapped Collection
-
--limit
N
-
The maximum number of results to return. [default: 25; x>=1]
- -v, --verbose
-
Control level of output, make it more verbose.
- --quiet
-
Suppress non-essential output. This is higher precedence than
--verbose
. - -h, --help
-
Show this message and exit.
-
-F, --format
[unix|json|text]
-
Output format for stdout. Defaults to text.
-
--jmespath, --jq
TEXT
-
A JMESPath expression to apply to json output. Forces the format to be json processed by this expression.
-
--map-http-status
TEXT
-
Map HTTP statuses to any of these exit codes: 0,1,50-99. e.g. "404=50,403=51"
EXIT STATUS
0 on success.
1 if a network or server error occurred, unless --map-http-status has been used to change exit behavior on http error codes.
2 if the command was used improperly.
3 if the command was used on the wrong type of object, e.g. a collection command used on an endpoint.
4 if the command has authentication or authorization requirements which were not met, as in ConsentRequired errors or missing logins.