This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
Releases: ehrnst/System-Center-Operations-Manager-API
Releases · ehrnst/System-Center-Operations-Manager-API
Performance endpoints
New Performance Endpoints
This prerelease introduces performance endpoints as the major addition. Also some changes to the response on PUT operations + some minor bug fixes.
There are some additional configuration required for the performance endpoints.
- Create a new SPN record for the SQL instance/server
- Allow delegation between SCOM MS/API Server and the SQL DW (your new SPN)
- set "useAppPoolCredentials = true" under system.webServer/security/authentication/windowsAuthentication
- confirm that your users can read SQL data.
New performance endpoints
This prerelease introduces performance endpoints as the major addition. Also some changes to the response on PUT operations + some minor bug fixes.
There are some additional configuration required for the performance endpoints.
- Create a new SPN record for the SQL instance/server
- Allow delegation between SCOM MS/API Server and the SQL DW (your new SPN)
- set "useAppPoolCredentials = true" under system.webServer/security/authentication/windowsAuthentication
- confirm that your users can read SQL data.
Adds new alert and object endpoints
and introduces ability to get all objects from a class
Remarks
- Please note that versioning isn't implemented and current version have breaking changes to Alert endpoints. Please review the changes to get an understanding on how this affects your application. For first time users this is not a problem.