All Products
Search
Document Center

Elastic Desktop Service:GetCloudDriveServiceMountToken

Last Updated:Nov 03, 2025

Retrieves the logon tokens for enterprise drives.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Tokenobject

The tokens.

Tokenstring

The token.

7836fa6eced7dc8d54c775k34iu3h4i2kh534f****
TotalSizelong

The total capacity of the enterprise drive. Unit: GiB

6050416754750

Examples

Sample success responses

JSONformat

{
  "RequestId": "DC27288A-F9E1-5092-9B5B-71C27D15****",
  "Token": {
    "Token": "7836fa6eced7dc8d54c775k34iu3h4i2kh534f****",
    "ExpiredAfter": "2022-10-10T04:41:35Z",
    "UsedSize": 605089,
    "TotalSize": 6050416754750,
    "DomainId": "h****",
    "Status": "enabled"
  }
}

Error codes

For a list of error codes, visit the Service error codes.