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

Commit 8bc7c43

Browse files
authored
Update README.md
1 parent a3f2b19 commit 8bc7c43

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Bringing SCOM in to the 21. century with a Restful Web API.
5353
| [GET] API/MonitoringObject/{id} | Get a monitoring object and all child object |
5454
| [GET] API/MonitoringObject/class/{classId} | Get all objects of a class. Limited properties returned. |
5555

56+
### Performance
5657

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 |
5863

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
6465

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

Comments
 (0)