WebSphere Business Monitor, Version 6.2
Operating Systems: AIX, HP-UX, Linux, Solaris, Windows
Monitoring Context Instance Data - Cross-version Monitoring Context Instance Resource
These services return monitored data that has been collected by business monitor. The single-version
services return data that was collected by a specific monitor model version; whereas the cross-version
services return a union of data that was collected across multiple monitor model versions.
Resource URI
/models/{model id}/mcs/{mc id}/instances/{instance id}
- Path Elements
Name | Data Type | Description |
model id | string |
The model id
|
mc id | string |
The monitoring context id.
|
instance id | string |
The monitoring context instance id.
|
Available Since
6.1
Subtopics
The following subtopics describe the HTTP methods defined for this resource:
- GET
Use this method if there is no payload sent with the request. GET has some limitations
(e.g., the length limit of query parameters) that can be overcome if using POST instead.
- POST (X-METHOD-OVERRIDE=GET)
Use this method if there is a payload sent with the request. The X-METHOD-OVERRIDE parameter in
the HTTP header needs to be set to GET. This indicates to the REST service that the GET method
should be used instead of the POST request when processing the request.
Parent Topic: Monitoring Context Instance Data Resource Set