Get details on a specific device by passing its resourceId.
NOTE: You need view permissions for device management to invoke this API.
Rate limits are enforced on this API. 40 requests per minute is supported per workspace. The API returns429
if this threshold is breached.
Successful response
Bad request
Unauthorized request
The operation is forbidden
Validation error
Too many requests
Internal server error
{- "id": "64343c3c-3016-4234-baee-765651aa4bb3",
- "macAddress": "21:01:18:21:12:22",
- "serialNumber": "AX17PR347J",
- "partNumber": "BHD31D9J",
- "type": "devices/device",
- "deviceType": "ALS",
- "createdAt": "2024-02-13T09:00:22.920Z",
- "updatedAt": "2024-02-13T19:30:32.920Z",
- "model": "COMPUTE",
- "archived": false,
- "application": {
- "id": "0892c36d-40df-4£26-923b-76b5d213b420",
- "resourceUri": "/applications/v1betal/applications/0892c36d-40df-4£26-923b-76b5d213b420"
}, - "region": "us-west",
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "subscription": [
- {
- "id": "3292c36d-30ef-4£26-823b-76b5d213b670",
- "resourceUri": "/subscriptions/v1betal/subscriptions/3292c36d-30ef-4£26-823b-76b5d213b670"
}
]
}