EN
Español
English
Português
    cmdb_model_category

    The attributes of the “cmdb_model_category” class are as follows:



    In the configuration file, add the properties of this class of the ServiceNow CMDB

    {
      "searchBy": [
        "cmdb_ci_class"
      ],
      "name": "cmdb_model_category",
      "fields": [
        {
          "type": "string",
          "name": "cmdb_ci_class",
          "mappingType": "Data",
          "mappingName": null,
          "isRequired": true,
          "classReference": null
        }
      ]
    }
    
    {
      "dataReference": [
        {
          "name": "HardwareCategoryReference",
          "fields": [
            {
              "value": "cmdb_ci_computer",
              "fieldCMDB": "cmdb_ci_class",
              "classDevice": [
                "Laptop",
                "Desktop"
              ]
            }
          ]
        }
      ],
      "classCMDB": [
        {
          "searchBy": [
            "name"
          ],
          "name": "cmdb_hardware_product_model",
          "fields": [
            {
              "type": "array",
              "name": "cmdb_model_category",
              "mappingType": "Reference",
              "mappingName": "HardwareCategoryReference",
              "isRequired": false,
              "classReference": "cmdb_model_category"
            }
          ]
        }
      ]
    }
    


    View Ci ↪ Class Mapping