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

New object model for Agents endpoint #17

Open ehrnst opened 6 years ago

ehrnst commented 6 years ago

Current agent endpoint is almost useless. Properties are missing and raw data is outputted without any meta data

latens commented 6 years ago

What kind of meta data are you missing?

ehrnst commented 6 years ago

We will have to create a model for the output. Right now, theres only raw data. So ID and name are just listed out. There would be better to output like this { id: , name: , [...] }