System-Center-Operations-Manager-API
System-Center-Operations-Manager-API copied to clipboard
Microsoft System Center Operations Manager (SCOM) Web API
Bumps Microsoft.AspNetCore.Mvc.DataAnnotations from 1.0.0 to 1.0.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
As you may notice I do not maintain this SCOM API solution any more. I havent had an active SCOM environment for years. It is totally up to the community...
Hello, I installed your Web application on a different server, no Management Server. And I've got this error: The request for security token could not be satisfied because authentication failed....
is that possible to share the guide of installation? such as how to install and configure the webapi in windows server 2012 R2 with IIS 8.5 + SCOM 2012 R2?
Noticed that when you add computers to maintenance mode, only the computer class enters maintenance. Must add some traverse depth. https://github.com/ehrnst/System-Center-Operations-Manager-API/blob/618199a5944643cf2fd3ff3ffec0953a800d6c89/SCOM%20API/Controllers/SCOMMaintenanceController.cs#L53 Maintenance schedule works
Current agent endpoint is almost useless. Properties are missing and raw data is outputted without any meta data
A way to stop/end maintenance mode is needed.
A possibility to limit the number of records returned is needed. If a limitation is set a total should be returned along with the results. I assume pagination is the...