Globus Connect Server Collection Show
Description
The globus-connect-server collection show command displays information about a single collection.
There is one required argument to this command: COLLECTION_ID
.
This is the id of the collection to show. The id value is displayed when the
collection is created, or may be found by running the
globus-connect-server collection list command.
By default, this command displays a textual list of properties of the collection. Alternatively, it can display a JSON document containing the list results. Use the -F json command-line option to enable this output format.
The default output only includes the public configuration data for the collections. To request the private configuration data as well, you must have an administrator role on the collection assigned to one of your identities and use the --include-private-policies flag. For high-assurance endpoints this data is only visible if the request is done with an administrator id that is valid in the session and meets the authentication requirements of the storage gateway that the collection is providing access to.
Options
- -h, --help
-
Show help message and exit.
- --version
-
Show the version and exit.
- --include-private-policies
-
Flag to include the private policies. See above for information about requirements to view private policies.
- -F, --format "text"|"json"
-
Output format for this command. If the format is json, then the collection document is displayed.
- --use-explicit-host IP_ADDRESS (new in 5.4.23)
-
IP address of the GCS node to use for this request. If not specified, any available GCS node in the endpoint will be used.