Returned result, Example, Returned result example – HP Intelligent Management Center Licenses User Manual

Page 186

Advertising
background image

Returned Result

Status codes

204 (No Content): Success.

404 (Not Found): No data is found with the ID.

409 (Conflict): Failure. See

Error Codes

.”

Example

Modify information about the user with ID 2.

Request

PUT http://imc_host:8080/imcrs/user/2
accept: application/xml
...
<user>
<userName>wanger</userName>
<certification>wanger001</certification>
<address>Shanghai</address>
<phone>02088784567</phone>
<email>[email protected]</email>
<ssType>1</ssType>
<groupId>1</groupId>
</user>

Response

HTTP/1.1 204 No Content
...

186 User Management

Advertising