6 stop-monitor, Table 5-19, Set-poll-interval-default – Artesyn ViewCheck on ATCA-9405 Installation and Use (May 2014) User Manual

Page 81: Commands execution

Advertising
background image

Commands Execution

ViewCheck on ATCA-9405 Installation and Use (6806800S51D)

81

The following table provides the set-poll-interval-default command arguments.

5.4.6

stop-monitor

stop-monitor

command allows you to trigger a specific monitor to stop monitoring, which

is already in service.

Syntax for CLI
stop-monitor monitorId <Monitor ID> deviceInstance <Dev Instance>

Syntax for XML
<Script>

<InvokeMethod>

<Object>

<Class>deviceCategory</Class>

<Name>SP_VEE0-{Dev Cat}</Name>

</Object>

<Method>stopMonitor</Method>

<Argument>

<Name>deviceInstance</Name>

<Value>Dev Instance</Value>

</Argument>

<Argument>

<Name>monitorId</Name>

<Value>Monitor ID</Value>

</Argument>

</InvokeMethod>

</Script>]]>]]>

Table 5-19 set-poll-interval-default

Argument

Data Type

Description

Monitor ID

Integer

Type the unique ID of the Monitor for which you want to
reset the Poll interval value to default value

Dev Instance

Enum

Use list-device-instances CLI command to get the
equivalent enumerated value of supported Device
Instance

Advertising