WebSphere Business Monitor, Version 6.2
Operating Systems: AIX, HP-UX, Linux, Solaris, Windows
Business Situation - Dynamic Business Situation Alert Configuration Resource
Allows access to update, delete, and display detailed configuration information regarding a specific dynamic business situation alert.
Resource URI
/situation/alerts/config/{ID}
- Path Elements
Name | Data Type | Description |
id | string |
The dynamic business situation alert id.
|
Available Since
6.2
Subtopics
The following subtopics describe the HTTP methods defined for this resource:
- GET [new in 6.2]
Use this method to retrieve the detail configuration settings for a dynamic business situation alert (including triggers and subscribed users).
Requires the "ID" of the situation on the URI.
An HTTP GET may be used or an HTTP POST may be used with the request header added of "X-METHOD-OVERRIDE:GET".
- POST (X-METHOD-OVERRIDE=PUT) [new in 6.2]
Use this method to update configuration settings for a dynamic business situation alert (including triggers and subscribed users).
Use the HTTP POST with a request header added of "X-METHOD-OVERRIDE:PUT".
- POST (X-METHOD-OVERRIDE=DELETE) [new in 6.2]
Use this method to delete all configuration settings for a dynamic business situation alert (including triggers and subscribed users).
Requires the "ID" of the situation on the URI.
Use the HTTP POST with a request header added of "X-METHOD-OVERRIDE:DELETE".
Parent Topic: Business Situation Resource Set