EN
Español
English
Português
    Definition

    The following example shows how to populate the configuration file in order to integrate between Aranda DESKTOP MANAGEMENT ADM and ServiceNow. Start with a totally clean configuration file as shown below:

    {
        "mapper": [
          {
            "name": "",
            "fields": [
              {
                "fieldDevice": "",
                "fieldCMDB": ""
              }
            ]
          }
        ],
        "dataReference": [
          {
            "name": "",
            "fields": [
              {
                "value": "",
                "fieldCMDB": "",
                "classDevice": [
                  "",
                  ""
                ]
              }
            ]
          }
        ],
        "classMapper": [
          {
            "classDevice": [
    
            ],
            "classCMDB": ""
          }
        ],
        "classDevice": [
          {
            "name": "",
            "fields": [
              {
                "type": "",
                "name": ""
              }
            ]
          }
        ],
        "classCMDB": [
          {
            "searchBy": [
              ""
            ],
            "name": "",
            "alias":"",
            "fields": [
              {
                "type": "",
                "name": "",
                "mappingType": "",
                "mappingName": "",
                "isRequired": false,
                "classReference": ""
              }
    
            ]
          }
        ]
      }
    


    To proceed with the example described, follow the steps below:

    1. View Device Mapping (ADM)

    2. View ServiceNow CI Mapping

    Tuition


    3. See Relationship between ClassCmdb and Mapper

    4. See Relationship Between ClassCmdb and DataReference

    5. See Relationship Between CI Classes and Devices

    6. See Relationship between CI classes

    7. View Final Result

    8. View Register File Settings