Detail of conflicts
Data model
Fields
| Field | Type | Description |
|---|---|---|
| device_conflict_id* | INT | Fill in with the AAM_DEVICE_CONFLICT board.[id] |
| id* | INT | Primary Key Table Identifier |
| ip* | NVARCHAR (100) | IP where conflict is generated |
| parent_node* | NVARCHAR (MAX) | Device parent node |
| request_amount* | INT | Request from the agent with whom the conflict was generated |
Primary Key
| PK_AAM_IDENTITY_CONFLICT_DET |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| device_conflict_id* | dbo.AAM_DEVICE_CONFLICT | id | FK01_AAM_IDENTITY_CONFLICT_DET |