Delete custom view, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 146: Returned result, Example

Advertising
background image

Delete Custom View

Delete a custom view based on custom view ID.

Interface URI

/plat/res/view/custom/{id}

Access Method

HTTP

DELETE

Parameters

Path parameter

Custom view ID.

id

Long integer type. Required. No default value.

Returned Result

Status codes

204 (No Content): Success.

410 (Gone): The data specified with the ID does not exist.

409 (Conflict): Failure. See

Error Codes

.”

Message header

HTTP/1.1 204 No Content
...

Example

Delete a custom view with the ID 1154.

Request

DELETE http://imc_host:8080/imcrs/plat/res/view/custom/1154
accept: application/xml
...

Response

HTTP/1.1 204 No Content

146

Network Resource Management

Advertising