Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Releases: ehrnst/System-Center-Operations-Manager-API

Performance endpoints

27 Feb 11:01
e7ed7ad
Compare
Choose a tag to compare

Version 1.1 introduces performance endpoints as the major addition. Also some changes to the response on PUT operations + some minor bug fixes.

Implemented in this release:
[Partially] #9
#15
#16

New Performance Endpoints

22 Jan 09:10
Compare
Choose a tag to compare
Pre-release

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.

Implemented in this release:
[Partially] #9
#15
#16

New performance endpoints

19 Jan 19:22
Compare
Choose a tag to compare
Pre-release

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.

Implemented in this release:
[Partially] #9
#15
#16

Adds new alert and object endpoints

17 Oct 16:20
Compare
Choose a tag to compare

Implemented issues:
#11
#10

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.