ehrnst / System-Center-Operations-Manager-API

Microsoft System Center Operations Manager (SCOM) Web API
http://adatum.no/operationsmanager/web-api-for-scom
MIT License
41 stars 6 forks source link

endpoints for performance data #16

Closed ehrnst closed 5 years ago

ehrnst commented 6 years ago

Look in to the ability to return performance data for object and/or computers. Possibly have user to input the perf rule ID and return the latest recrords

ehrnst commented 6 years ago

image

FYI i started this a while ago and managed to sort some problems out now. If you have suggesstions on how you want the data structured or any other inputs, please let me know

ehrnst commented 6 years ago

I am facing a little issue. Trying to query the DW for performance data rather than the SDK - which is much quicker. The problem is authentication and delegation when SQL is hosted on another server than the server hosting the API.

ehrnst commented 6 years ago

Implemented. but i would like to have some feedback on them