Taking into account that a device can form relationships of belonging, for example a computer has monitors or applications (Software), disks, etc. These relationships are established in the “relationship” property
- “relationshipType”: Determines the type of relationship that devices will form and is determined by ServiceNow.
{
"relationship": [
{
"parentClassDevice": "Desktop",
"childClassDevice": "Application",
"relationshipType": "Used by::Uses"
},
{
"parentClassDevice": "Desktop",
"childClassDevice": "Disk",
"relationshipType": "Used by::Uses"
},
{
"parentClassDevice": "Desktop",
"childClassDevice": "LogicalDisk",
"relationshipType": "Used by::Uses"
}
]
}
Continue: Final Result (Step 7) ↪