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 7 forks source link

Feature Request: Get monitoring object(s) by DisplayName #7

Closed s2patrick closed 3 years ago

s2patrick commented 7 years ago

Hi Martin, current version works well, thank you.

Maybe it is possible at some point in time to add the possibility to get the properties of objects by searching for the DisplayName (instead of only GUID)?

Best regards, Patrick

Again: many, many thanks for your time and your effort. (I really would contribute if I'd be better in dev (my skills end with PowerShell :-) ).

ehrnst commented 7 years ago

Hi Patrick. Great to hear you find the API useful. i understand your request, but i don't have the time to develop it atm. To get it to work, without creating too much load on the management server we would have to specify class along with the display name.

btw this is my first CS project ;)

s2patrick commented 7 years ago

Hey, yeah... class might make sense, probably optional.

I understand that this takes time - so: no worries. I'll try by my own once I am back in the office, maybe I am able to contribute.

Best, Patrick

ehrnst commented 6 years ago

Hi, if it helps, the version in dev now supports getting all monitoring objects based on a class (supply class id) the endpoint returns only basic properties and is pretty fast 👍