Get device inventory for a specific device. The device inventory includes information about the device, such as the device name, OS, and IP address. The response will include a basic, advanced, or enterprise dataset, depending on customer tier. See Using Global API Keys for more information on permission and scope requirements. Note: This endpoint is limited to 30 requests per minute, per organization.
Successful Operation
Invalid Request
Invalid Request
$apiKey = 'your_automox_api_key' $headers = @{ "Authorization" = "Bearer $apiKey" "Content-Type" = "application/json" } $orgUUID = 'your_org_uuid' # Replace with your organization UUID $deviceUUID = 'your_device_uuid' # Replace with your device UUID $url = "https://console.automox.com/api/device-details/orgs/$orgUUID/devices/$deviceUUID/inventory" $response = (Invoke-WebRequest -Method Get -Uri $url -Headers $headers).Content
{- "categories": {
- "Hardware": {
- "sub_categories": {
- "Hardware": {
- "data": [
- {
- "name": "board_model",
- "friendly_name": "Board Model",
- "description": "Board model",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "",
- "tags": [
- "system"
]
}, - {
- "name": "board_serial",
- "friendly_name": "Board Serial",
- "description": "Board serial number",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "",
- "tags": [
- "system"
]
}, - {
- "name": "board_vendor",
- "friendly_name": "Board Vendor",
- "description": "Board vendor",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "",
- "tags": [
- "system"
]
}, - {
- "name": "board_version",
- "friendly_name": "Board Version",
- "description": "Board version",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "",
- "tags": [
- "system"
]
}, - {
- "name": "computer_name",
- "friendly_name": "Computer Name",
- "description": "devices machine name",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "WINDOWS-MBJIQBB",
- "tags": [
- "system"
]
}, - {
- "name": "hardware_model",
- "friendly_name": "Hardware Model",
- "description": "Hardware model",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "t3a.xlarge",
- "tags": [
- "system"
]
}, - {
- "name": "hardware_serial",
- "friendly_name": "Hardware Serial",
- "description": "Hardware serial number",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "ec2942c5-8fd3-dfb4-b545-0227d593ae46",
- "tags": [
- "system"
]
}, - {
- "name": "hardware_vendor",
- "friendly_name": "Hardware Vendor",
- "description": "Hardware vendor (manufacturer)",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "Amazon EC2",
- "tags": [
- "system"
]
}, - {
- "name": "hardware_version",
- "friendly_name": "Hardware Version",
- "description": "Hardware version",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "-1",
- "tags": [
- "system"
]
}, - {
- "name": "physical_memory",
- "friendly_name": "Physical Memory",
- "description": "Physical memory in bytes",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "17179869184",
- "tags": [
- "system"
]
}, - {
- "name": "uuid",
- "friendly_name": "Uuid",
- "description": "System UUID",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "EC2942C5-8FD3-DFB4-B545-0227D593AE46",
- "tags": [
- "system"
]
}
]
}, - "CPU": {
- "data": [
- {
- "name": "cpu_info",
- "friendly_name": "CPU Info",
- "description": "Processor information",
- "collected_at": "2025-02-13T19:31:56+00:00",
- "type": "data_records",
- "value": [
- {
- "name": "availability",
- "friendly_name": "Availability",
- "description": "CPU Availability",
- "type": "string",
- "values": [
- "3"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "cpu_status",
- "friendly_name": "Cpu Status",
- "description": "CPU Status",
- "type": "string",
- "values": [
- "1"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "load_percentage",
- "friendly_name": "Load Percentage",
- "description": "CPU Load Percentage",
- "type": "string",
- "values": [
- "23"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "logical_processors",
- "friendly_name": "Logical Processors",
- "description": "Number of Logical Processors",
- "type": "string",
- "values": [
- "4"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "manufacturer",
- "friendly_name": "Manufacturer",
- "description": "CPU manufacturer.",
- "type": "string",
- "values": [
- "AuthenticAMD"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "max_clock_speed",
- "friendly_name": "Max Clock Speed",
- "description": "Maximum Clock Speed",
- "type": "string",
- "values": [
- "2200"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "model",
- "friendly_name": "Model",
- "description": "model of the CPU.",
- "type": "string",
- "values": [
- "AMD EPYC 7571"
], - "tags": [
- "hardware"
]
}, - {
- "name": "number_of_cores",
- "friendly_name": "Number Of Cores",
- "description": "Number of CPU Cores",
- "type": "string",
- "values": [
- "2"
], - "tags": [
- "hardware",
- "cpu"
]
}
], - "tags": [ ]
}, - {
- "name": "cpu_brand",
- "friendly_name": "Cpu Brand",
- "description": "CPU brand",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "AMD EPYC 7571",
- "tags": [
- "system"
]
}, - {
- "name": "cpu_logical_cores",
- "friendly_name": "Cpu Logical Cores",
- "description": "Number of logical CPU cores",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "4",
- "tags": [
- "system"
]
}, - {
- "name": "cpu_physical_cores",
- "friendly_name": "Cpu Physical Cores",
- "description": "Number of physical CPU cores",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "2",
- "tags": [
- "system"
]
}, - {
- "name": "cpu_sockets",
- "friendly_name": "Cpu Sockets",
- "description": "Number of CPU sockets",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "1",
- "tags": [
- "system"
]
}, - {
- "name": "cpu_subtype",
- "friendly_name": "Cpu Subtype",
- "description": "CPU subtype (can contain the CPU architecture)",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "-1",
- "tags": [
- "system"
]
}, - {
- "name": "cpu_type",
- "friendly_name": "Cpu Type",
- "description": "CPU type (can contain the CPU architecture)",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "x86_64",
- "tags": [
- "system"
]
}, - {
- "name": "windows_cpu_info",
- "friendly_name": "CPU Info",
- "description": "Processor information",
- "collected_at": "2025-02-13T19:34:00+00:00",
- "type": "data_records",
- "value": [
- {
- "name": "cpu_address_width",
- "friendly_name": "Cpu Address Width",
- "description": "CPU address width",
- "type": "string",
- "values": [
- "64"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "cpu_device_id",
- "friendly_name": "Cpu Device Id",
- "description": "CPU device ID",
- "type": "string",
- "values": [
- "CPU0"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "cpu_load_percentage",
- "friendly_name": "Cpu Load Percentage",
- "description": "CPU load percentage",
- "type": "string",
- "values": [
- "1"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "cpu_logical_processors",
- "friendly_name": "Cpu Logical Processors",
- "description": "Number of logical processors",
- "type": "string",
- "values": [
- "4"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "cpu_manufacturer",
- "friendly_name": "Cpu Manufacturer",
- "description": "CPU manufacturer or vendor",
- "type": "string",
- "values": [
- "AuthenticAMD"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "cpu_max_clock_speed",
- "friendly_name": "Cpu Max Clock Speed",
- "description": "Maximum CPU clock speed",
- "type": "string",
- "values": [
- "2200"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "cpu_model",
- "friendly_name": "Cpu Model",
- "description": "CPU model",
- "type": "string",
- "values": [
- "AMD EPYC 7571"
], - "tags": [
- "hardware",
- "cpu"
]
}, - {
- "name": "cpu_number_of_cores",
- "friendly_name": "Cpu Number Of Cores",
- "description": "Number of CPU cores",
- "type": "string",
- "values": [
- "2"
], - "tags": [
- "hardware",
- "cpu"
]
}
], - "tags": [ ]
}
]
}, - "Disk": {
- "data": [
- {
- "name": "description",
- "friendly_name": "Description",
- "description": "disk description",
- "collected_at": "2025-02-13T19:31:58+00:00",
- "type": "string",
- "value": "Disk drive",
- "tags": [
- "disk",
- "storage"
]
}, - {
- "name": "disk_index",
- "friendly_name": "Disk Index",
- "description": "disk index type",
- "collected_at": "2025-02-13T19:31:58+00:00",
- "type": "string",
- "value": "0",
- "tags": [
- "disk",
- "storage"
]
}, - {
- "name": "hardware_model",
- "friendly_name": "Hardware Model",
- "description": "disk hardware model",
- "collected_at": "2025-02-13T19:31:58+00:00",
- "type": "string",
- "value": "NVMe Amazon Elastic B SCSI Disk Device",
- "tags": [
- "disk",
- "storage"
]
}, - {
- "name": "id",
- "friendly_name": "Id",
- "description": "identifier for disk",
- "collected_at": "2025-02-13T19:31:58+00:00",
- "type": "string",
- "value": "\\\\.\\PHYSICALDRIVE0",
- "tags": [
- "disk",
- "storage"
]
}, - {
- "name": "manufacturer",
- "friendly_name": "Manufacturer",
- "description": "disk vendor or manufacturer",
- "collected_at": "2025-02-13T19:31:58+00:00",
- "type": "string",
- "value": "(Standard disk drives)",
- "tags": [
- "disk",
- "storage"
]
}, - {
- "name": "name",
- "friendly_name": "Name",
- "description": "The label of the disk object.",
- "collected_at": "2025-02-13T19:31:58+00:00",
- "type": "string",
- "value": "\\\\.\\PHYSICALDRIVE0",
- "tags": [
- "disk",
- "storage"
]
}, - {
- "name": "partitions",
- "friendly_name": "Partitions",
- "description": "number of partitions",
- "collected_at": "2025-02-13T19:31:58+00:00",
- "type": "int",
- "value": 1,
- "tags": [
- "disk",
- "storage"
]
}, - {
- "name": "serial",
- "friendly_name": "Serial",
- "description": "disk serial number",
- "collected_at": "2025-02-13T19:31:58+00:00",
- "type": "string",
- "value": "vol00b3bbe0bdc93c96f_00000001.",
- "tags": [
- "disk",
- "storage"
]
}, - {
- "name": "size",
- "friendly_name": "Size",
- "description": "disk size in bytes",
- "collected_at": "2025-02-13T19:31:58+00:00",
- "type": "string",
- "value": "274872407040",
- "tags": [
- "disk",
- "storage"
]
}, - {
- "name": "type",
- "friendly_name": "Type",
- "description": "type human readable",
- "collected_at": "2025-02-13T19:31:58+00:00",
- "type": "string",
- "value": "SCSI",
- "tags": [
- "disk",
- "storage"
]
}
]
}, - "Memory": {
- "data": [
- {
- "name": "memory_devices",
- "friendly_name": "Memory Devices",
- "description": "Device physical memory (RAM) details",
- "collected_at": "2025-02-13T19:33:23+00:00",
- "type": "data_records",
- "value": [
- {
- "name": "memory_bank_locator",
- "friendly_name": "Memory Bank Locator",
- "description": "bank locator.",
- "type": "string",
- "values": [
- ""
], - "tags": [
- "hardware",
- "memory"
]
}, - {
- "name": "memory_form_factor",
- "friendly_name": "Memory Form Factor",
- "description": "memory form factor.",
- "type": "string",
- "values": [
- "DIMM"
], - "tags": [
- "hardware",
- "memory"
]
}, - {
- "name": "memory_manufacturer",
- "friendly_name": "Memory Manufacturer",
- "description": "memory manufacturer or vendor.",
- "type": "string",
- "values": [
- ""
], - "tags": [
- "hardware",
- "memory"
]
}, - {
- "name": "memory_max_speed",
- "friendly_name": "Memory Max Speed",
- "description": "maximum memory speed.",
- "type": "string",
- "values": [
- "2667"
], - "tags": [
- "hardware",
- "memory"
]
}, - {
- "name": "memory_size_mb",
- "friendly_name": "Memory Size MB",
- "description": "memory size in MB.",
- "type": "int",
- "values": [
- 16384
], - "tags": [
- "hardware",
- "memory"
]
}, - {
- "name": "memory_type",
- "friendly_name": "Memory Type",
- "description": "memory type. (DDR3, DDR4, etc.)",
- "type": "string",
- "values": [
- "Unknown"
], - "tags": [
- "hardware",
- "memory"
]
}, - {
- "name": "memory_type_details",
- "friendly_name": "Memory Type Details",
- "description": "memory type details. (DDR3-1600, DDR4-2400, etc.)",
- "type": "string",
- "values": [
- "1200"
], - "tags": [
- "hardware",
- "memory"
]
}, - {
- "name": "serial_number",
- "friendly_name": "Serial Number",
- "description": "memory serial number.",
- "type": "string",
- "values": [
- ""
], - "tags": [
- "hardware",
- "memory"
]
}
], - "tags": [ ]
}
]
}
}
}, - "Health": {
- "sub_categories": {
- "Platform": {
- "data": [
- {
- "name": "ax_platform_health_check",
- "friendly_name": "Automox Platform Health Check",
- "description": "Automox platform connectivity diagnostics",
- "collected_at": "2025-02-13T19:31:17+00:00",
- "type": "data_records",
- "value": [
- {
- "name": "application_protocol",
- "friendly_name": "Application Protocol",
- "description": "Application Protocol tested",
- "type": "string",
- "values": [
- "HTTPS",
- "HTTPS",
- "HTTPS",
- "HTTPS",
- "HTTPS",
- "HTTPS",
- "HTTPS",
- "HTTPS",
- "HTTPS",
- "HTTPS",
- "HTTPS"
], - "tags": [
- "system",
- "health"
]
}, - {
- "name": "certificate_common_name",
- "friendly_name": "Certificate Common Name",
- "description": "Common Name on the SSL certificate returned by the domain",
- "type": "string",
- "values": [
- "automox.com",
- "console.automox.com",
- "ct.automox.com",
- "*.prod-usw2-mox0.automox.com",
- "*.prod.automox.com",
- "*.prod-usw2-mox0.automox.com",
- "*.prod-usw2-mox0.automox.com",
- "*.prod-usw2-mox0.automox.com",
- "*.prod-usw2-mox0.automox.com",
- "*.prod-usw2-mox0.automox.com",
- "*.prod.automox.com"
], - "tags": [
- "system",
- "health"
]
}, - {
- "name": "domain",
- "friendly_name": "Domain",
- "description": "Domain name for Automox Platform",
- "type": "string",
- "values": [
- "api.automox.com",
- "console.automox.com",
- "ct.automox.com",
- "rc.automox.com",
- "storage-cdn.prod.automox.com",
- "worklet-signing.prod.automox.com",
- "installation-reporting-service.prod.automox.com",
- "llm.automox.com",
- "downloadexport.automox.com",
- "download-export-cdn.prod.automox.com"
], - "tags": [
- "system",
- "health"
]
}, - {
- "name": "healthy",
- "friendly_name": "Healthy",
- "description": "Will return PASS if the device can communicate with the Automox Platform",
- "type": "string",
- "values": [
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS"
], - "tags": [
- "system",
- "health"
]
}, - {
- "name": "port",
- "friendly_name": "Port",
- "description": "Port tested",
- "type": "string",
- "values": [
- "443",
- "443",
- "443",
- "443",
- "443",
- "443",
- "443",
- "443",
- "443",
- "443",
- "443"
], - "tags": [
- "system",
- "health"
]
}, - {
- "name": "ssl_connection_status",
- "friendly_name": "Ssl Connection Status",
- "description": "Connected to domain via SSL",
- "type": "string",
- "values": [
- "CONNECTED",
- "CONNECTED",
- "CONNECTED",
- "CONNECTED",
- "CONNECTED",
- "CONNECTED",
- "CONNECTED",
- "CONNECTED",
- "CONNECTED",
- "CONNECTED",
- "CONNECTED"
], - "tags": [
- "system",
- "health"
]
}, - {
- "name": "tls_version_used",
- "friendly_name": "Tls Version Used",
- "description": "TLS version used during connection",
- "type": "string",
- "values": [
- "tls12",
- "tls12",
- "tls12",
- "tls12",
- "tls12",
- "tls12",
- "tls12",
- "tls12",
- "tls12",
- "tls12",
- "tls12"
], - "tags": [
- "system",
- "health"
]
}, - {
- "name": "transport_protocol",
- "friendly_name": "Transport Protocol",
- "description": "Transport Protocol tested",
- "type": "string",
- "values": [
- "TCP",
- "TCP",
- "TCP",
- "TCP",
- "TCP",
- "TCP",
- "TCP",
- "TCP",
- "TCP",
- "TCP",
- "TCP"
], - "tags": [
- "system",
- "health"
]
}
], - "tags": [ ]
}
]
}, - "Shell": {
- "data": [
- {
- "name": "execution_policy_compatible",
- "friendly_name": "Execution Policy Compatible",
- "description": "Will state \"PASS\" if the powershell ExecutionPolicy is set properly for Automox commands",
- "collected_at": "2025-02-13T19:33:30+00:00",
- "type": "string",
- "value": "PASS",
- "tags": [
- "windows",
- "powershell",
- "health"
]
}, - {
- "name": "healthy",
- "friendly_name": "Healthy",
- "description": "PASS or FAIL if PowerShell is fully compatible with the Automox agent",
- "collected_at": "2025-02-13T19:33:30+00:00",
- "type": "string",
- "value": "PASS",
- "tags": [
- "windows",
- "powershell",
- "health"
]
}, - {
- "name": "powershell_version_compatible",
- "friendly_name": "Powershell Version Compatible",
- "description": "Will state \"PASS\" if the powershell version is compatible with Automox",
- "collected_at": "2025-02-13T19:33:30+00:00",
- "type": "string",
- "value": "PASS",
- "tags": [
- "windows",
- "powershell",
- "health"
]
}
]
}, - "DNS": {
- "data": [
- {
- "name": "ax_dns_health_check",
- "friendly_name": "Automox DNS Health Check",
- "description": "DNS resolution health to Automox platform services",
- "collected_at": "2025-02-13T19:30:55+00:00",
- "type": "data_records",
- "value": [
- {
- "name": "domain",
- "friendly_name": "Domain",
- "description": "Domain name for Automox Platform",
- "type": "string",
- "values": [
- "api.automox.com",
- "console.automox.com",
- "ct.automox.com",
- "rc.automox.com",
- "storage-cdn.prod.automox.com",
- "worklet-signing.prod.automox.com",
- "installation-reporting-service.prod.automox.com",
- "llm.automox.com",
- "downloadexport.automox.com",
- "download-export-cdn.prod.automox.com"
], - "tags": [
- "dns",
- "health"
]
}, - {
- "name": "healthy",
- "friendly_name": "Healthy",
- "description": "Will return PASS if the device can communicate with the Automox Platform",
- "type": "string",
- "values": [
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS",
- "PASS"
], - "tags": [
- "dns",
- "health"
]
}
], - "tags": [ ]
}
]
}, - "Automox Agent": {
- "data": [
- {
- "name": "agent_service_status",
- "friendly_name": "Agent Service Status",
- "description": "Wether the Automox agent service is running",
- "collected_at": "2025-02-13T19:31:06+00:00",
- "type": "string",
- "value": "running",
- "tags": [
- "system",
- "health"
]
}, - {
- "name": "agent_version_supported",
- "friendly_name": "Agent Version Supported",
- "description": "Agent version is at least the minimum supported",
- "collected_at": "2025-02-13T19:31:06+00:00",
- "type": "string",
- "value": "True",
- "tags": [
- "system",
- "health"
]
}, - {
- "name": "automox_agent_version",
- "friendly_name": "Automox Agent Version",
- "description": "Version of the Automox agent",
- "collected_at": "2025-02-13T19:31:06+00:00",
- "type": "string",
- "value": "2.1.10",
- "tags": [
- "system",
- "health"
]
}, - {
- "name": "console_connectivity",
- "friendly_name": "Console Connectivity",
- "description": "Confirms if the device can connect to console.automox.com",
- "collected_at": "2025-02-13T19:31:06+00:00",
- "type": "string",
- "value": "True",
- "tags": [
- "system",
- "health"
]
}, - {
- "name": "healthy",
- "friendly_name": "Healthy",
- "description": "Overall health check of the Automox agent installation",
- "collected_at": "2025-02-13T19:31:06+00:00",
- "type": "string",
- "value": "PASS",
- "tags": [
- "system",
- "health"
]
}, - {
- "name": "os_version_supported",
- "friendly_name": "Os Version Supported",
- "description": "Specifies if the installed OS version is supported",
- "collected_at": "2025-02-13T19:31:06+00:00",
- "type": "string",
- "value": "True",
- "tags": [
- "system",
- "health"
]
}, - {
- "name": "ssl_verification",
- "friendly_name": "Ssl Verification",
- "description": "Confirms if the device can connect to the SSL certificate of console.automox.com",
- "collected_at": "2025-02-13T19:31:06+00:00",
- "type": "string",
- "value": "True",
- "tags": [
- "system",
- "health"
]
}, - {
- "name": "windows_version",
- "friendly_name": "Windows Version",
- "description": "Windows version number",
- "collected_at": "2025-02-13T19:31:06+00:00",
- "type": "string",
- "value": "10",
- "tags": [
- "system",
- "health"
]
}, - {
- "name": "cloudflared_download_connection",
- "friendly_name": "Cloudflared Download Connection",
- "description": "True if the download link to Cloudflared is reachable",
- "collected_at": "2025-02-13T19:31:20+00:00",
- "type": "string",
- "value": "True",
- "tags": [
- "health"
]
}, - {
- "name": "dialog_download_connection",
- "friendly_name": "Dialog Download Connection",
- "description": "True if the download link to Dialog is reachable",
- "collected_at": "2025-02-13T19:31:20+00:00",
- "type": "string",
- "value": "True",
- "tags": [
- "health"
]
}, - {
- "name": "healthy",
- "friendly_name": "Healthy",
- "description": "Will return PASS or FAIL depending on connection to the remote control module downloader",
- "collected_at": "2025-02-13T19:31:20+00:00",
- "type": "string",
- "value": "PASS",
- "tags": [
- "health"
]
}, - {
- "name": "remotecontrold_download_connection",
- "friendly_name": "Remotecontrold Download Connection",
- "description": "True if the download link to the remote control module is reachable",
- "collected_at": "2025-02-13T19:31:20+00:00",
- "type": "string",
- "value": "True",
- "tags": [
- "health"
]
}, - {
- "name": "tightvnc_download_connection",
- "friendly_name": "Tightvnc Download Connection",
- "description": "True if the download link to TightVNC is reachable",
- "collected_at": "2025-02-13T19:31:20+00:00",
- "type": "string",
- "value": "True",
- "tags": [
- "health"
]
}
]
}
}
}, - "Network": {
- "sub_categories": {
- "DNS": {
- "data": [
- {
- "name": "distinguished_name",
- "friendly_name": "Distinguished Name",
- "description": "Will return the distinguished name of the computer.",
- "collected_at": "2025-02-13T19:32:06+00:00",
- "type": "string",
- "value": "",
- "tags": [
- "windows",
- "operating system"
]
}, - {
- "name": "get_dns_server",
- "friendly_name": "DNS Servers",
- "description": "Configured IPv4 and IPv6 DNS servers",
- "collected_at": "2025-02-13T19:32:04+00:00",
- "type": "data_records",
- "value": [
- {
- "name": "dns_server",
- "friendly_name": "Dns Server",
- "description": "Will return the DNS server of the computer.",
- "type": "string",
- "values": [
- "10.2.0.2"
], - "tags": [
- "network",
- "dns",
- "ipv4"
]
}
], - "tags": [ ]
}
]
}, - "IP Address": {
- "data": [
- {
- "name": "interface_addresses",
- "friendly_name": "Interface Addresses",
- "description": "Configured IPv4 and IPv6 TCP/IP addresses",
- "collected_at": "2025-02-13T19:33:02+00:00",
- "type": "data_records",
- "value": [
- {
- "name": "address",
- "friendly_name": "Address",
- "description": "Address of the interface.",
- "type": "string",
- "values": [
- "fe80::b7b5:3132:d013:fb90",
- "10.2.19.21",
- "fe80::6db6:717:201d:5971",
- "192.168.56.1",
- "::1",
- "127.0.0.1"
], - "tags": [
- "network"
]
}, - {
- "name": "broadcast",
- "friendly_name": "Broadcast",
- "description": "Broadcast IP Address, if any.",
- "type": "string",
- "values": [
- "",
- "",
- "",
- "",
- "",
- ""
], - "tags": [
- "network"
]
}, - {
- "name": "friendly_name",
- "friendly_name": "Friendly Name",
- "description": "Friendly name of the interface, if any.",
- "type": "string",
- "values": [
- "Ethernet 3",
- "Ethernet 3",
- "Ethernet 4",
- "Ethernet 4",
- "Loopback Pseudo-Interface 1",
- "Loopback Pseudo-Interface 1"
], - "tags": [
- "network"
]
}, - {
- "name": "interface",
- "friendly_name": "Interface",
- "description": "name of the interface.",
- "type": "string",
- "values": [
- "15",
- "15",
- "12",
- "12",
- "1",
- "1"
], - "tags": [
- "network"
]
}, - {
- "name": "mask",
- "friendly_name": "Mask",
- "description": "mask",
- "type": "string",
- "values": [
- "ffff:ffff:ffff:ffff::",
- "255.255.224.0",
- "ffff:ffff:ffff:ffff::",
- "255.255.255.0",
- "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
- "255.0.0.0"
], - "tags": [
- "network"
]
}, - {
- "name": "type",
- "friendly_name": "Type",
- "description": "type of interface.",
- "type": "string",
- "values": [
- "auto",
- "dhcp",
- "auto",
- "manual",
- "unknown",
- "unknown"
], - "tags": [
- "network"
]
}
], - "tags": [ ]
}
]
}
}
}, - "Security": {
- "sub_categories": { }
}, - "Services": {
- "sub_categories": {
- "WSUS": {
- "data": [
- {
- "name": "wsus_managed",
- "friendly_name": "Wsus Managed",
- "description": "WSUS management state.",
- "collected_at": "2025-02-13T19:33:04+00:00",
- "type": "int",
- "value": 0,
- "tags": [
- "software",
- "updates",
- "windows"
]
}, - {
- "name": "wsus_reachable",
- "friendly_name": "Wsus Reachable",
- "description": "Whether the WSUS server is reachable.",
- "collected_at": "2025-02-13T19:33:04+00:00",
- "type": "int",
- "value": 0,
- "tags": [
- "software",
- "updates",
- "windows"
]
}, - {
- "name": "wsus_server",
- "friendly_name": "Wsus Server",
- "description": "The WSUS server URL.",
- "collected_at": "2025-02-13T19:33:04+00:00",
- "type": "string",
- "value": "",
- "tags": [
- "software",
- "updates",
- "windows"
]
}
]
}
}
}, - "Summary": {
- "sub_categories": {
- "Volume": {
- "data": [
- {
- "name": "block_devices",
- "friendly_name": "Block devices",
- "description": "No description available.",
- "type": "data_records",
- "value": [
- {
- "name": "block_device_description",
- "friendly_name": "Block Device Description",
- "description": "Description provided by device or device vendor",
- "type": "string",
- "values": [
- "",
- "",
- "",
- ""
], - "tags": [
- "hardware",
- "disk",
- "storage"
]
}, - {
- "name": "block_device_hardware_model",
- "friendly_name": "Block Device Hardware Model",
- "description": "Hardware model of the block device, if available",
- "type": "string",
- "values": [
- "",
- "",
- "",
- ""
], - "tags": [
- "hardware",
- "disk",
- "storage"
]
}, - {
- "name": "block_device_name",
- "friendly_name": "Block Device Name",
- "description": "Block device name and path",
- "type": "string",
- "values": [
- "/dev/nvme0n1",
- "/dev/nvme0n1p1",
- "/dev/nvme0n1p2",
- "/dev/nvme0n1p3"
], - "tags": [
- "hardware",
- "disk",
- "storage"
]
}, - {
- "name": "block_device_parent",
- "friendly_name": "Block Device Parent",
- "description": "Parent Device of a block device",
- "type": "string",
- "values": [
- "",
- "/dev/nvme0n1",
- "/dev/nvme0n1",
- "/dev/nvme0n1"
], - "tags": [
- "hardware",
- "disk",
- "storage"
]
}, - {
- "name": "block_device_total_size_bytes",
- "friendly_name": "Block Device Total Size Bytes",
- "description": "Total size of the block device in bytes",
- "type": "string",
- "values": [
- "536870912",
- "2097152",
- "4196352",
- "104857600"
], - "tags": [
- "hardware",
- "disk",
- "storage"
]
}, - {
- "name": "block_device_vendor",
- "friendly_name": "Block Device Vendor",
- "description": "Vendor or manufacturer of the block device, if available",
- "type": "string",
- "values": [
- "",
- "",
- "",
- ""
], - "tags": [
- "hardware",
- "disk",
- "storage"
]
}, - {
- "name": "block_size",
- "friendly_name": "Block Size",
- "description": "Block size of the device",
- "type": "string",
- "values": [
- "512",
- "",
- "",
- ""
], - "tags": [
- "hardware",
- "disk",
- "storage"
]
}, - {
- "name": "uuid",
- "friendly_name": "Uuid",
- "description": "UUID of the device",
- "type": "string",
- "values": [
- "",
- "8499952c-302f-4fd3-92c0-04e849aac7bc",
- "dc5c55aa-0033-4906-9de0-11935026f5a6",
- "d0f51a72-14e8-45f3-8c42-2c7c2de531e3"
], - "tags": [
- "hardware",
- "disk",
- "storage"
]
}
], - "tags": [ ]
}
]
}, - "CPU": {
- "data": [
- {
- "name": "model",
- "friendly_name": "Model",
- "description": "model of the CPU.",
- "type": "string",
- "value": "AMD EPYC 7571",
- "tags": [
- "hardware"
]
}
]
}, - "Operating System": {
- "data": [
- {
- "name": "complete_os_version",
- "friendly_name": "Complete Os Version",
- "description": "Complete Operating System Version.",
- "type": "string",
- "value": "CentOS Linux release 7.9.2009 (Core)",
- "tags": [
- "operating system"
]
}, - {
- "name": "hostname",
- "friendly_name": "Hostname",
- "description": "device hostname",
- "type": "string",
- "value": "ip-10-2-10-201.us-west-2.compute.internal",
- "tags": [
- "system"
]
}
]
}, - "Hardware": {
- "data": [
- {
- "name": "hardware_serial",
- "friendly_name": "Hardware Serial",
- "description": "Hardware serial number",
- "type": "string",
- "value": "ec2952e4-453f-91cf-f034-34fc3bbccc26",
- "tags": [
- "system"
]
}, - {
- "name": "physical_memory",
- "friendly_name": "Physical Memory",
- "description": "Physical memory in bytes",
- "type": "string",
- "value": "3922812928",
- "tags": [
- "system"
]
}
]
}, - "Automox Agent": {
- "data": [
- {
- "name": "automox_agent_version",
- "friendly_name": "Automox Agent Version",
- "description": "Version of the Automox agent",
- "type": "string",
- "value": "1.45.35",
- "tags": [
- "system",
- "health"
]
}
]
}, - "Interface": {
- "data": [
- {
- "name": "interface_details",
- "friendly_name": "Interface details",
- "description": "No description available.",
- "type": "data_records",
- "value": [
- {
- "name": "interface_dhcp_enabled",
- "friendly_name": "Interface Dhcp Enabled",
- "description": "Interface DHCP Enabled.",
- "type": "string",
- "values": [
- "",
- ""
], - "tags": [
- "network"
]
}, - {
- "name": "interface_dns_domain",
- "friendly_name": "Interface Dns Domain",
- "description": "Interface DNS Domain.",
- "type": "string",
- "values": [
- "",
- ""
], - "tags": [
- "network"
]
}, - {
- "name": "interface_dns_host_name",
- "friendly_name": "Interface Dns Host Name",
- "description": "Interface DNS Host Name.",
- "type": "string",
- "values": [
- "",
- ""
], - "tags": [
- "network"
]
}, - {
- "name": "interface_friendly_name",
- "friendly_name": "Interface Friendly Name",
- "description": "Interface Friendly Name.",
- "type": "string",
- "values": [
- "",
- ""
], - "tags": [
- "network"
]
}, - {
- "name": "interface_input_bytes",
- "friendly_name": "Interface Input Bytes",
- "description": "Data Point Description.",
- "type": "string",
- "values": [
- "0",
- "216691833"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_input_drops",
- "friendly_name": "Interface Input Drops",
- "description": "Interface Input Drops.",
- "type": "string",
- "values": [
- "0",
- "67"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_input_errors",
- "friendly_name": "Interface Input Errors",
- "description": "Interface Input Errors.",
- "type": "string",
- "values": [
- "0",
- "0"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_input_packets",
- "friendly_name": "Interface Input Packets",
- "description": "Interface Input Packets.",
- "type": "string",
- "values": [
- "0",
- "147173"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_last_change",
- "friendly_name": "Interface Last Change",
- "description": "Interface Last Change.",
- "type": "string",
- "values": [
- "-1",
- "-1"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_link_speed",
- "friendly_name": "Interface Link Speed",
- "description": "Interface Link Speed.",
- "type": "string",
- "values": [
- "0",
- "0"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_mac_address",
- "friendly_name": "Interface Mac Address",
- "description": "Interface MAC Address.",
- "type": "string",
- "values": [
- "00:00:00:00:00:00",
- "06:4d:c1:be:af:c3"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_name",
- "friendly_name": "Interface Name",
- "description": "Interface Name.",
- "type": "string",
- "values": [
- "lo",
- "eth0"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_output_bytes",
- "friendly_name": "Interface Output Bytes",
- "description": "Interface Output Bytes.",
- "type": "string",
- "values": [
- "0",
- "1956863"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_output_drops",
- "friendly_name": "Interface Output Drops",
- "description": "Interface Output Drops.",
- "type": "string",
- "values": [
- "0",
- "0"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_output_errors",
- "friendly_name": "Interface Output Errors",
- "description": "Interface Output Errors.",
- "type": "string",
- "values": [
- "0",
- "0"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_output_packets",
- "friendly_name": "Interface Output Packets",
- "description": "Interface Input Packets.",
- "type": "string",
- "values": [
- "0",
- "19428"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_packet_collisions_detected",
- "friendly_name": "Interface Packet Collisions Detected",
- "description": "Interface Packet Collisions Detected.",
- "type": "string",
- "values": [
- "0",
- "0"
], - "tags": [
- "network"
]
}, - {
- "name": "interface_service",
- "friendly_name": "Interface Service",
- "description": "Interface Service.",
- "type": "string",
- "values": [
- "",
- ""
], - "tags": [
- "network"
]
}, - {
- "name": "interface_speed",
- "friendly_name": "Interface Speed",
- "description": "Interface Speed.",
- "type": "string",
- "values": [
- "",
- ""
], - "tags": [
- "network"
]
}, - {
- "name": "interface_type",
- "friendly_name": "Interface Type",
- "description": "Interface Type.",
- "type": "string",
- "values": [
- "4",
- "1"
], - "tags": [
- "network"
]
}, - {
- "name": "network_flags",
- "friendly_name": "Network Flags",
- "description": "Network Flags.",
- "type": "string",
- "values": [
- "65609",
- "69699"
], - "tags": [
- "network"
]
}, - {
- "name": "network_metric_speed",
- "friendly_name": "Network Metric Speed",
- "description": "Network Metric Speed.",
- "type": "string",
- "values": [
- "0",
- "0"
], - "tags": [
- "network"
]
}, - {
- "name": "network_mtu",
- "friendly_name": "Network Mtu",
- "description": "Network MTU.",
- "type": "string",
- "values": [
- "65536",
- "9001"
], - "tags": [
- "network"
]
}
], - "tags": [ ]
}, - {
- "name": "network_type",
- "friendly_name": "Network Type",
- "description": "Network type, either wifi or ethernet",
- "type": "string",
- "value": "enet",
- "tags": [
- "network",
- "wifi"
]
}, - {
- "name": "mac_address",
- "friendly_name": "Mac Address",
- "description": "interface MAC address",
- "type": "string",
- "value": "06:4d:c1:be:af:c3",
- "tags": [
- "network",
- "hardware"
]
}, - {
- "name": "network_device_id",
- "friendly_name": "Network Device Id",
- "description": "interface device ID",
- "type": "string",
- "value": "0xec20",
- "tags": [
- "network",
- "hardware"
]
}, - {
- "name": "network_vendor_id",
- "friendly_name": "Network Vendor Id",
- "description": "interface vendor ID",
- "type": "string",
- "value": "0x1d0f",
- "tags": [
- "network",
- "hardware"
]
}
]
}, - "IP Address": {
- "data": [
- {
- "name": "interface_addresses",
- "friendly_name": "Interface addresses",
- "description": "No description available.",
- "type": "data_records",
- "value": [
- {
- "name": "address",
- "friendly_name": "Address",
- "description": "Address of the interface.",
- "type": "string",
- "values": [
- "127.0.0.1",
- "10.2.10.201",
- "::1",
- "fe80::44d:c1ff:febe:afc3%eth0"
], - "tags": [
- "network"
]
}, - {
- "name": "broadcast",
- "friendly_name": "Broadcast",
- "description": "Broadcast IP Address, if any.",
- "type": "string",
- "values": [
- "",
- "10.2.31.255",
- "",
- ""
], - "tags": [
- "network"
]
}, - {
- "name": "friendly_name",
- "friendly_name": "Friendly Name",
- "description": "Friendly name of the interface, if any.",
- "type": "string",
- "values": [
- "",
- "",
- "",
- ""
], - "tags": [
- "network"
]
}, - {
- "name": "interface",
- "friendly_name": "Interface",
- "description": "name of the interface.",
- "type": "string",
- "values": [
- "lo",
- "eth0",
- "lo",
- "eth0"
], - "tags": [
- "network"
]
}, - {
- "name": "mask",
- "friendly_name": "Mask",
- "description": "mask",
- "type": "string",
- "values": [
- "255.0.0.0",
- "255.255.224.0",
- "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
- "ffff:ffff:ffff:ffff::"
], - "tags": [
- "network"
]
}, - {
- "name": "type",
- "friendly_name": "Type",
- "description": "type of interface.",
- "type": "string",
- "values": [
- "unknown",
- "unknown",
- "unknown",
- "unknown"
], - "tags": [
- "network"
]
}
], - "tags": [ ]
}
]
}
}
}, - "System": {
- "sub_categories": {
- "Restart": {
- "data": [
- {
- "name": "reboot_status",
- "friendly_name": "Reboot Status",
- "description": "Will return true if a reboot is required, false if not",
- "collected_at": "2025-02-13T19:33:21+00:00",
- "type": "bool",
- "value": false,
- "tags": [
- "operating system",
- "reboot"
]
}
]
}, - "Update": {
- "data": [
- {
- "name": "get_windows_updates",
- "friendly_name": "Windows Updates",
- "description": "Available Windows Update information",
- "collected_at": "2025-02-13T19:33:01+00:00",
- "type": "data_records",
- "value": [
- {
- "name": "category",
- "friendly_name": "Category",
- "description": "Category ID of the update (if available)",
- "type": "string",
- "values": [
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "0fa1201d-4330-4fa8-8ae9-b877473b6441",
- "28bc880e-0592-4cbf-8f95-c79b17911d5f",
- "cd5ffd1e-e932-4e3a-bf74-18bf0b1bbd83",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "0fa1201d-4330-4fa8-8ae9-b877473b6441",
- "cd5ffd1e-e932-4e3a-bf74-18bf0b1bbd83",
- "e6cf1350-c01b-414d-a61f-263d14d133b4"
], - "tags": [
- "software"
]
}, - {
- "name": "display_name",
- "friendly_name": "Display Name",
- "description": "Display Name for the update",
- "type": "string",
- "values": [
- "Update (KB5050576)",
- "Update (KB5042056)",
- "Update (KB5003791)",
- "Update (KB5011048)",
- "Update (KB5015684)",
- "Security Update (KB5051974)",
- "Security Update (KB5014032)",
- "Update (KB5016705)",
- "Security Update (KB5041579)",
- "Security Update (KB5043935)",
- "Update (KB5050111)",
- "Security Update (KB5050411)",
- "2025-02 Cumulative Update for Windows 10 Version 22H2 for x64-based Systems (KB5051974)",
- "Windows Malicious Software Removal Tool x64 - v5.132 (KB890830)",
- "2025-01 Cumulative Update Preview for .NET Framework 3.5, 4.8 and 4.8.1 for Windows 10 Version 22H2 for x64 (KB5050593)",
- "2025-01 Security Update for Windows 10 Version 22H2 for x64-based Systems (KB5050411)",
- "2025-01 Cumulative Update for .NET Framework 3.5, 4.8 and 4.8.1 for Windows 10 Version 22H2 for x64 (KB5050188)",
- "2024-09 Cumulative Update for Windows 10 Version 22H2 for x64-based Systems (KB5043064)",
- "Windows Malicious Software Removal Tool x64 - v5.128 (KB890830)",
- "2024-08 Cumulative Update for .NET Framework 3.5, 4.8 and 4.8.1 for Windows 10 Version 22H2 for x64 (KB5042352)",
- "Microsoft .NET Framework 4.8.1 for Windows 10 Version 22H2 for x64 (KB5011048)",
- "Feature update to Windows 10, version 22H2",
- "2023-10 Update for Windows 10 Version 21H2 for x64-based Systems (KB4023057)",
- "2024-05 Cumulative Update for .NET Framework 3.5, 4.8 and 4.8.1 for Windows 10 Version 21H2 for x64 (KB5038284)",
- "Windows Malicious Software Removal Tool x64 - v5.127 (KB890830)",
- "2024-05 Update for Windows 10 Version 21H2 for x64-based Systems (KB5001716)",
- "MSXML 6.0 RTM Security Update (925673)",
- "2024-05 Update for Windows 10 Version 22H2 for x64-based Systems (KB5001716)",
- "2023-10 Update for Windows 10 Version 22H2 for x64-based Systems (KB4023057)"
], - "tags": [
- "software"
]
}, - {
- "name": "id",
- "friendly_name": "Id",
- "description": "Primary ID for the update (KB number or update ID depending on type)",
- "type": "string",
- "values": [
- "KB5050576",
- "KB5042056",
- "KB5003791",
- "KB5011048",
- "KB5015684",
- "KB5051974",
- "KB5014032",
- "KB5016705",
- "KB5041579",
- "KB5043935",
- "KB5050111",
- "KB5050411",
- "1841feea-421e-4456-87ad-85879b2a70ed",
- "193134c5-466d-4762-8633-762e6c70bf6f",
- "8a99b47a-15bb-4fa5-b6f9-163f3893c8d8",
- "4f967aee-76c6-4cf5-8d74-16f62d1d0131",
- "be5ebf62-6260-45ba-9229-f3fe2368ceed",
- "b041cc44-48be-4fe2-9869-29a785d68abe",
- "69ce6f6a-41e8-4103-b93d-ff8030bd246b",
- "611911f8-e834-456e-91c0-b1197da095e3",
- "6500af43-533e-41f8-8413-f70648777d13",
- "8717a3fa-98ac-4ca8-b87d-df92e1008a63",
- "11b59358-13d6-4316-8468-f8f4e0b8279a",
- "6e83b528-2769-4f5c-81da-921b12034032",
- "45323849-eba1-4028-a097-3233edd9837c",
- "763508cd-a5ed-420b-a505-a43855ed927e",
- "07609d43-d518-4e77-856e-d1b316d1b8a8",
- "478e0fe9-52e9-4ebd-b70a-bbb0462a2e54",
- "657943f1-1efb-430a-a6c8-f77993103709"
], - "tags": [
- "software"
]
}, - {
- "name": "install_status",
- "friendly_name": "Install Status",
- "description": "Status of the update on the device (typically Installed or Awaiting)",
- "type": "string",
- "values": [
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed",
- "Installed"
], - "tags": [
- "software"
]
}, - {
- "name": "reboot_required",
- "friendly_name": "Reboot Required",
- "description": "Indicates whether a reboot is required after installing the update",
- "type": "int",
- "values": [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 1,
- 1,
- 1,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 1,
- 1,
- 1
], - "tags": [
- "software"
]
}, - {
- "name": "secondary_id",
- "friendly_name": "Secondary Id",
- "description": "Alternate ID for the update (KB number or update ID depending on the type)",
- "type": "string",
- "values": [
- "KB5050576",
- "KB5042056",
- "KB5003791",
- "KB5011048",
- "KB5015684",
- "KB5051974",
- "KB5014032",
- "KB5016705",
- "KB5041579",
- "KB5043935",
- "KB5050111",
- "KB5050411",
- "KB5051974",
- "KB890830",
- "KB5050593",
- "KB5050411",
- "KB5050188",
- "KB5043064",
- "KB890830",
- "KB5042352",
- "KB5011048",
- "",
- "KB4023057",
- "KB5038284",
- "KB890830",
- "KB5001716",
- "",
- "KB5001716",
- "KB4023057"
], - "tags": [
- "software"
]
}, - {
- "name": "version",
- "friendly_name": "Version",
- "description": "Actual or calculated version of the update",
- "type": "string",
- "values": [
- "1",
- "1",
- "1",
- "1",
- "1",
- "1",
- "1",
- "1",
- "1",
- "1",
- "1",
- "1",
- "1",
- "200",
- "201",
- "201",
- "200",
- "1",
- "200",
- "200",
- "201",
- "1",
- "1",
- "200",
- "200",
- "202",
- "103",
- "200",
- "1"
], - "tags": [
- "software"
]
}
], - "tags": [ ]
}
]
}, - "Update Source": {
- "data": [
- {
- "name": "update_source_check",
- "friendly_name": "Update Source Check",
- "description": "Will return true if the update source is set to check for updates, false if otherwise.",
- "collected_at": "2025-02-13T19:30:50+00:00",
- "type": "bool",
- "value": true,
- "tags": [
- "windows",
- "updates"
]
}, - {
- "name": "get_windows_updates",
- "friendly_name": "Windows Updates",
- "description": "Available Windows Update information",
- "collected_at": "2025-02-13T19:33:01+00:00",
- "type": "data_records",
- "value": [
- {
- "name": "update_source",
- "friendly_name": "Update Source",
- "description": "Update Source (normally WindowsUpdate)",
- "type": "string",
- "values": [
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdateHistory",
- "WindowsUpdateHistory",
- "WindowsUpdateHistory",
- "WindowsUpdateHistory",
- "WindowsUpdateHistory",
- "WindowsUpdateHistory",
- "WindowsUpdateHistory",
- "WindowsUpdateHistory",
- "WindowsUpdateHistory",
- "WindowsUpdateHistory",
- "WindowsUpdateHistory",
- "WindowsUpdate",
- "WindowsUpdate",
- "WindowsUpdate"
], - "tags": [
- "software"
]
}
], - "tags": [ ]
}, - {
- "name": "healthy",
- "friendly_name": "Healthy",
- "description": "The device's patch source is overall in a healthy state",
- "collected_at": "2025-02-13T19:33:50+00:00",
- "type": "bool",
- "value": true,
- "tags": [
- "operating system",
- "windows",
- "windows update"
]
}, - {
- "name": "patch_source_healthy",
- "friendly_name": "Patch Source Healthy",
- "description": "Device is able to retrieve patch data from its configured source",
- "collected_at": "2025-02-13T19:33:50+00:00",
- "type": "bool",
- "value": true,
- "tags": [
- "operating system",
- "windows",
- "windows update"
]
}, - {
- "name": "use_windows_update",
- "friendly_name": "Use Windows Update",
- "description": "Device uses Windows Update as it's source of new updates",
- "collected_at": "2025-02-13T19:33:50+00:00",
- "type": "bool",
- "value": true,
- "tags": [
- "operating system",
- "windows",
- "windows update"
]
}, - {
- "name": "wsus_managed",
- "friendly_name": "Wsus Managed",
- "description": "Device is configured to use a WSUS server instead of Windows Update",
- "collected_at": "2025-02-13T19:33:50+00:00",
- "type": "bool",
- "value": false,
- "tags": [
- "operating system",
- "windows",
- "windows update"
]
}, - {
- "name": "wsus_reachable",
- "friendly_name": "Wsus Reachable",
- "description": "Device is able to connect to its configured WSUS Server Address",
- "collected_at": "2025-02-13T19:33:50+00:00",
- "type": "bool",
- "value": false,
- "tags": [
- "operating system",
- "windows",
- "windows update"
]
}, - {
- "name": "wsus_server_address",
- "friendly_name": "Wsus Server Address",
- "description": "Address of configured WSUS Server",
- "collected_at": "2025-02-13T19:33:50+00:00",
- "type": "string",
- "value": "",
- "tags": [
- "operating system",
- "windows",
- "windows update"
]
}, - {
- "name": "wsus_valid",
- "friendly_name": "Wsus Valid",
- "description": "WSUS Server Address is a well-formed URI",
- "collected_at": "2025-02-13T19:33:50+00:00",
- "type": "bool",
- "value": false,
- "tags": [
- "operating system",
- "windows",
- "windows update"
]
}
]
}, - "Shell": {
- "data": [
- {
- "name": "build",
- "friendly_name": "Build",
- "description": "build number of PowerShell.",
- "collected_at": "2025-02-13T19:32:22+00:00",
- "type": "string",
- "value": "19041",
- "tags": [
- "powershell",
- "operating system"
]
}, - {
- "name": "major",
- "friendly_name": "Major",
- "description": "Major version of PowerShell.",
- "collected_at": "2025-02-13T19:32:22+00:00",
- "type": "string",
- "value": "5",
- "tags": [
- "powershell",
- "operating system"
]
}, - {
- "name": "minor",
- "friendly_name": "Minor",
- "description": "Minor version of PowerShell.",
- "collected_at": "2025-02-13T19:32:22+00:00",
- "type": "string",
- "value": "1",
- "tags": [
- "powershell",
- "operating system"
]
}, - {
- "name": "revision",
- "friendly_name": "Revision",
- "description": "revision number of PowerShell.",
- "collected_at": "2025-02-13T19:32:22+00:00",
- "type": "string",
- "value": "5486",
- "tags": [
- "powershell",
- "operating system"
]
}
]
}, - "Configuration": {
- "data": [
- {
- "name": "local_hostname",
- "friendly_name": "Local Hostname",
- "description": "Local device hostname (Can be the same as hostname)",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "WINDOWS-MBJIQBB",
- "tags": [
- "system"
]
}
]
}, - "Locale": {
- "data": [
- {
- "name": "locale",
- "friendly_name": "Locale",
- "description": "Return the locale of the device.",
- "collected_at": "2025-02-13T19:32:18+00:00",
- "type": "string",
- "value": "en-US",
- "tags": [
- "operating system"
]
}, - {
- "name": "local_timezone",
- "friendly_name": "Local Timezone",
- "description": "Local timezone",
- "collected_at": "2025-02-13T19:33:52+00:00",
- "type": "string",
- "value": "GMT Standard Time",
- "tags": [
- "system",
- "operating system"
]
}
]
}, - "Auto Update": {
- "data": [
- {
- "name": "auto_update_enabled",
- "friendly_name": "Auto Update Enabled",
- "description": "Will return '1' if auto updates are enabled, '0' if otherwise.",
- "collected_at": "2025-02-13T19:30:50+00:00",
- "type": "string",
- "value": "0",
- "tags": [
- "windows",
- "updates"
]
}, - {
- "name": "auto_update_options",
- "friendly_name": "Auto Update Options",
- "description": "Will return \"off\" or \"on\" depending on the current state of the auto update options.",
- "collected_at": "2025-02-13T19:30:50+00:00",
- "type": "string",
- "value": "off",
- "tags": [
- "windows",
- "updates"
]
}, - {
- "name": "resultcode",
- "friendly_name": "Resultcode",
- "description": "Will return the result (exit) code of the last update check.",
- "collected_at": "2025-02-13T19:30:50+00:00",
- "type": "int",
- "value": 2,
- "tags": [
- "windows",
- "updates"
]
}
]
}, - "Software": {
- "data": [
- {
- "name": "get_installed_software_machine",
- "friendly_name": "Installed Machine-wide Packages",
- "description": "Machine-wide installed software information",
- "collected_at": "2025-02-13T19:32:11+00:00",
- "type": "data_records",
- "value": [
- {
- "name": "custom_display_name",
- "friendly_name": "Custom Display Name",
- "description": "DisplayName modified for Console output if applicable",
- "type": "string",
- "values": [
- "Oracle VM VirtualBox (64-bit)",
- "",
- "",
- "",
- "",
- "",
- "Microsoft Visual C++ Redistributable 64-bit",
- "",
- ""
], - "tags": [
- "software"
]
}, - {
- "name": "custom_display_version",
- "friendly_name": "Custom Display Version",
- "description": "DisplayVersion modified for Console output if applicable",
- "type": "string",
- "values": [
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- ""
], - "tags": [
- "software"
]
}, - {
- "name": "detected_name",
- "friendly_name": "Detected Name",
- "description": "Detected Name for supported Third Party software",
- "type": "string",
- "values": [
- "Oracle_VM_VirtualBox",
- "",
- "",
- "",
- "Microsoft_Edge",
- "",
- "VC_2015-2022_Redist_64",
- "",
- ""
], - "tags": [
- "software"
]
}, - {
- "name": "display_icon",
- "friendly_name": "Display Icon",
- "description": "Path to the icon for the application (if available)",
- "type": "string",
- "values": [
- "",
- "",
- "",
- "",
- "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\133.0.3065.59\\msedge.exe,0",
- "C:\\ProgramData\\Package Cache\\{a9b5d17d-f549-4cce-befb-257fbfdd20ed}\\EC2ConfigPackager.exe,0",
- "C:\\ProgramData\\Package Cache\\{b49c10dd-4d54-45f8-ad13-fa25704456a4}\\VC_redist.x64.exe,0",
- "",
- "C:\\ProgramData\\Package Cache\\{f2cd0404-0c0d-47b2-af44-2c56b156ced8}\\AmazonSSMAgentSetup.exe,0"
], - "tags": [
- "software"
]
}, - {
- "name": "display_name",
- "friendly_name": "Display Name",
- "description": "Display name of the application",
- "type": "string",
- "values": [
- "Oracle VM VirtualBox Guest Additions 6.1.38",
- "Oracle VirtualBox 7.1.6",
- "Microsoft Update Health Tools",
- "Update for Windows 10 for x64-based Systems (KB5001716)",
- "Microsoft Edge",
- "EC2ConfigService",
- "Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.42.34438",
- "Automox Agent",
- "Amazon SSM Agent"
], - "tags": [
- "software"
]
}, - {
- "name": "display_version",
- "friendly_name": "Display Version",
- "description": "Current version of the application",
- "type": "string",
- "values": [
- "6.1.38.0",
- "7.1.6",
- "3.74.0.0",
- "8.94.0.0",
- "133.0.3065.59",
- "4.9.4588.0",
- "14.42.34438.0",
- "2.1.10",
- "3.1.1188.0"
], - "tags": [
- "software"
]
}, - {
- "name": "install_date",
- "friendly_name": "Install Date",
- "description": "Date the application was installed (if available)",
- "type": "string",
- "values": [
- "",
- "20250212",
- "20240903",
- "20240903",
- "20250212",
- "",
- "",
- "20250211",
- ""
], - "tags": [
- "software"
]
}, - {
- "name": "install_location",
- "friendly_name": "Install Location",
- "description": "Install location of the application (if available)",
- "type": "string",
- "values": [
- "",
- "",
- "",
- "",
- "C:\\Program Files (x86)\\Microsoft\\Edge\\Application",
- "",
- "",
- "",
- ""
], - "tags": [
- "software"
]
}, - {
- "name": "is_installed",
- "friendly_name": "Is Installed",
- "description": "Indicates whether the title is installed; used by Office 365 detection",
- "type": "bool",
- "values": [
- true,
- true,
- true,
- true,
- true,
- true,
- true,
- true,
- true
], - "tags": [
- "software"
]
}, - {
- "name": "is_managed",
- "friendly_name": "Is Managed",
- "description": "Indicates whether the software is patchable by Automox",
- "type": "bool",
- "values": [
- true,
- false,
- false,
- false,
- true,
- false,
- true,
- false,
- false
], - "tags": [
- "software"
]
}, - {
- "name": "publisher",
- "friendly_name": "Publisher",
- "description": "Publisher of the application (if available)",
- "type": "string",
- "values": [
- "Oracle Corporation",
- "Oracle and/or its affiliates",
- "Microsoft Corporation",
- "Microsoft Corporation",
- "Microsoft Corporation",
- "Amazon Web Services",
- "Microsoft Corporation",
- "Automox",
- "Amazon Web Services"
], - "tags": [
- "software"
]
}, - {
- "name": "registry_path",
- "friendly_name": "Registry Path",
- "description": "Full path to the Uninstall registry entry",
- "type": "string",
- "values": [
- "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Oracle VM VirtualBox Guest Additions",
- "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{08123D53-81FD-48DF-BDD1-64FC2B977919}",
- "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{1FC1A6C2-576E-489A-9B4A-92D21F542136}",
- "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{85C69797-7336-4E83-8D97-32A7C8465A3B}",
- "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Edge",
- "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{a9b5d17d-f549-4cce-befb-257fbfdd20ed}",
- "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{b49c10dd-4d54-45f8-ad13-fa25704456a4}",
- "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{B69ED3AC-8608-40CE-A6DA-D10D80E625BC}",
- "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{f2cd0404-0c0d-47b2-af44-2c56b156ced8}"
], - "tags": [
- "software"
]
}, - {
- "name": "thirdparty_repo",
- "friendly_name": "Thirdparty Repo",
- "description": "Repository value (internally used by Automox)",
- "type": "string",
- "values": [
- "Oracle",
- "",
- "",
- "",
- "Microsoft",
- "",
- "Microsoft",
- "",
- ""
], - "tags": [
- "software"
]
}, - {
- "name": "uninstall_string",
- "friendly_name": "Uninstall String",
- "description": "UninstallString for the application (if available)",
- "type": "string",
- "values": [
- "C:\\Program Files\\Oracle\\VirtualBox Guest Additions\\uninst.exe",
- "MsiExec.exe /I{08123D53-81FD-48DF-BDD1-64FC2B977919}",
- "MsiExec.exe /X{1FC1A6C2-576E-489A-9B4A-92D21F542136}",
- "MsiExec.exe /X{85C69797-7336-4E83-8D97-32A7C8465A3B}",
- "\"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\133.0.3065.59\\Installer\\setup.exe\" --uninstall --msedge --channel=stable --system-level --verbose-logging",
- "\"C:\\ProgramData\\Package Cache\\{a9b5d17d-f549-4cce-befb-257fbfdd20ed}\\EC2ConfigPackager.exe\" /uninstall",
- "\"C:\\ProgramData\\Package Cache\\{b49c10dd-4d54-45f8-ad13-fa25704456a4}\\VC_redist.x64.exe\" /uninstall",
- "MsiExec.exe /X{B69ED3AC-8608-40CE-A6DA-D10D80E625BC}",
- "\"C:\\ProgramData\\Package Cache\\{f2cd0404-0c0d-47b2-af44-2c56b156ced8}\\AmazonSSMAgentSetup.exe\" /uninstall"
], - "tags": [
- "software"
]
}
], - "tags": [ ]
}, - {
- "name": "get_installed_software_user",
- "friendly_name": "Installed User-specific Packages",
- "description": "User-specific installed software information",
- "collected_at": "2025-02-13T19:32:20+00:00",
- "type": "data_records",
- "value": [
- {
- "name": "custom_display_name",
- "friendly_name": "Custom Display Name",
- "description": "DisplayName modified for Console output if applicable",
- "type": "string",
- "values": [
- ""
], - "tags": [
- "software"
]
}, - {
- "name": "custom_display_version",
- "friendly_name": "Custom Display Version",
- "description": "DisplayVersion modified for Console output if applicable",
- "type": "string",
- "values": [
- ""
], - "tags": [
- "software"
]
}, - {
- "name": "detected_name",
- "friendly_name": "Detected Name",
- "description": "Detected Name for supported Third Party software",
- "type": "string",
- "values": [
- "MicrosoftOneDrive"
], - "tags": [
- "software"
]
}, - {
- "name": "display_name",
- "friendly_name": "Display Name",
- "description": "Display name of the application",
- "type": "string",
- "values": [
- "Microsoft OneDrive"
], - "tags": [
- "software"
]
}, - {
- "name": "display_version",
- "friendly_name": "Display Version",
- "description": "Current version of the application",
- "type": "string",
- "values": [
- "25.005.0112.0003"
], - "tags": [
- "software"
]
}, - {
- "name": "install_date",
- "friendly_name": "Install Date",
- "description": "Date the application was installed (if available)",
- "type": "string",
- "values": [
- ""
], - "tags": [
- "software"
]
}, - {
- "name": "install_location",
- "friendly_name": "Install Location",
- "description": "Install location of the application (if available)",
- "type": "string",
- "values": [
- ""
], - "tags": [
- "software"
]
}, - {
- "name": "is_managed",
- "friendly_name": "Is Managed",
- "description": "Indicates whether the software is patchable by Automox",
- "type": "bool",
- "values": [
- true
], - "tags": [
- "software"
]
}, - {
- "name": "is_user_installed",
- "friendly_name": "Is User Installed",
- "description": "Boolean if the software is installed per-user",
- "type": "bool",
- "values": [
- true
], - "tags": [
- "software"
]
}, - {
- "name": "publisher",
- "friendly_name": "Publisher",
- "description": "Publisher of the application (if available)",
- "type": "string",
- "values": [
- "Microsoft Corporation"
], - "tags": [
- "software"
]
}, - {
- "name": "registry_path",
- "friendly_name": "Registry Path",
- "description": "Full path to the Uninstall registry entry",
- "type": "string",
- "values": [
- "HKEY_USERS\\S-1-5-21-1050979400-1794248139-2481070660-1002\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\OneDriveSetup.exe"
], - "tags": [
- "software"
]
}, - {
- "name": "thirdparty_repo",
- "friendly_name": "Thirdparty Repo",
- "description": "Repository value (internally used by Automox)",
- "type": "string",
- "values": [
- "Microsoft"
], - "tags": [
- "software"
]
}, - {
- "name": "uninstall_string",
- "friendly_name": "Uninstall String",
- "description": "UninstallString for the application (if available)",
- "type": "string",
- "values": [
- "\"C:\\Users\\autobot\\AppData\\Local\\Microsoft\\OneDrive\\25.005.0112.0003\\OneDriveSetup.exe\" /uninstall "
], - "tags": [
- "software"
]
}
], - "tags": [ ]
}
]
}, - "Uptime": {
- "data": [
- {
- "name": "days",
- "friendly_name": "Days",
- "description": "Up time, days",
- "collected_at": "2025-02-13T22:30:31+00:00",
- "type": "int",
- "value": 0,
- "tags": [
- "system",
- "operating system"
]
}, - {
- "name": "hours",
- "friendly_name": "Hours",
- "description": "Up time, hours",
- "collected_at": "2025-02-13T22:30:31+00:00",
- "type": "int",
- "value": 3,
- "tags": [
- "system",
- "operating system"
]
}, - {
- "name": "minutes",
- "friendly_name": "Minutes",
- "description": "Up time, minutes",
- "collected_at": "2025-02-13T22:30:31+00:00",
- "type": "int",
- "value": 2,
- "tags": [
- "system",
- "operating system"
]
}, - {
- "name": "seconds",
- "friendly_name": "Seconds",
- "description": "Up time, seconds",
- "collected_at": "2025-02-13T22:30:31+00:00",
- "type": "int",
- "value": 19,
- "tags": [
- "system",
- "operating system"
]
}, - {
- "name": "total_seconds",
- "friendly_name": "Total Seconds",
- "description": "uptime in total seconds",
- "collected_at": "2025-02-13T22:30:31+00:00",
- "type": "int",
- "value": 10939,
- "tags": [
- "system",
- "operating system"
]
}
]
}, - "Operating System": {
- "data": [
- {
- "name": "arch",
- "friendly_name": "Arch",
- "description": "Architecture of the Operating System.",
- "collected_at": "2025-02-13T19:33:26+00:00",
- "type": "string",
- "value": "64-bit",
- "tags": [
- "operating system"
]
}, - {
- "name": "build_os_version",
- "friendly_name": "Build Os Version",
- "description": "build Operating System Version.",
- "collected_at": "2025-02-13T19:33:26+00:00",
- "type": "string",
- "value": "19045",
- "tags": [
- "operating system"
]
}, - {
- "name": "complete_os_version",
- "friendly_name": "Complete Os Version",
- "description": "Complete Operating System Version.",
- "collected_at": "2025-02-13T19:33:26+00:00",
- "type": "string",
- "value": "10.0.19045",
- "tags": [
- "operating system"
]
}, - {
- "name": "major_os_version",
- "friendly_name": "Major Os Version",
- "description": "major Operating System Version.",
- "collected_at": "2025-02-13T19:33:26+00:00",
- "type": "string",
- "value": "10",
- "tags": [
- "operating system"
]
}, - {
- "name": "minor_os_version",
- "friendly_name": "Minor Os Version",
- "description": "minor Operating System Version.",
- "collected_at": "2025-02-13T19:33:26+00:00",
- "type": "string",
- "value": "0",
- "tags": [
- "operating system"
]
}, - {
- "name": "os_name",
- "friendly_name": "Os Name",
- "description": "Operating System Name.",
- "collected_at": "2025-02-13T19:33:26+00:00",
- "type": "string",
- "value": "Microsoft Windows 10 Enterprise",
- "tags": [
- "operating system"
]
}, - {
- "name": "patch_os_version",
- "friendly_name": "Patch Os Version",
- "description": "patch Operating System Version.",
- "collected_at": "2025-02-13T19:33:26+00:00",
- "type": "string",
- "value": "",
- "tags": [
- "operating system"
]
}, - {
- "name": "platform",
- "friendly_name": "Platform",
- "description": "Platform name. (Examples - Windows, Linux, Darwin for macOS.)",
- "collected_at": "2025-02-13T19:33:26+00:00",
- "type": "string",
- "value": "windows",
- "tags": [
- "operating system"
]
}, - {
- "name": "hostname",
- "friendly_name": "Hostname",
- "description": "device hostname",
- "collected_at": "2025-02-13T19:33:40+00:00",
- "type": "string",
- "value": "WINDOWS-MBJIQBB",
- "tags": [
- "system"
]
}
]
}
}
}, - "Users": {
- "sub_categories": { }
}
}
}