WebSphere Business Monitor, Version 6.2
Operating Systems: AIX, HP-UX, Linux, Solaris, Windows
GET /models/{model id}/mcs/{mc id}/cube/{server}
None.
None.
The default content-type is application/json.
The following table lists all parameters in the JSON output:
Parameter Name |
Type |
Description |
Model ID |
string |
The monitor model ID |
MCID |
string |
The monitoring context ID |
Cube Name |
string |
The cube name |
IsStale |
boolean |
The cube status. Valid values are “true” and “false”. |
{ "description": "Cross-version Cube Status", "type": "object", "properties": { "Model ID":{"type":"string"}, "MCID":{"type":"string"}, "Cube Name":{"type":"string"}, "IsStale":{"type":"boolean"} } }
Example content:
{ "Model ID":"OrderItem", "MCID":"OrderItem_MC", "Cube Name":"ORDERITEM_MC_CUBE", "IsStale":true }
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.
|
403 Forbidden |
Not authorized to request the resource.
|
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.2
Parent Topic: Cross-version Cube Status for Monitoring Context Resource