You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,14 @@ Bringing SCOM in to the 21. century with a Restful Web API.
53
53
|[GET] API/MonitoringObject/{id} | Get a monitoring object and all child object |
54
54
|[GET] API/MonitoringObject/class/{classId} | Get all objects of a class. Limited properties returned. |
55
55
56
+
### Performance
56
57
57
-
### Installation
58
+
| Route | Description | Parameters |
59
+
| ------ | ------ | ------ |
60
+
|[GET] API/Perf/{managedEntityId} | Get RAW performance data from a specific managedEntity and metric | managedEntityId, counterName, startDate, endDate |
61
+
|[GET] API/Perf/hourly/{managedEntityId} | Get hourly aggregated performance data from a specific managedEntity and metric | managedEntityId, counterName, startDate, endDate |
62
+
|[GET] API/Perf/daily/{managedEntityId} | Get daily aggregated performance data from a specific managedEntity and metric | managedEntityId, counterName, startDate, endDate |
58
63
59
-
- Download the zip and extract to your SCOM management server running IIS or download the whole source to make your own customizations
60
-
- Create a new web site and application pool
61
-
- Set your application pool to use Network Service
62
-
- Enable windows authentication (basic if needed)
63
-
- Copy SCOM specific .dll's to the BIN folder where you extracted the .Zip
64
+
### Installation
64
65
65
-
### Remarks
66
-
- 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.
66
+
Follow the (very limited) guide here https://github.com/ehrnst/System-Center-Operations-Manager-API/wiki/Installation-and-configuration
0 commit comments