Previous Topic: computerClassIDNext Topic: ComputerPropertiesRequired


ComputerProperties

This sequence of elements specifies which properties are required when retrieving a computer's properties.

xsd:string computerUUID

The UUID identifying the computer.

xsd:string computerLabel

The display name of the computer.

xsd:string computerDomainUUID

The UUID identifying the Client Automation domain for the given computer.

xsd:string computerPrimaryNetworkAddress

The IP address of the given computer in 0.0.0.0 format.

xsd:string computerHostUUID

An agent-generated UUID that identifies the given computer.

xsd:string computerAssetSourceUUID

The UUID identifying the common CA asset to which this computer is linked.

xsd:string computerHostName

The hostname of the computer.

xsd:string computerSerialNumber

The serial number of the computer.

xsd:string computerDiscSerialNumber

The serial number of the computer disc.

xsd:string computerPrimaryMACAddress

The MAC address of the computer. The string should have a maximum length of 64 characters.

xsd:string computerAssetTag

A string value that identifies a computer asset.

xsd:long computerClassID

A numeric value indicating the class of the computer object; for example, Operating System.

UsageListMask computerUsageList

The computer usage list mask.

string computerURI

The fully-qualifed Uniform Resource Identifer of the computer.

string computerSystemID

A user-defined identifier for the computer system.

string computerVendorName

The name of the vendor of this computer unit.

string computerDomainLabel

The display name of the Client Automation domain to which this computer unit belongs.

string computerCreationUser

The name of the user account that created the computer unit's record.

DateTime computerCreationDate

The date and time on which the computer unit's record was created.

string computerLastUpdatedUser

The name of the user account that last updated the computer's properties.

DateTime computerLastUpdatedDate

The date and time on which the computer's properties were last updated.

long computerVersionNumber

The version number of the computer's record. A version number is incremented each time a record is updated.

Remarks

None