4 describeclass, Installation of viewcheck – Artesyn ViewCheck on ATCA-7470/7475 Installation and Use (May 2014) User Manual

Page 41

Advertising
background image

Installation of ViewCheck

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

41

<Class>aceclass</Class>

<Class>acemember</Class>

<Class>acemoid</Class>

<Class>aceclassrange</Class>

<Class>virExecEnv</Class>

<Class>interface</Class>

<Class>service</Class>

<Class>diagnostic</Class>

<Class>deviceCategory</Class>

</Classes>

</Response>]]>]]>

4.6.4

DescribeClass

DescribeClass XML command retrieves the description and properties of a BSF class such as
class creatability, class deletability, class writability, attributes, attributes description, attribute
types etc. It returns ClassDescription on success or an error.

Request:
The below XML request gets the description of class 'shelf' in the BSF system.
<?xmlversion ="1.0"?>

<Script version ="2">

<DescribeClass>

<Class>diagnostic</Class>

</DescribeClass>

</Script>]]>]]>

<?xml version="1.0"?>

Response:
The below XML response shows the different details of the class 'shelf' in the BSF system.
<Response>

<ClassDesc>

<Class>diagnostic</Class>

ViewCheck software uses classes, diagnostics and device category to start, stop and query
the status of tests and monitors.

Advertising