Installation of viewcheck – Artesyn ViewCheck on ATCA-9405 Installation and Use (May 2014) User Manual

Page 52

Advertising
background image

Installation of ViewCheck

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

52

BSF Object method can be invoked with a list of input or input-output arguments. This
command returns a list of output or input-output arguments. The input arguments means it is
only an input and will not be displayed in the output. But in the case of input-output
arguments, both input and output will be displayed in the output.

Request:
The below example invokes the method class 'diagnostics' with instance "SP_VEE0". Upon
execution of this method by the class instance, response will be sent in the output/input-
output arguments.
Request

=======

<Script>

<InvokeMethod>

<Object>

<Class>diagnostic</Class>

<Name>SP_VEE0</Name>

</Object>

<Method>setLogLevel</Method>

<Argument>

<Name>logLevelValue</Name>

<Value>1</Value>

</Argument>

</InvokeMethod>

</Script>]]>]]>

Response:
InvokeMethod command returns the below response on executing the above example
command.
<?xml version="1.0"?>

<Response>

<Arguments>

Diagnostics and device category classes have different instances: SP_VEE0,
OCTEON1_VEE0, and OCTEON1_VEE1 for service and packet processors respectively. The
examples given below are with respect to service processor. In case, you want to execute
any commands on PP, use either OCTEON1_VEE0 or OCTEON1_VEE1 as instance.

Advertising