Skip to content

Devices Object ​



id
string
REQUIRED · 

The unique identifier for the device

name
string

The display name of the device

hostname
string

The host/system name of the device

dns_name
string

The DNS name of the device

netbios_name
string

The NetBIOS name of the device (Windows)

type
string

The type/category of the device

All possible enum values:
  • workstation
  • server
  • mobile
  • tablet
  • laptop
  • desktop
  • virtual_machine
  • other
is_corporate_owned
boolean

Whether the device is corporate-owned (as opposed to personally-owned/BYOD)

platform
string

The platform family of the device

All possible enum values:
  • windows
  • macos
  • linux
  • ios
  • ipados
  • android
  • chromeos
  • unknown
model
string

The hardware model of the device

manufacturer
string

The hardware manufacturer of the device

serial_number
string

The serial number of the device

asset_tag
string

The asset tag / inventory tag of the device

os_name
string

The operating system name

os_version
string

The operating system version

os_build
string

The operating system build identifier

os_version_extra
string

Additional operating system version information

disk_encryption
boolean

Whether the disk encryption is enabled on the device

firewall_enabled
boolean

Whether the host firewall is enabled on the device

mdm_enabled
boolean

Whether MDM management is enabled on the device

agent_installed
boolean

Whether a management agent is installed

agent_version
string

The management agent version

enrollment_status
string

Enrollment state of the device in the provider

All possible enum values:
  • enrolled
  • pending
  • removed
  • missing
  • unknown
approval_status
string

Approval state if the provider requires approval

All possible enum values:
  • approved
  • pending
  • rejected
  • unknown
is_offline
boolean

Whether the device is currently offline

first_enrolled_at
string · date-time

The date and time the device was first enrolled

last_enrolled_at
string · date-time

The date and time the device was most recently enrolled

last_scan_at
string · date-time

The date and time the device was last scanned for vulnerabilities or security posture signals, when supported by the underlying product

last_activity_at
string · date-time

The date and time of the last recorded activity for the device

organization
object

The organization/account the device belongs to

id
string

The unique identifier for an organization

name
string

The name of the organization

owner
object

The assigned owner of the device

id
string

The unique identifier for a user

name
string

The name of the user

emails
object[]

The emails of the user

email
string

The email address

type
string

The type of email address

is_primary
boolean

Whether the email address is primary

policy
object

The applied policy / blueprint

id
string

The unique identifier for a policy

name
string

The name of the policy

edr_installed
boolean

Whether an endpoint detection and response (EDR) agent is installed or detected on the device

edr_status
string

The health/status of the EDR agent on the device, when available from the underlying product

All possible enum values:
  • healthy
  • unhealthy
  • degraded
  • unknown
critical_vuln_count
integer

The number of critical severity vulnerabilities detected on the device

high_vuln_count
integer

The number of high severity vulnerabilities detected on the device

patch_status
string

The patch compliance status of the device, based on signals available in the underlying product

All possible enum values:
  • up_to_date
  • updates_available
  • unknown
maintenance_status
string

The maintenance status

All possible enum values:
  • none
  • pending
  • active
  • completed
  • unknown
maintenance_start_at
string · date-time

The date and time maintenance starts

maintenance_end_at
string · date-time

The date and time maintenance ends

maintenance_reason
string

The maintenance reason message

warranty_start_at
string · date-time

The date and time warranty starts

warranty_end_at
string · date-time

The date and time warranty ends

warranty_fulfillment_at
string · date-time

The manufacturer fulfillment date

backup_last_success_at
string · date-time

The date and time the last backup succeeded

backup_last_failure_at
string · date-time

The date and time the last backup failed

backup_total_bytes
number

Total backup usage in bytes

public_ip
string

The public IP address of the device

ip_addresses
string[]

The private IP addresses of the device

mac_addresses
string[]

The MAC addresses of the device

tags
object[]

The device's tags

id
string

The tag's unique identifier

name
string

The tag's name

notes
object[]

Notes attached to the device

id
string
REQUIRED · 

The note's unique identifier

title
string

The note's title

owner
object

The note's owner

id
string

The note's owner's unique identifier

content
string

The note's content

custom_fields
object

Provider or customer specific fields mapped into a flexible key-value object

created_at
string · date-time

The date and time the device record was created

updated_at
string · date-time

The date and time the device record was last updated

remote_data
object

Raw data returned from the remote API call.