HP Intelligent Management Center Extended API User Guide
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>wanger@h3c.com</email>
</user>
Response
HTTP/1.1 201 Created
Location: http://localhost:8080/imcrs/user/4
184 User Management