InfraDevices
List devices
AuthorizationBearer <token>
In: header
Query Parameters
name?Name|Name
Name of the device
description?Description|Description
Description of the device
limit?integer
Default
100Range
1 <= valueoffset?integer
Default
0Range
0 <= valueResponse Body
application/json
curl -X GET "https://api.misaka.io/v3/infra/devices"{
"results": [
{
"id": 0,
"sid": "string",
"name": "string",
"device_model": "string",
"device_model_slug": "string",
"manufacturer": {
"display": "string",
"name": "string",
"slug": "string"
},
"serial": "string",
"asset_tag": "string",
"rack": "string",
"position": 0
}
],
"count": 0
}How is this guide?
Last updated on