The structure of the “organizationalArea” object is described below
{
"organizationalArea": [
{
"value": "",
"reference": "",
"id": 0
}
]
}
EXAMPLE: Relationship of the organizational area in Aranda CMDB / ServiceNow CMDB
To create the organizational area relationship, follow the instructions below:
- Get the IDs of the organizational area of the Aranda CMDB.
- Get the sys_id or value of ServiceNow organizational area.
- Assign the following organizational area equivalence:
Organizational Area at ServiceNow | Organizational Area in Aranda | Organizational Area ID Aranda | ServiceNow organizational area Sys_id |
---|---|---|---|
Organizational Area 1 | Organizational Area 1 | 1 | sys_id_item1 |
Organizational Area 2 | Organizational Area 2 | 13 | sys_id_item2 |
- Type the Organizational Area ID Aranda On Property “id” and the ServiceNow organizational area Sys_id of its equivalent taken from the CMDB de ServiceNow On Property value
{
"organizationalArea": [
{
"id": 1,
"value": "sys_id_item1"
},
{
"id": 13,
"value": "sys_id_item2"
}
]
}