WebSphere Business Monitor, Version 6.2
Operating Systems: AIX, HP-UX, Linux, Solaris, Windows
POST /alerts/dashboardalerts
None.
The default content-type is application/json.
The HTTP request can have a payload which contains parameters. The following table lists all input parameters that can be sent in the HTTP payload in JSON format.
Parameter Name |
Type |
Description |
|
Dashboard Alert Array |
array |
Array of all dashboard alerts |
|
|
ID |
string |
The ID of the dashboard alert |
{ "description": "Dashboard Alert input list", "type": ["object"], "properties": { "ID":{"type":"string"}, } }
Example content:
[ { ID":"ABC123", } { ID":"ABC456", } ]
None.
The default content-type is application/json.
{ "description": "REST error response", "type": "object", "properties": { "Status Code" : {"type":"integer"}, "Error" : {"type":"string"}, } }
Code | Description |
---|---|
200 OK |
Successful completion - requested data returned. Note that the list may be empty.
|
404 Not Found |
Resource not found or URL not supported.
|
400 Bad Request |
The request contains invalid parameters or is missing parameters and inputs.
|
500 Internal Server Error |
Internal error processing the request.
|
6.1
Parent Topic: Dashboard Alert List Resource