WebSphere Business Monitor, Version 6.2 Operating Systems: AIX, HP-UX, Linux, Solaris, Windows


Diagram - KPI Context Diagram Resource - GET Method

Resource URI

GET /models/{model id}/versions/{version}/kcs/{kc id}/diagram

Parameters

None.

Request Content

None.

Response Content

The output data from the URI consists of a Scalable Vector Graphics (SVG) diagram annotated with data for these KPIs.

Note: This URI returns the SVG content only. It does not return a JSON object. There are links on this diagram which can be clicked on for drilling down to monitoring context diagrams or peer KC diagrams.

The default content-type is text/xml.

MIME Type: text/xml

Error Response Content

Detailed error information.

The default content-type is application/json.

MIME Type: application/json


+ View Schema
{ "description": "REST error response", 
  "type": "object",
  "properties":
   { "Status Code" : {"type":"integer"},
     "Error" : {"type":"string"},
   }
} 

Status Codes

The method returns one of the following status codes:
CodeDescription
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.

Available Since

6.1

Parent Topic: KPI Context Diagram Resource