Globus Connect Server Collection Role List
Description
The globus-connect-server collection role list command lists roles
associated with a particular collection specified by the
positional argument COLLECTION_ID
. By default, this command
outputs a table of role information, include the role id, collection id,
role name, and principal. Alternatively, it
can display a JSON document containing the results. Use the -F json
command-line option to enable this output format.
Options
- -h, --help
-
Show help message and exit.
- --version
-
Show the version and exit.
- -F, --format "text"|"json"
-
Output format for this command. If the format is json, then the result document is displayed.
- --my-roles
-
Only list roles which apply to you.
- --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.
Example
This example lists roles on collection 3e8d0bcd-9003-4497-adef-d6411b52434c:
$ globus-connect-server collection role list 3e8d0bcd-9003-4497-adef-d6411b52434c Role ID | Collection ID | Role | Principal ------------------------------------ | ------------------------------------ | ------------- | ------------------- 78ff6e70-5d69-11ea-bf47-0a57a7ec947d | 3e8d0bcd-9003-4497-adef-d6411b52434c | administrator | user@example.org ee0569de-85bb-11ea-ab13-0aeadf0d30f1 | 3e8d0bcd-9003-4497-adef-d6411b52434c | administrator | other_admin@example.org