WebSphere Business Monitor, Version 6.2
Operating Systems: AIX, HP-UX, Linux, Solaris, Windows
Monitoring Context Instance Data - Versioned 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 a specific version of the 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}/versions/{version}/mcs/{mc id}/instances
- Path Elements
Name | Data Type | Description |
model id | string |
The model id
|
version | string |
The model version
|
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.
- 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