Returns a list of Devices.
Filter | Description |
---|---|
cpu |
The cpu info available for this Device |
created_at |
The date this Device object was created |
device_name |
The name of the Device |
device_user_name |
The Device user's name |
hard_drive_encrypted |
Flag to indicate if the hard drive is encrypted |
id |
The ID of the Device |
in_audit_scope |
Flag to indicate if this Device is in scope |
last_checkin_at |
The date this Device last checked in |
local_firewall_enabled |
Flag to indicate if the local firewall is enabled |
mac_address |
The MAC address of the Device |
make |
The make of the Device |
memory |
The memory of the Device |
model |
The model of the Device |
native_anti_virus_enabled |
Flag to indicate if native antivirus is enabled |
os |
The operating system of the Device |
out_of_audit_scope_reason |
Out of scope reason if the Device is not in scope |
owner_name |
The Device owner's name |
password_enforcement_enabled |
Flag to indicate if password enforcement is enabled |
remote_ip |
The remote IP of the Device |
serial_number |
The serial number of the Device |
session_timeout_enabled |
Flag to indicate if session timeout is enabled |
updated_at |
The date this Device was last updated |
Bad Request
Unauthorized
Forbidden
[- {
- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "cpu": "string",
- "device_name": "string",
- "hard_drive_encrypted": true,
- "in_audit_scope": true,
- "last_checkin_at": "2019-08-24T14:15:22Z",
- "local_firewall_enabled": true,
- "mac_address": "string",
- "make": "string",
- "memory": "string",
- "model": "string",
- "native_anti_virus_enabled": true,
- "os": "string",
- "out_of_audit_scope_reason": "development_asset",
- "password_enforcement_enabled": true,
- "remote_ip": "string",
- "serial_number": "string",
- "session_timeout_enabled": true,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
]
Returns a single Device by ID
Bad Request
Unauthorized
Forbidden
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "cpu": "string",
- "device_name": "string",
- "hard_drive_encrypted": true,
- "in_audit_scope": true,
- "last_checkin_at": "2019-08-24T14:15:22Z",
- "local_firewall_enabled": true,
- "mac_address": "string",
- "make": "string",
- "memory": "string",
- "model": "string",
- "native_anti_virus_enabled": true,
- "os": "string",
- "out_of_audit_scope_reason": "development_asset",
- "password_enforcement_enabled": true,
- "remote_ip": "string",
- "serial_number": "string",
- "session_timeout_enabled": true,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}