2.2.5.17 Machine Element

The Machine XML element is used to specify parameters for managing machines within machine groups. It is the root element of XML documents that are used in WSRM method parameters.

 <xs:element name="Machine">
   <xs:complexType>
     <xs:attribute name="Name"
       type="xs:string"
      />
     <xs:attribute name="Description"
       type="xs:string"
      />
     <xs:attribute name="FQDN"
       type="xs:string"
      />
     <xs:attribute name="OS"
       type="xs:string"
      />
     <xs:attribute name="OSVersion"
       type="xs:string"
      />
     <xs:attribute name="LastUpdatedTime"
       type="xs:string"
      />
   </xs:complexType>
 </xs:element>

Attributes

Name

Type

Description

Name

xs:string

The name of the machine.

Description

xs:string

A description of the machine.

FQDN

xs:string

The fully qualified domain name (FQDN) of the WSRM server.

OS

xs:string

The operating system on which the WSRM server is running.

OSVersion

xs:string

The version of the operating system on which the WSRM server is running.

LastUpdatedTime

xs:string

The last time this machine information was updated, in date-colon-time format (section 2.2.1.3).

Additional XML data formats are specified in section 2.2.5.