Get device by ID
GET/seb-api/v1/devices/:id
Retrieve a device by ID.
Request
Path Parameters
Device ID
Responses
- 200
- 404
A device
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
Architecture
Browser Version
crowdstrikeZTA object
deviceEPP object
products object[]required
deviceManagement object
Possible values: [managed
, unmanaged
]
systems object[]required
Device Management
Possible values: [ad
, azureAd
, intune
, jamf
]
devicePassword object
passwordPolicy object
Possible values: [unknown
, desktop
, laptop
, vm
, smartphone
, tablet
, chromebook
]
Device Type
Possible values: [DiskEncryptionStatusUnknown
, DiskEncryptionStatusDisabled
, DiskEncryptionStatusEnabled
]
Disk Encryption Status
External identifier
Possible values: [FireWallStatusUnknown
, FireWallStatusDisabled
, FireWallStatusEnabled
]
Firewall Status
First seen time
Hostname
Unique identifier
IP Address
Last seen time
MAC Addresses
Device Model
Native Architecture
Possible values: [windows
, macOS
, linux
, ios
, android
, unknown
]
Operating System type
OS Version
Possible values: [ScreenLockStatusUnknown
, ScreenLockStatusDisabled
, ScreenLockStatusEnabled
]
Screen Lock Status
Serial Number
systemIntegrity object
services objectrequired
Possible values: [pass
, fail
, unknown
]
Talon Extension Version
user object
Deleted Time
Device IDs
External identifier
First seen time
Unique identifier
Last seen time
Name
Profile Picture URL
Possible values: [saml
, local
, oidc
]
Provider
userGroups object[]
User Groups
Created at
Unique identifier
Last updated
Name
Possible values: [sso
, local
]
Provider
User Agent
{
"arch": "string",
"browserVersion": "string",
"crowdstrikeZTA": {
"CID": "string",
"osScore": 0,
"score": 0,
"sensorScore": 0
},
"deviceEPP": {
"enabled": true,
"products": [
{
"name": "string",
"state": "string",
"version": "string"
}
]
},
"deviceManagement": {
"status": "managed",
"systems": [
{
"details": "string",
"system": "ad"
}
]
},
"devicePassword": {
"enabled": true,
"passwordPolicy": {
"complexityReq": true,
"maxPasswordAge": 0,
"minPasswordLength": 0
}
},
"deviceType": "unknown",
"diskEncryptionStatus": "DiskEncryptionStatusUnknown",
"externalId": "string",
"firewallStatus": "FireWallStatusUnknown",
"firstSeen": "2024-07-29T15:51:28.071Z",
"hostname": "string",
"id": "string",
"ip": "string",
"lastSeen": "2024-07-29T15:51:28.071Z",
"macAddresses": [
"string"
],
"model": "string",
"nativeArch": "string",
"osType": "windows",
"osVersion": "string",
"screenLockStatus": "ScreenLockStatusUnknown",
"serialNumber": "string",
"systemIntegrity": {
"services": {
"SIP": true,
"driversSigningEnforcement": true,
"gatekeeper": true,
"kernelDebugger": true,
"secureBoot": true
},
"status": "pass"
},
"talonExtensionVersion": "string",
"user": {
"deletedTime": "2024-07-29T15:51:28.071Z",
"deviceIds": [
"string"
],
"email": "string",
"externalId": "string",
"firstSeen": "2024-07-29T15:51:28.071Z",
"id": "string",
"lastSeen": "2024-07-29T15:51:28.071Z",
"name": "string",
"profilePictureURL": "string",
"provider": "saml",
"userGroups": [
{
"createdAt": "2024-07-29T15:51:28.071Z",
"id": "string",
"lastUpdated": "2024-07-29T15:51:28.071Z",
"name": "string",
"provider": "sso"
}
]
},
"userAgent": "string"
}
Device not found