Remediation actions executed
Data model
Fields
| Field | Type | Description |
|---|---|---|
| creation_date* | DATETIME2 | Date of creation of the action execution |
| id* | INT | Action ID |
| method_id* | INT | Identifier of the method to be executed |
| parameters | NVARCHAR (8000) | Action execution parameters |
| product_id* | INT | Product Identifier |
Primary Key
| PK_AES_REMEDIATION_ACTION |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| method_id* | dbo.AES_METHOD | id | FK02_AES_REMEDIATION_ACTION |
| product_id* | dbo.AES_PRODUCT | id | FK01_AES_REMEDIATION_ACTION |
| user_created_id | dbo.AFW_USERS | user_id | FK03_AES_REMEDIATION_ACTION |