Provide uniqueness to assets based on attribute values. Asset Uniqueness can be defined for asset types.
...
Field | Value |
---|---|
IP v1 | 192.168.1.1 |
IPv6 | 2001:0db8:85a3:0000:0000:8a2e:0370:7334 |
Location | Istanbul |
Serial Number | SN12356 |
...
ID | Query |
---|---|
65 | Asset Type = Computer AND IP v1 = 192.168.1.1 AND IPv6 = 2001:0db8:85a3:0000:0000:8a2e:0370:7334 AND Location = Istanbul |
64 | Asset Type = Computer AND Serial Number = SN12356 |
...
ID | Query |
---|---|
65 | Asset Type = Computer AND IP v1 = 192.168.1.1 AND Location = Istanbul |
64 | This query is not prepared because allow empty value is checked and the attribute value is empty. |
...