11 stop-monitor, Table 4-26, Stop-monitor – Artesyn ViewCheck on ATCA-7470/7475 Installation and Use (November 2014) User Manual

Page 73: Commands execution

Advertising
background image

Commands Execution

ViewCheck on ATCA-7470/7475 Installation and Use (6806800S49E)

73

4.4.11 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>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>]]>]]>

The following table provides the stop-monitor command arguments.

Table 4-26 stop-monitor

Argument

Data Type

Description

Monitor ID

Integer

Type the unique ID of the monitor that you want to stop
monitoring.

Dev Instance

Enum

Use list-device-instances command to get the
equivalent enumerated value of supported device
instance.

Advertising