- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 01:26 PM
Has anyone configured a away to have the state of the cloud VM change the operational status of the VM in the CMDB? I want that if the cloud VM is in any state, other than running, it changes the operational status of the VM in the CMDB to non-operational.
Then, if the cloud VM state changes back to running, it changes the operational status of the VM in the CMDB to operational.
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 10:04 PM
Event driven discovery is the way to do it. in short, you would need to setup cloud activity log forwarding to hit servicenow endpoint, and on servicenow side there's event processing to update cmdb.
This requires only discovery license - does not need CPG entitlement.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 10:04 PM
Event driven discovery is the way to do it. in short, you would need to setup cloud activity log forwarding to hit servicenow endpoint, and on servicenow side there's event processing to update cmdb.
This requires only discovery license - does not need CPG entitlement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2022 09:49 AM
Ram, this is great info! Thanks!