GLOBUS ENDPOINT UPDATE
OPTIONS
-
--subscription-id
UUID
-
Set the endpoint as a managed endpoint with the given subscription ID. Mutually exclusive with --no-managed
- --no-managed
-
Unset the endpoint as a managed endpoint. Does not require the user to be a subscription manager. Mutually exclusive with --subscription-id
- --managed
-
Set the endpoint as a managed endpoint. Requires the user to be a subscription manager. If the user has multiple subscription IDs, --subscription-id must be used instead
-
--oauth-server
TEXT
-
Set the OAuth Server URI (Globus Connect Server only)
-
--myproxy-server
TEXT
-
Set the MyProxy Server URI (Globus Connect Server only)
-
--myproxy-dn
TEXT
-
Set the MyProxy Server DN (Globus Connect Server only)
-
--preferred-parallelism
INTEGER
-
Set the endpoint’s preferred parallelism; requires --network-use=custom (Managed endpoints only) (Globus Connect Server only)
-
--max-parallelism
INTEGER
-
Set the endpoint’s max parallelism; requires --network-use=custom (Managed endpoints only) (Globus Connect Server only)
-
--preferred-concurrency
INTEGER
-
Set the endpoint’s preferred concurrency; requires --network-use=custom (Managed endpoints only) (Globus Connect Server only)
-
--max-concurrency
INTEGER
-
Set the endpoint’s max concurrency; requires --network-use=custom (Managed endpoints only) (Globus Connect Server only)
-
--network-use
[normal|minimal|aggressive|custom]
-
Set the endpoint’s network use level. If using custom, the endpoint’s max and preferred concurrency and parallelism must be set (Managed endpoints only) (Globus Connect Server only)
-
--location
LATITUDE,LONGITUDE
-
Manually set the endpoint’s latitude and longitude (Globus Connect Server only)
- --disable-verify / --no-disable-verify
-
Set the endpoint to ignore checksum verification
- --public / --private
-
Set the endpoint to be public or private. (Globus Connect Server only)
-
--user-message-link
TEXT
-
Link to additional messaging for clients to display to users when interacting with this endpoint. Should be an HTTP or HTTPS URL
-
--user-message
TEXT
-
A message for clients to display to users when interacting with this endpoint
- --force-encryption / --no-force-encryption
-
Force the endpoint to encrypt transfers
-
--default-directory
TEXT
-
Default directory when browsing or executing tasks on the endpoint
-
--keywords
TEXT
-
Comma separated list of keywords to help searches for the endpoint
-
--department
TEXT
-
Department which operates the endpoint
-
--organization
TEXT
-
Organization for the endpoint
-
--contact-email
TEXT
-
Contact email for the endpoint
-
--contact-info
TEXT
-
Contact info for the endpoint
-
--info-link
TEXT
-
Link for info about the endpoint
-
--description
TEXT
-
Description for the endpoint
-
--display-name
TEXT
-
Name for the endpoint
- --no-default-directory
-
Unset any default directory on the endpoint
- -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.