Looking for a Rest API to validate a particular CI is present in SM configuration management or not.
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Looking for a Rest API to validate a particular CI is present in SM configuration management or not.
Hi Ashok
Is is the one you are looking for?
"">localhost:13181/.../devices
Hi Simon,
We are trying to verify whether a CI is present in SM or not from OBM through Rest API. Could you please share the usage of "localhost:13181/.../devices" to verify a CI with hostname.
Hi Ashok
SM enables REST API to do query for device table:
For example:
"">SM_APP_Server:13181/.../devices or type="bizservice" or type="officeelectronics")
You can use this API and verify that.
Hi Simon,
Thanks for your help, We are able to get the CI name using the below.
SM_Server:13181/SM/9/rest/devices?DisplayName={CI.Name}
CI.Name: Name of the CI and it can be hostname or business application
Thanks Ashok