Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 11:56 AM
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
This property not working How can i do fetch cmdb data