Globus Connect Server Endpoint Show
Description
The globus-connect-server endpoint show command displays information about the Globus Connect Server 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 show
Text Format Output
Display Name: Example Endpoint ID: a44ca3ef-a8b9-4b73-aa5f-546ed5ab7e66 Subscription ID: None Public: True GCS Manager URL: https://09ad6.0.glob.us Network Use: normal Organization: example.edu Keywords: ['Example Endpoint'] Contact E-mail: globus@example.edu
This command shows the same information in the json format:
globus-connect-server endpoint show -F json
JSON Format Output
{
"DATA_TYPE": "endpoint#1.0.0",
"allow_udt": false,
"contact_email": "globus@example.org",
"display_name": "Example Endpoint",
"gcs_manager_url": "https://09ad6.0.glob.us",
"id": "a44ca3ef-a8b9-4b73-aa5f-546ed5ab7e66",
"keywords": [
"Example Endpoint"
],
"network_use": "normal",
"organization": "example.edu",
"public": true,
"subscription_id": null
}