Allows you to obtain information from AAM-registered devices
Fields
| Field | Type | Description |
|---|---|---|
| alias | NVARCHAR (100) | Alternative device name |
| created_date* | DATETIME | Date the device was registered with ADM |
| domain | NVARCHAR (80) | Domain to which device belongs |
| id* | INT | Unique device identifier |
| is_active* | BIT | A value that indicates whether the device is active (1) or inactive (0) |
| is_discovery* | BIT | A value that indicates whether or not the device was (1) (0) added by discovery |
| modification_date* | DATETIME | Date of last modified device |
| name* | NVARCHAR (80) | Device Name |
| responsible_user_id* | INT | Identifier of the user responsible for the device |
| type_id* | INT | Device type identifier |