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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,9 @@ Bringing SCOM in to the 21. century with a Restful Web API.
22
22
| ------ | ------ |
23
23
|[GET] API/Alerts | Gets all open alerts |
24
24
|[GET] API/Alert/{id} | Get a single alert |
25
-
|[PUT] API/Alert | Update the specified alert with resolution state, TicketId |
26
-
|[GET] API/Alert/{ComputerName} | Get all alert from specific computer, use IncClosed=true to include open and closed alerts |
25
+
|[PUT] API/Alerts/{id} | Update the specified alert with common properties and resolution state |
26
+
|[GET] API/Alert/Computer/{ComputerName} | Get all alert from specific computer, use IncClosed=true to include open and closed alerts |
27
+
|[GET] API/Alert/MonitoringObject/{MonitoringObjectId} | Get all alert from specific monitoring object, use IncClosed=true to include open and closed alerts |
27
28
28
29
### Computer
29
30
@@ -50,6 +51,7 @@ Bringing SCOM in to the 21. century with a Restful Web API.
50
51
| Route | Description |
51
52
| ------ | ------ |
52
53
|[GET] API/MonitoringObject/{id} | Get a monitoring object and all child object |
54
+
|[GET] API/MonitoringObject/class/{classId} | Get all objects of a class. Limited properties returned. |
53
55
54
56
55
57
### Installation
@@ -59,3 +61,6 @@ Bringing SCOM in to the 21. century with a Restful Web API.
59
61
- Set your application pool to use Network Service
60
62
- Enable windows authentication (basic if needed)
61
63
- Copy SCOM specific .dll's to the BIN folder where you extracted the .Zip
64
+
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.
0 commit comments