Globus Connect Server Endpoint Domain Show
Name
globus-connect-server endpoint domain show - Show the domain name and certificate used by an endpoint.
Description
The globus-connect-server endpoint domain show command displays information about the domain of the endpoint that the globus-connect-server command-line tool is logged into. 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 endpoint 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 endpoint domain show -F json
JSON Format Output
{
"DATA_TYPE": "domain#1.0.0",
"domain_name": "custom-domain.example.org",
"wildcard": true
}