Modify interface view, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 153: Interface uri access method

Advertising
background image

Modify Interface View

Modify interface view based on interface view ID.

Interface URI

/plat/res/view/interface/{id}

Access Method

HTTP

PUT

Parameters

Path parameter

Interface view ID.

id

Long integer type. Required. No default value.

Message body

<interfaceView>
<name>yourIfView</name>
<desc>yourIfView</desc>
<ifInfo>
<deviceId>55</deviceId>
<ifIndex>1</ifIndex>
</ifInfo>
<ifInfo>
<deviceId>55</deviceId>
<ifIndex>2</ifIndex>
</ifInfo>
</interfaceView>

Element description

interfaceView sub-elements

Interface view name.

name

String type. Required. No default value.

Interface view description.

desc

String type. Optional. No default value.

Interfaces to be added to an interface view.

ifInfo

String type. Optional. No default value.

Device ID.

ifInfo/deviceId

Long integer type. Optional. No default value.

Interfaces to be added to an interface view.

ifInfo/ifIndex

Long integer type. Required. No default value.

Modify Interface View

153

Advertising