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

New performance endpoints

Pre-release
Pre-release
Compare
Choose a tag to compare
@ehrnst ehrnst released this 19 Jan 19:22
· 8 commits to dev since this 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