Globus Connect Server Endpoint Role List
Description
The globus-connect-server endpoint role list command lists roles associated with an endpoint. By default, this command outputs a table of role information, include the role 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.
- --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 an endpoint:
$ globus-connect-server endpoint role list Role ID | Role | Principal ------------------------------------ | ------------- | ------------------- 751a299b-5cdf-4f89-b210-6982351b7956 | owner | user@example.org 78ff6e70-5d69-11ea-bf47-0a57a7ec947d | administrator | user@example.org ee0569de-85bb-11ea-ab13-0aeadf0d30f1 | administrator | other_admin@example.org