With this API, you can:
NOTE: You need view permissions for Devices and Subscription service to invoke this API.
Rate limits are enforced on this API. 160 requests per minute is supported per workspace. API will result in429
if this threshold is breached.
Successful response
Bad request
Unauthorized request
The operation is forbidden
Validation error
Too many requests
Internal server error
{- "items": [
- {
- "id": "64343c3c-3016-4234-baee-765651aa4bb3",
- "macAddress": "21:01:18:21:12:22",
- "serialNumber": "AX17PR347J",
- "partNumber": "BHD31D9J",
- "type": "devices/device",
- "deviceType": "ALS",
- "assignedState": "ASSIGNED_TO_ACTIVATE_CONFIG",
- "createdAt": "2024-02-13T09:00:22.920Z",
- "updatedAt": "2024-02-13T19:30:32.920Z",
- "model": "COMPUTE",
- "archived": false,
- "application": {
- "id": "0892c36d-40df-4f26-923b-76b5d213b420",
- "resourceUri": "/service-catalog/v1beta1/service-managers/0892c36d-40df-4f26-923b-76b5d213b420"
}, - "region": "us-west",
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "subscription": [
- {
- "id": "3292c36d-30ef-4f26-823b-76b5d213b670",
- "resourceUri": "/subscriptions/v1beta1/subscriptions/3292c36d-30ef-4f26-823b-76b5d213b670"
}
], - "tenantWorkspaceId": "3292c36d-30ef-4f26-823b-76b5d213b670",
- "location": {
- "id": "57f2b22e-7923-497b-8120-fd2b94579f13",
- "resourceUri": "/locations/v1beta1/locations/57f2b22e-7923-497b-8120-fd2b94579f13"
}, - "warranty": {
- "country": "string",
- "currentSupportLevel": {
- "serviceLevel": "string",
- "serviceLevelRank": 0,
- "contractLevel": "string",
- "contractLevelRank": 0,
- "startDate": 0,
- "endDate": 0
}, - "supportLevels": [
- {
- "serviceLevel": "string",
- "serviceLevelRank": 0,
- "contractLevel": "string",
- "contractLevelRank": 0,
- "startDate": 0,
- "endDate": 0
}
]
}
}
], - "count": 10,
- "offset": 0,
- "total": 100
}