Digital.ai Continuous Testing (formerly Experitest) allows device reservations management using Rest API. The following are the supported Rest API's for managing device reservations.
The following Rest API's are supported for Cloud Admin and Project Admin only.
Following API is supported for all Type of roles
The role of the user performing the Rest Operation is specified by the 'Authorization' header.
Supports Authorization with Access Key only.
For more information please visit How To Execute Rest API, for a detailed example.
Get current and future reservations
Get the information of the current and future reservation.
GET /api/v1/device-reservations |
---|
Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
start (BETA) | String | No | Time and date of the beginning of the interval - ISO 8601 format, UTC time (eg: "2019-04-04T18:51:44.940Z") |
end (BETA) | String | No | Time and date of the ending of the interval - ISO 8601 format, UTC time - (eg: "2019-04-05T18:51:44.940Z") |
project | String | No | The project name - will return only reservations of devices for this project (Cloud Admin only) |
deviceUid | List<String> | No | The device uid (device unique identifier) - supports multiple values, will return only the reservations for these devices |
username | String | No | The user name - will return only the reservations of this user |