Device status in postgres DB when a device is removed using NCM-API
book
Article ID: 331197
calendar_today
Updated On:
Products
VMware Smart Assurance
Issue/Introduction
What would be the device status in postgres DB when a device is removed in NCM using API?
Resolution
- By default, if device is in a network & managed in NCM, its status in DB would be operational (
enum.deviceStatus.operational
).
- In case of removeDevicesFromNetwork() API, device status will be updated as unclassified (
enum.deviceStatus.unclassified
) in DB.
- In case of removeDevicesFromSystem() API, device status will be updated as removed (
enum.deviceStatus.removed
) in DB.
Feedback
thumb_up
Yes
thumb_down
No