IRE find CI but not insert or update

PHOTO EMBED

Tue Sep 26 2023 03:00:48 GMT+0000 (Coordinated Universal Time)

Saved by @RahmanM #ire #identify #ci

var payload = {
   "items":[
      {
         "className":"cmdb_ci_computer",
         "values":{
            "name":"acanpiesx01"
         }
      }
   ]
};

var jsonUntil = new JSON();
var input = jsonUntil.encode(payload);
var output = SNC.IdentificationEngineScriptableApi.identifyCI(input);
gs.print(output);
content_copyCOPY