Globus Connect Server Sharing Policy Show
Description
The globus-connect-server sharing-policy show command shows a single sharing policy on a mapped collection. This can be shown in a tabular form (the default) or as a JSON document.
There is one required argument to this command:
- COLLECTION_ID
-
The ID of the policy. This value can be seen in the output of globus-connect-server sharing-policy create when creating a policy, or in the output from globus-connect-server sharing-policy list.
The caller must have either an endpoint owner or administrator role, or a collection administrator role on the collection that the policy is associated with, in order to view the policy.
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.