3 getclasslist, Installation of viewcheck – Artesyn ViewCheck on ATCA-7470/7475 Installation and Use (November 2014) User Manual

Page 29

Advertising
background image

Installation of ViewCheck

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

29

EnableEvents option enables or disables events that reach XML interface from the BSF
framework. Successful execution is signifies by the success response. Otherwise, an error
message is returned.

The values for the command is true/false. The value, "True" enables the events and the
"false" value disables the events.

Request:
<?xmlversion ="1.0"?>

<Script>

<Configure>

<EnableEvents>true</EnableEvents>

</Configure>

</Script>]]>]]>

Response:
<?xml version="1.0"?><Response><Success/></Response>]]>]]>

3.5.3

GetClassList

This command is used to retrieve all BSF classes.

Request:
<Script ><GetClassList /></Script >]]>]]>

Response:
The response message received from the XML Agent is shown below. The response
contains all the BSF classes including the BSF framework classes along with the application
defined classes.
<Response>

<Classes>

<Class>session</Class>

<Class>shell</Class>

<Class>mode</Class>

<Class>command</Class>

<Class>user</Class>

<Class>group</Class>

<Class>membership</Class>

<Class>ACManager</Class>

<Class>shutdown</Class>

Advertising