Query telnet template information, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 169: Returned result, Interface uri access method returned result

Advertising
background image

Query Telnet Template Information

Query Telnet template information based on device ID.

Interface URI

/plat/res/telnet/{id}

Access Method

HTTP

GET

Parameters

Path parameter

Telnet template ID.

id

Long integer type. Required. No default value.

Returned Result

Status codes

200 (OK): Success.

Message body

<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>
</telnetParamTemplate>

Element description

telnetParamTemplate sub-elements

Telnet template ID.

id

Long integer type.

Template name.

name

String type.

Version.

version

Long integer type.

Authentication type.

authType

Integer type.

Query Telnet Template Information

169

Advertising