GLOBUS ENDPOINT UPDATE
OPTIONS
-
--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)
-
--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
-
--location
LATTITUDE,LONGITUDE
-
Manually set the endpoint’s latitude and longitude (Globus Connect Server only)
-
--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)
- --public / --private
-
Set the endpoint to be public or private (Globus Connect Server only)
- --disable-verify / --no-disable-verify
-
(Un)Set the endpoint to ignore checksum verification
- --force-encryption / --no-force-encryption
-
(Un)Force the endpoint to encrypt transfers
- --no-default-directory
-
Unset any default directory on the endpoint
-
--default-directory
TEXT
-
Set the default directory
-
--keywords
TEXT
-
New Comma separated list of keywords to help searches for the endpoint
-
--department
TEXT
-
New Department which operates the endpoint
-
--organization
TEXT
-
New Organization for the endpoint
-
--contact-email
TEXT
-
New Contact Email for the endpoint
-
--contact-info
TEXT
-
New Contact Info for the endpoint
-
--info-link
TEXT
-
New Link for Info about the endpoint
-
--description
TEXT
-
New Description for the endpoint
-
--display-name
TEXT
-
New Name for the endpoint
- -v, --verbose
-
Control level of output
- -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. Takes precedence over any specified '--format' and 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"