vishalAg20
Tera Contributor
 var res = JSON.parse(responsebody);
             //   gs.log("CMDB_CI_INTEGRATION: Parsed response: " + JSON.stringify(res));

 

                // Access the Configuration Items property
                var configurationItems = res['Configuration Items']; // Adjust according to actual property name

 

                // Validate and process the configurationItems
                if (Array.isArray(configurationItems)) {
                    gs.log("CMDB_CI_INTEGRATION: Number of configuration items received: " + configurationItems.length);
 
 
      var configurationItems = res['Configuration Items']; // Adjust according to actual property name
This property not working How can i do fetch cmdb data