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


KPI - KPI Definition Resource - POST (X-METHOD-OVERRIDE=DELETE) Method

Use this URI to delete a KPI.

Resource URI

POST /models/{model id}/versions/{version}/kpis/config/{kpi id}

Parameters

None.

Request Content

The POST request type with X-METHOD-OVERRIDE parameter set to DELETE will delete an existing KPI by model ID and version. This indicates to the REST service that the DELETE method should be used instead of the POST request.

Response Content

The DELETE request type will delete the KPI definition and return an empty array {}.

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 Definition Resource