This table defines a discovered agent. An agent always has an association
| Column Name | Column Datatype | Column Null Option | Column Comment |
| agent_uuid | byte(16) | not null | The uuid for this agent |
| device_id | byte(16) | not null | A unique id for the device. This is the device that the agent is currently running on. Note the ip address of the agent may be different from that of the device. |
| manager_uuid | byte(16) | not null | The uuid of the manager |
| agent_key | byte varying(1024) | with null | A unique required to communicate with agent |
| creation_user | nvarchar(64) | not null | |
| creation_date | integer | not null | |
| last_update_date | integer | not null | |
| last_update_user | nvarchar(64) | not null | |
| provision_status | integer | not null | 0 = unprovisioned 1 = pending 2 = provisioned |
| version | nvarchar(64) | not null | The version of the agent detected |
| current_user_uuid | byte(16) | not null | Defines a unique identifier for a user. The currently logged on user |
| locale_code | byte(16) | with null | Locale code is the code for particular locale, Eg- us_en for united states english, cn_zh for simplified chinese |
| time_zone_code | varchar(8) | with null | Time zone code is the code for a particular time zone, Eg- EST, PST etc |
| agent_status_id | integer | with null | The online/offline status of the agent |
Product Name: Unicenter Wireless Site Management
Table Type: Table