Stores software usage configuration information for the agent profile.
Data model
Fields
| Field | Type | Description |
|---|---|---|
| end_time* | INT | Measurement End Time |
| id* | INT | Unique Table Identifier |
| idle_detection | BIT | Indicates whether downtime will be taken |
| idle_time | INT | Amount in minutes of downtime |
| list_type* | INT | List type (white or black) of the selected software (0: All; 1: Whitelist; 2: Blacklist |
| measurement_days* | VARCHAR (50) | List of days that were selected to perform the measurement |
| profile_id* | INT | Agent profile identifier. Reference to the ADM_AGENT_PROFILE.id table |
| start_time* | INT | Measurement Start Time |
Primary Key
| PK_ASM_SOFTWARE_USAGE_CONFIG |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| profile_id* | Bod. ADM_AGENT_PROFILE | id | FK01_ASM_SOFTWARE_USAGE_CONFIG |