How to retrieve SCOM on boarded Entities and performance metric values against entities through SCOM REST APIs?

Udesh Chathuranga Sendanayake 1 Reputation point
2020-11-03T13:08:04.903+00:00

Hi,

I'm trying to retrieve SCOM on boarded Entities as well as performance metric values against entities through SCOM REST APIs

Ex:
Windows server 1 : Cpu utilization is 10%

Windows server 1 : Disk utilization is 20%

In that scenario We have found following Github project which provides the information we need.
project url : <https://github.com/ehrnst/System-Center-Operations-Manager-API>

end points :

API/Computer/Windows/{ComputerName}

API/Perf/{managedEntityId}

that has used SCOM SDK as well as db warehouse to complete the task.

But I need to do same using SCOM REST APIS. I have followed SCOM Official documentation but it didn't help. Anyone can help me on this?

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,419 questions
0 comments No comments
{count} votes