Snippets Collections
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);
star

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

#ire #identify #ci

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension