endpoint_local_id
Retrieve the UUID of the locally installed Globus Connect Personal endpoint, allowing it to serve as a source or destination for data transfers.
Instructions
Get the UUID of the locally installed Globus Connect Personal endpoint.
Returns the endpoint ID for your local machine, which can be used as a source or destination for transfers.
Returns: The UUID string of the local GCP endpoint.
Raises: GlobusError: If Globus Connect Personal is not installed or running.
Examples: local_ep = endpoint_local_id() transfer(local_ep, "/path/to/file", remote_ep, "/dest/path")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |