HP Modular Smart Array 500 Starter Kit Uživatelská příručka Strana 17

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 186
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 16
HP StorageWorks 2300 Modular Smart Array CLI reference guide 17
XML API DTD
The following DTD provides the structure of all documents returned by the CLI when XML API mode is
enabled. Elements and attributes are described in the table on the following page.
<?xml version='1.0' encoding='UTF-8'?>
<!--- Response Element. Echoes the request back -->
<!ELEMENT RESPONSE (ASC|COMP|OBJECT)*>
<!ATTLIST RESPONSE
VERSION CDATA #IMPLIED
>
<!--- Object Definition.
Essentially the object can only contain properties.
OID is unique per object only in each request.
name is the classname of the object.
basetype for all CLI commands is the same as the name attribute.-->
<!ELEMENT OBJECT (PROPERTY)*>
<!ATTLIST OBJECT
oid ID #REQUIRED
name CDATA #IMPLIED
basetype CDATA #IMPLIED
>
<!--- Property definition
display-name The label that can be used for this property
draw A boolean indicating if the field is typically displayed to a user
size If the field is displayed, then this would indicate the column width.
type The source type for this value
key Indicates if the property is a key field which could be used in requests.
name the name of property.
-->
<!ELEMENT PROPERTY (#PCDATA)>
<!ATTLIST PROPERTY
display-name CDATA #IMPLIED
draw (true|false) #IMPLIED
size CDATA #IMPLIED
sort (string|numeric|nosort)
type
(string|uint8|uint16|uint32|uint64|int8|int16|int32|int64|bool|enumeration)
#IMPLIED
key (true|false) #IMPLIED
name CDATA #REQUIRED
>
<!--- Composition of objects within the response
P is the part component oid,
G is the grouping component oid -->
<!ELEMENT COMP EMPTY>
<!ATTLIST COMP
P IDREF #REQUIRED
G IDREF #REQUIRED
>
<!--- Simple Association of objects
A and B are the oids of the Objects -->
<!ELEMENT ASC EMPTY>
<!ATTLIST ASC
Zobrazit stránku 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 185 186

Komentáře k této Příručce

Žádné komentáře