WebSphere Business Monitor, Version 6.2
Operating Systems: AIX, HP-UX, Linux, Solaris, Windows
Monitoring Context Instance Data - Cross-version Monitoring Context Instances Resource
Returns a list of instances that fall into the criteria defined by the filters (if any)
and the request page associated with any version of this monitoring context. Instances can be
retrieved in JSON format or in CSV (tab delimited) format for exporting instances.
When exporting instances, an HTTP Form post is used so that browser-based
clients can receive a dialog box prompting them to save the CSV file.
Resource URI
/models/{model id}/mcs/{mc id}/instances
- Path Elements
Name | Data Type | Description |
model id | string |
The model id
|
mc id | string |
The monitoring context 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 with a
payload 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