Example – HP Intelligent Management Center Licenses User Manual

Page 184

Advertising
background image

Example

Add a user.

Request

POST http://imc_host:8080/imcrs/user
accept: application/xml
Content-Type: application/xml; charset=UTF-8
...
<user>
<userName>wanger</userName>
<certification>wanger001</certification>
<address>Shanghai</address>
<phone>02088784567</phone>
<email>[email protected]</email>
</user>

Response

HTTP/1.1 201 Created
Location: http://localhost:8080/imcrs/user/4

184 User Management

Advertising