To establish the relationship between the Devices and the ServiceNow CI classes, this relationship is established in the “classMapper” property as follows:
{
"classMapper": [
{
"classDevice": [
"Desktop",
"Laptop"
],
"classCMDB": "cmdb_ci_computer"
}
]
}
Continue: Relationship Between CI Classes (Step 6) ↪