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

Page 47

Advertising
background image

Installation of ViewCheck

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

47

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>

<Id>1201</Id>

<Description>In Diagnostic mode, user can configure and perform

Diagnostic related tests, monitoring &amp;

updating.</Description>

<IsSingleton>false</IsSingleton>

<IsCreatable>true</IsCreatable>

<IsDeletable>true</IsDeletable>

<IsWritable>false</IsWritable>

<MOIDDesc>

<Name>diagnosticMoid</Name>

<Id>1201</Id>

<Description/>

<MOIDItemDesc>

<Ref>

<ClassId>1102</ClassId>

<MOIDId>1102</MOIDId>

</Ref>

</MOIDItemDesc>

</MOIDDesc>

Advertising