GLOBUS GCS ENDPOINT UPDATE
OPTIONS
-
--allow-udt
BOOLEAN
-
A flag indicating whether UDT is allowed for this endpoint.
-
--contact-email
TEXT
-
Email address of the end-user-facing support contact for this endpoint.
-
--contact-info
TEXT
-
Other end-user-facing non-email contact information for the endpoint, e.g. phone and mailing address.
-
--department
TEXT
-
[Searchable] The department within an organization which runs the server(s) represented by this endpoint.
-
--description
TEXT
-
A human-readable description of the endpoint (max: 4096 characters).
-
--display-name
TEXT
-
[Searchable] A human-readable, non-unique name for the endpoint.
-
--gridftp-control-channel-port
[INT|null]
-
The TCP port which the Globus control channel should listen on.
-
--info-link
TEXT
-
An end-user-facing URL for a webpage with more information about the endpoint.
-
--keywords
TEXT,TEXT,…
-
[Searchable] A comma-separated list of search keywords.
-
--max-concurrency
INTEGER
-
The endpoint network’s custom max concurrency. Requires
network-use
be set tocustom
. -
--max-parallelism
INTEGER
-
The endpoint network’s custom max parallelism. Requires
network-use
be set tocustom
. -
--network-use
[normal|minimal|aggressive|custom]
-
A control valve for how Globus will interact with this endpoint over the network. If custom, you must also provide max and preferred concurrency as well as max and preferred parallelism.
-
--organization
TEXT
-
The organization which runs the server(s) represented by the endpoint.
-
--preferred-concurrency
INTEGER
-
The endpoint network’s custom preferred concurrency. Requires
network-use
be set tocustom
. -
--preferred-parallelism
INTEGER
-
The endpoint network’s custom preferred parallelism. Requires
network-use
be set tocustom
. - --public / --private
-
A flag indicating whether this endpoint is visible to all other Globus users. If private, it will only be visible to users which have been granted a role on the endpoint, have been granted a role on one of its collections, or belong to a domain which has access to any of its storage gateways.
-
--subscription-id
[<uuid>|DEFAULT|null]
-
'<uuid>' will set an exact subscription. 'null' will remove the current subscription. 'DEFAULT' will instruct GCS to infer and set the subscription from your user (requires that you are a subscription manager of exactly one subscription)
- -v, --verbose
-
Control level of output, make it more verbose.
- --quiet
-
Suppress non-essential output. This is higher precedence than
--verbose
. - -h, --help
-
Show this message and exit.
-
-F, --format
[unix|json|text]
-
Output format for stdout. Defaults to text.
-
--jmespath, --jq
TEXT
-
A JMESPath expression to apply to json output. Forces the format to be json processed by this expression.
-
--map-http-status
TEXT
-
Map HTTP statuses to any of these exit codes: 0,1,50-99. e.g. "404=50,403=51"
EXIT STATUS
0 on success.
1 if a network or server error occurred, unless --map-http-status has been used to change exit behavior on http error codes.
2 if the command was used improperly.
3 if the command was used on the wrong type of object, e.g. a collection command used on an endpoint.
4 if the command has authentication or authorization requirements which were not met, as in ConsentRequired errors or missing logins.