Example – HP Intelligent Management Center Licenses User Manual

Page 103

Advertising
background image

Example

Change the SSH settings for the device with the ID 10.

Request

PUT http://imc_host:8080/imcrs/plat/res/device/10/updateSsh
accept: application/xml
...
<device>
<sshParameter>
<authType>0</authType>
<userName>admin</userName>
<password>admin</password>
<port>22</port>
<timeout>5</timeout>
<retries>5</retries>
</sshParameter>
</device>

Response

HTTP/1.1 204 No Content
...

Modify SSH Settings 103

Advertising