Obtains consolidated information from devices, integrating technical hardware details, inventory status, resource consumption metrics (disk/memory) and device communication
Fields
| Field | Type | Description |
|---|---|---|
| agent_profile | NVARCHAR (510) | Configured Agent Profile |
| agent_version* | NVARCHAR (30) | Installed agent version |
| auto_setted_user* | BIT | Automatically configured user |
| communication_address | NVARCHAR (80) | Registered IP address of the device |
| creation_date* | DATETIME | Device creation date |
| days_since_last_inventory | INT | Days since the last device inventory update |
| description | NVARCHAR (512) | Device Description |
| disk_usage* | FLOAT | Disk usage percentage |
| domain | NVARCHAR (80) | Device Dominance |
| guid* | NVARCHAR (160) | Unique device GUID |
| hardware_hash | NVARCHAR (160) | Device hardware hash |
| id* | INT | Unique device identifier |
| is_active* | BIT | Active device status |
| is_discovery* | BIT | Indicates if device was discovered |
| last_communication_update | DATETIME | Date of last device communication update |
| last_inventory | DATETIME | Date of last inventory |
| manufacturer | NVARCHAR (1024) | Manufacturer Name |
| manufacturer_id | INT | Manufacturer Identifier |
| memory_usage* | FLOAT | Memory usage percentage |
| min_since_last_communication | INT | Minutes since the last device communication update |
| model | NVARCHAR (510) | System Model |
| modification_date* | DATETIME | Last Modified Date |
| motherboard_serial | NVARCHAR (510) | Serial Motherboard |
| name* | NVARCHAR (300) | Device Name |
| operating_system | NVARCHAR (512) | Operating system |
| operating_system_id* | INT | Operating System Identifier |
| operating_system_product_id | INT | Operating System Product Identifier |
| operating_system_version | NVARCHAR (510) | Operating System Version |
| parent_id | INT | Parent Node Identifier |
| platform* | INT | Device Platform |
| platform_iaas | INT | Cloud IaaS Platform |
| responsible_user_email | NVARCHAR (510) | Responsible user’s email address |
| responsible_user_id | INT | Responsible User Identifier |
| responsible_user_name | NVARCHAR (510) | Name of the responsible user |
| serial | NVARCHAR (510) | Equipment serial number |
| token | NVARCHAR (510) | Device Access Token |
| type* | INT | Device Type |
| user_name | NVARCHAR (128) | Device username |
| virtualization* | INT | Device Virtualization Capability |