H3C Technologies H3C Intelligent Management Center User Manual

Page 512

Advertising
background image

498

info="%str.vlan.id.info" />

<Parameter name="ifIndex" value="${IF_INDEX}" />

</RestAction>

When dynamically generating a page, the system does not generate the view for parameters using
replaceable variables in the value property.
The system dynamically assigns a value to the parameter based on the replaceable variable when
executing actions for the operation and you do not need to enter a value. Replaceable variables can also

be used in the control initialization process.
The control initialization action is executed after the dynamic page is generated. Such actions do not

require manual input of parameters. The control initialization action parameters can only be the dynamic
information, such as the selected port or device. At this time, the service component requires using

replaceable variables. When the system performs control initialization, it replaces the replaceable

variables with the corresponding device or port information, shown in

Figure 91

.

Figure 91 System-level replaceable variable supported by the common configuration framework

Category Parameter

name

Parameter

description

Remarks

System-level
variables

IMC_SERVER_IP

IMC primary
server IP address

N/A

IMC_HTTP_PORT

IMC HTTP port

number

N/A

IMC_HTTPS_PORT

IMC HTTPS port
number

N/A

IMC_USER_NAME

Current IMC user
name

N/A

IMC_USER_PWD

Current IMC user
password

N/A

Device-level
variables

DEVICE_ID Device

ID

Same as the returned value of getDeviceID()
for SymbolInfo.
You can get other device properties by
using this property.

SYMBOL_ID Symbol

ID

Same as the returned value of getSymbolID
() for SymbolInfo.

DEVICE_IP

Device IP address

Same as the returned value of getIpAddress
() for SymbolInfo.

DEVICE_SYSOID

Device

sysOID

Same as the returned value of getSysOID ()
for SymbolInfo.

Interface-level
variables

IF_INDEX Interface

index

Same as the returned value of
getId().getIfIndex() for IfInfo.
You can get other interface properties by
using this property.

IF_DESC

Interface
description

Same as the returned value of getDesc () for
IfInfo.

IF_TYPE Interface

type

Same as the returned value of getType () for
IfInfo.

Advertising