Example – HP Intelligent Management Center Licenses User Manual

Page 168

Advertising
background image

Message body

<list>
<telnetParamTemplate>
<id>1</id>
<type>0</type>
<name>default</name>
<authType>5</authType>
<userName/>
<userPassword/>
<superPassword/>
<authTypeStr>No username, no password</authTypeStr>
<timeout>4</timeout>
<retries>1</retries>
<port>23</port>
<version>1</version>
<link href="http://localhost:8080/imcrs/plat/res/telnet/1" op="GET" rel="self"/>
</telnetParamTemplate>
...
<link rel="next" href="http://imc_host:port/imcrs/plat/res/telnet?start=10&size=10"/>
</list>

For the description on each field of the returned value, see “

Query Telnet Template Information

.

Example

Query Telnet template information list.

Request

GET http://imc_host:8080/imcrs/plat/res/telnet
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...
<list>
<telnetParamTemplate>
<id>1</id>
<type>0</type>
<name>default</name>
<authType>5</authType>
<userName/>
<userPassword/>
<superPassword/>
<authTypeStr>No username, no password</authTypeStr>
<timeout>4</timeout>
<retries>1</retries>
<port>23</port>
<version>1</version>
<link href="http://localhost:8080/imcrs/plat/res/telnet/1" op="GET" rel="self"/>
</telnetParamTemplate> ...
</list>

168 Network Resource Management

Advertising