v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422147110.4 KB

Returns a URL and authentication token for accessing the Amazon EVS Custom Addon depot. Configure the depot URL as a download source in vSphere Lifecycle Manager (vLCM) to sync and install the Amazon EVS Custom Addon.

The depot URL remains active until you rotate the authentication token by calling this action with rotate set to true.

post/#X-Amz-Target=AmazonElasticVMwareService.GetDepotUrl

Headers

X-Amz-Target'AmazonElasticVMwareService.GetDepotUrl' required

Request body

environmentIdstring required

The unique ID of the Amazon EVS environment to get the depot URL for.

rotateboolean

Revokes the current authentication token and returns a new depot URL with a new token. Previously issued depot URLs will stop working within 5 minutes of rotation.

Response

Success

depotUrlstring required

The URL for accessing the Amazon EVS Custom Addon depot. This URL includes the authentication token as a path component.

tokenstring required

The authentication token for depot access. This token is included in the depot URL and is used to authenticate requests.