Globus Connect Server Collection Domain Show
Name
globus-connect-server collection domain show - Show the domain name and certificate used by a collection.
Description
The globus-connect-server collection domain show command displays information about the domain of the collection with the id specified by the COLLECTION_ID* parameter to this command. This command can display output as either a textual table of information, or as a JSON document.
Options
- -h, --help
-
Show help message and exit.
- --version
-
Show the version and exit.
- -F, --format "text"|"json"
-
Output format. Defaults to "text"
- --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 shows the endpoint information in the default text format.
globus-connect-server collection domain show
Text Format Output
Domain Name: custom-domain.example.org Wildcard: false
This command shows the same information in the json format:
globus-connect-server collection domain show -F json
JSON Format Output
{
"DATA_TYPE": "domain#1.0.0",
"domain_name": "custom-domain.example.org",
"wildcard": true
}