EN
Español
English
Português
    Relationship between CI classes

    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"
        }
      ]
    }
    


    ↩ Back ServiceNow Example


    Continue: Final Result (Step 7) ↪