WebSphere Business Monitor, Version 6.2
Operating Systems: AIX, HP-UX, Linux, Solaris, Windows
GET /models/{model id}/versions/{version}/mcs/{mc id}/instances/{instance id}/diagram
None.
None.
The output data from the URI consists of a Scalable Vector Graphics (SVG) diagram
annotated with data for this specific instance. Note: This URI returns the annotated SVG content only. It does not return any JSON
object. This diagram has links that you can click to drill down to child instance
diagrams, if any exist. If the instance has more than one child instance, the child
instance with the smallest instance ID is selected for annotation.
The default content-type is text/xml.
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.1
Parent Topic: Monitoring Context Diagram for Instance Resource