Previous Topic: SoftwareJobBootMask3 (bootBeforeMask)Next Topic: SoftwareJobContainerProperties3


SoftwareJobContainerProperties

This sequence defines the properties for the software job container.

xsd:string softwareJobContainerId

The UUID identifying the software job container.

SoftwareJobContainerState state

The current state of the software job container

xsd:boolean seal

This element indicates whether the container is currently sealed.

xsd:long noOfParentSoftwareJobContainers

The number of software job containers by which this container is contained.

xsd:long noOfChildSoftwareJobContainers

The number of software job containers that are contained by this container.

xsd:long noOfSoftwareJobs

The number of software jobs contained in this software job container.

xsd:string name

The display name of the job container.

xsd:string comment

A comment for the job container.

SoftwareJobContainerPropertyMask softwareJobContainerPropertyMask

Mask for the software job container property

DateTime creationDate

The Date and Time at which the job container was created.

DateTime changeDate

The Date and Time at which the job container was last updated.

AttributeMask attribMask

A series of attributes that describe the software job container.

xsd:long waitCount

The number of jobs in the container that are not yet activated.

xsd:long activeCount

The number of jobs in the container that have been activated.

xsd:long errorCount

The number of jobs in the container that have failed.

xsd:long okCount

The number of jobs in the container that have successfully completed.

xsd:long renewState

If the job container has been renewed, this element indicates the current state of that renewal.

Remarks

None

CreateAssetScriptJobResponse

The CreateAssetScriptJobResponse sequence includes the following parameters related to the creation of the asset script job:

xsd:string assetJobUid

Contains the UUID of the new asset job.

xsd:long assetJobID

Contains the ID of the new asset job.

Xsd:long domainId

Contains the domain ID of the new asset job

AssetScriptJobProperties

The AssetScriptJobProperties sequence includes the job properties for the asset script job.

xsd:string jobName

Specifies the job name.

xsd:boolean bJobDescriptionSupplied

Specifies whether the job description is supplied for the job.

xsd:string jobDescription

Specifies the description for the job.

xsd:boolean bJobScriptSupplied

Specifies whether the script is supplied for the job.

xsd:string jobScript

Specifies the script to be executed on the agent for this script job.

xsd:boolean bSchedulingOptionsSupplied

Specifies whether the scheduling options for this job are supplied.

dsm:schedulingOptions scheduleProperties

Specifies the scheduling options for the asset job.

More information:

SchedulingOptions

SchedulingOptions

The SchedulingOptions sequence is used to schedule a script job to run at specified occasions.

dsm:scheduling scheduling

Specifies the frequently of job execution.

dsm:conditions conditions

Specifies various conditions for executing the job such as the date time range, days of the week, and periodic dependency.

dsm:dependency dependency

Specifies the factors to consider for executing the job at the scheduled time.

dsm:preJob prejob

Specifies the actions to be performed before executing the job.

dsm:postJob postJob

Specifies the actions to be performed after executing the job.

dsm:miscellaneous miscellaneous

Specifies the parameters for unattended execution of the job.

More information:

Scheduling

Conditions

Dependency

PreJob

PostJob

Miscellaneous

Scheduling

The Scheduling sequence is used to specify how frequently you want to execute the job.

xsd:int schedule

This field can have following values.

RUN_ONLY_ONCE

Runs the job only the first time when the asset management agent runs on the computers that are linked with this job.

ALWAYS_RUN_JOB

Runs the job whenever the asset management agent runs on the computers that are linked with this job.

OTHER_SCHEDULING_RUN

Runs the job for specified number of times (at most 99) on the computers linked with this job.

Default: ALWAYS_RUN_JOB

Conditions

The Conditions sequence is a scheduling option used to specify the conditions for executing the job.

dsm:DateTimeRestrictions datetimerestrictions

Specifies date and time range for executing the job.

xsd:boolean bRunOnlyOnTheseDays

Specifies whether the job must be run only on the selected days of a week.

dsm:ArrayOfDayOfTheWeekDependency dayOfTheWeekDependency

Specifies the days in a week when the job must be run. If you set bRunOnlyOnTheseDays parameter to true, you must specify the days of the week in this parameter.

xsd:boolean bIsPeriodDepen

Specifies whether there is a periodic dependency.

dsm:PeriodicDependency periodicDependency

Specifies the options for periodic dependency.

Dependency

The Dependency sequence is a scheduling options used to specify the dependency factors for executing a job.

xsd:boolean bJobDependency

Specifies whether the execution of the job is dependent on the successful completion of another job.

dsm:JobDependency jobDependency

Specifies the job dependency options.

xsd:boolean bFileDependency

Specifies whether the execution of the job is dependent on the existence of a file.

dsm:FileDependency fileDependency

Specifies file dependency options.

xsd:boolean bJobConLimit

Specifies whether there is any limit to the maximum number of simultaneous executions of an action per scalability server.

xsd:int allowOnlyNumExecutionsAtATime

Specifies the number of simultaneous executions allowed.

More information:

FileDependency

JobDependency

PreJob

The PreJob sequence is a scheduling option used to specify the actions to be performed before executing the job.

xsd:boolean bJobExecProperties

Specifies whether you want to provide the job execution properties.

dsm:JobExecProperties jobExecProperties

Specifies the job execution properties.

xsd:boolean bNetWorkDriveInfoSupplied

Specifies whether you want to provide the network drive information.

dsm:NetWorkDrive netWorkDrive

Provides the required information to map network drive before job execution.

More information:

JobExecProperties

NetWorkDrive

PostJob

The PostJob sequence is a scheduling option used to specify the actions to be performed after executing the job.

xsd:boolean bpostJobProperties

Specifies whether you want to provide post job execution properties.

dsm:PostJobProperties postJobProperties

Specifies the post job execution options.

xsd:boolean bDeleteJobWhenSucceded

Specifies whether you want the job to be deleted after the successful execution.

Miscellaneous

The Miscellaneous sequence is a scheduling option used to run the job unattended.

xsd:boolean bJobisallowedtorununattended

Specifies whether you want to run the job unattended, that is, without any user interaction.

DateTimeRestrictions

The DateTimeRestrictions sequence is a scheduling option used to specify the date and time restrictions for executing the job.

xsd:boolean bRunOnlywhenwithindatarange

Specifies whether you want to provide the date range for executing the job.

xsd:boolean bRunOnlywhenwithintimerange

Specifies whether you want to provide the time range for executing the job.

dsm:DateTime StartDatetime

Defines the starting date and time for executing the job.

dsm:DateTime EndDatetime

Defines the ending date and time for executing the job.

FileDependency

The FileDependency sequence is a scheduling option used to specify the file dependency options for executing a job.

xsd:string filePath

Specifies the path to the file that you want to check.

xsd:boolean bFileExists

Specifies whether you want to perform an action depending on the existence of the selected file. Set this parameter to false to execute an action if the file does not exist.

JobDependency

The JobDependency sequence is a scheduling option used to specify the job dependency options for executing a job.

xsd:long dependentJobDomainId

Defines the domain ID of the dependent job.

xsd:long dependentJobId

Defines the job ID of the dependent job.

Xsd:string dependentJobUid

Defines the UUID of the dependent job.

xsd:boolean bCurrentJobAttachedToRelatedAsset

Specifies whether you want to run the scheduled job only on completion of a dependent job on the related assets. If the scheduled job is linked to a computer, the dependent job must have been executed on the computer before the scheduled job runs. If the scheduled job is linked to a user, the dependent job must have been executed in the user login before the scheduled job runs.

PeriodicDependency

The PeriodicDependency is a scheduling option used to specify the periodic dependency options for executing the job.

dsm:PERIODTYPE periodType

Specifies that you want to Executes an action based on this period type.

xsd:int period

Specifies the period after which the job must be executed. Depending on the period type, this parameter takes the following values:

Day: number of hours

For example, specify 21 to execute the job at 9PM every day.

Week: Day in a week

For example, specify 3 to execute the job on every Wednesday.

Month: Day in a month

For example, specify 12 to execute the job on the day 12 of every month.

JobExecProperties

The JobExecProperties sequence is a scheduling option used to specify the other properties for job execution.

xsd:string PromptMessage

Defines the message text to be shown on the computer before executing the job.

xsd:string messageOK

Displays the Yes button in the message. You can customize this to match your message.

Default: &YES

xsd:string messageCancel

Displays the No button in the message box. You can customize this to match your message.

Default: &NO

xsd:boolean bDefaultMessage

Specifies whether messageOK must be applied by default. If this parameter is set to false, messageCancel is applied.

xsd:boolean bAutoSelect

Specifies whether you want to enable the auto select option.

xsd:boolean bAutoSelectValue

Specifies whether you want to specify the auto select value.

xsd:long autoSelectAfterSecond

Specifies the time after which the auto select value is applied.

xsd:boolean bForceExecutionAfterNumCancellations

Specifies whether you want to force the execution after certain number of cancellations.

xsd:int forceExecutionAfterNumCancellations

Specifies the number of cancellations after which you want to force the execution of the job. This ensures that the user can cancel an action only a limited number of times.

xsd:boolean bForceExecutionAfter

Specifies whether you want to force the execution of the job after a particular date. This ensures that the user can cancel an action only until a particular date.

xsd:dateTime ForceExecutionAfter

Specifies the date when you want to force the execution of the job.

NetWorkDrive

The NetWorkDrive sequence is a scheduling option used to provide the network drive details for executing a job,

xsd:string drive

Specifies the drive letter to which you want to map the share.

xsd:string sharePath

Specifies the name of the share.

Default: \\SERVER\SHARE

xsd:boolean bDisconnectWhenDone

Specifies whether you want to disconnect the temporary drive connection after executing the job.

PostJobProperties

The PostJobProperties sequence is a scheduling option used to specify the post job properties.

xsd:boolean bMessageAndTimeOut

Specifies whether you want to reboot the windows agent computer after executing the job.

xsd:string messageBeforReboot

Specifies the message text to be displayed before the computer restarts.

xsd:int messageTimeout

Defines the number of seconds the message must be visible. Specify 0 to give infinite timeout.

xsd:boolean bRestartOS

Restarts the agent computer.

AssetScriptJobPropertiesRequired

The AssetScriptJobPropertiesRequired sequence is used to retrieve the asset job properties.

xsd:boolean assetJobNameRequired

Specifies whether you want to retrieve the asset script job name.

xsd:boolean assetJobDescriptionRequired

Specifies whether you want to retrieve the asset script job description.

xsd:boolean assetJobScriptRequired

Specifies whether you want to retrieve the asset job script.

xsd:boolean assetJobSchedulingOptionsRequired

Specifies whether you want to retrieve the scheduling options of the asset job.

Dsm:OpenAssetScriptJobListResponse

The OpenAssetScriptJobListResponse sequence includes the following parameters related to asset script job list:

Xsd:long OpenListHandle

Contains the ListHandle to the list opened.

Xsd:long totalNoOfScriptJobs

Contains the total number of script jobs in the list.

GetAssetScriptJobResponse

The GetAssetScriptJobResponse sequence contains the response for the GetAssetScriptJob method.

xsd:long assetJobID

Contains the ID of the asset job.

Xsd:long domainId

Contains the domain ID of the new asset job

dsm:AssetScriptJobProperties assetJobProperties

Contains the properties retrieved for a given asset script job.

DayOfTheWeekDependency

The DayOfTheWeekDependency sequence is a scheduling option used to specify a week day.

dsm:WeekDay weekdays

Specifies a day in the week.

More information:

WeekDay

GetAssetScriptJobsProperties

The GetAssetScriptJobsProperties sequence contains properties of all the asset script jobs.

xsd:string assetJobUid

Contains the UUID of the asset job.

Xsd:long domainId

Contains the domain ID of the asset job.

xsd:string jobName

Contains asset job script name.

xsd:boolean bJobDescriptionSupplied

Specifies whether the job description is supplied for the job.

xsd:string jobDescription

Contains the description about the job.

xsd:boolean bJobScriptSupplied

Specifies whether the script is supplied for the job.

xsd:string jobScript

Contains the script to be executed on the agent for the script job.

xsd:boolean bSchedulingOptionsSupplied

Specifies whether the scheduling options of this job are supplied

dsm:schedulingOptions scheduleProperties

Contains the scheduling options for the job.

TriggerInfo

The TriggerInfo sequence is used to specify the information to trigger the asset management and software delivery job check.

int nCFComponentCode

Specifies the CF component code.

CO_TRIGGER_UNIT_TYPE nUnitType

Specifies the unit type.

xsd:string objDbUuid;

Specifies the UUID of the object

BOOL wakeOnLAN

Specifies the whether you want to send the wake-on-LAN request.

More information:

CO_TRIGGER_UNIT_TYPE

OSIMProperties

Specifies the OSIM properties.

xsd:string propertyName

Specifies the OSIM property name.

xsd:string propertyValue

Specifies the OSIM property value.

OSIMPropertiesWithDesc

The OSIMPropertiesWithDesc includes the OSIM property name, property value, and an array of description of the property name and property value.

xsd:string propertyName

Specifies the OSIM property name.

xsd:string propertyValue

Specifies the OSIM property value.

dsm:ArrayOfOSIMparameterDesc osimparamDescArray

Specifies the Array description for an OSIM property.

OSIMparameterDesc

The OSIMparameterDesc includes the OSIM parameter description name and description value.

xsd:string propertyName

Specifies the OSIM property description name.

sd:string propertyValue

Specifies the OSIM property description value.

ScalabilityServerProperties

Specifies the scalability server properties.

xsd:string serverLabel

Specifies the name of the scalability server.

xsd:string serverHostName

Specifies the host name of the scalability server.

xsd:string serverUUID

Specifies the UUID of the scalability server.

xsd:string domainUUID

Specifies the domain UUID of the scalability server.

xsd:string serverDescription

Includes brief information about the server.

xsd:long serverversion

Specifies the version of the scalability server.

dsm:DateTime lastEvaluationDateTime

Identifies the last evaluated registration date and time of the scalability server.

dsm:DateTime creationDateTime

Identifies the date and time of the scalability server registration.

xsd:string creationUser

Specifies the name of the user account that created the scalability server.

dsm:DateTime lastUpdateDateTime

Specifies the last updated date and time of the scalability server.

xsd:string lastUpdateUser

Specifies the name of the user account that last updated the scalability server.

xsd:string sharePath

Specifies the UNC share path of the server.

ScalabilityServerPropertiesRequired

The following sequences of elements specify the properties required to retrieve the scalability server properties.

xsd:boolean serverLabelRequired

Specifies whether the scalability server name is required.

xsd:boolean serverHostNameRequired

Specifies whether the scalability server host name is required.

xsd:boolean serverUUIDRequired

Specifies whether the scalability server UUID is required.

xsd:boolean domainUUIDRequired

Specifies whether the scalability server domain UUID is required.

xsd:boolean serverDescriptionRequired

Specifies whether the scalability server description is required.

xsd:boolean serverVersionRequired

Specifies whether the scalability server version is required.

xsd:boolean lastEvaluationDateTimeRquired

Specifies whether the last date and time of evaluation of the scalability server name is required.

xsd:boolean creationUserRquired

Specifies whether the details about the user who created the scalability server is required.

xsd:boolean creationDateTimeRquired

Specifies whether the date and time of creation of the scalability server is required.

xsd:boolean lastUpdateDateTimeRquired

Specifies whether the date and time of last update of the scalability server is required.

xsd:boolean lastUpdateUserRequired

Specifies whether the details about the user who last updated the scalability server is required.

xsd:boolean sharePathRequired

Specifies whether the scalability server UNC share path is required.

OSImageFilter

The following sequences of elements specify a search filter when you are searching or listing OS images.

dsm:OSIMAGEPROPERTY osImageProperty

Specifies the search property.

xsd:string searchString

Specifies the value of the search filter to be applied when the search is performed on a string property.

dsm:DateTime2 dateTime

Specifies the changed or activated date and time of the target computer.

dsm:FILTERCONDITION condition

Specifies the filtercondition to be applied.

OSImageProperties

Specifies the OS image properties.

xsd:string imageName

Specifies the name of the OS image.

xsd:string typeIndicatior

Specifies OS image type.

xsd:string operatingSystem

Specifies the operating environment of OS image.

dsm:DateTime2 registeredAt

Specifies the date and time of the OS image registration with the domain manager.

xsd:string sdPackageName

Specifies the name of the related SD package.

xsd:string sdPackageVersion

Specifies the version of the related SD package.

xsd:string sdPackageComment

Specifies the comment related with the SD package.

xsd:string sdOSCode

Specifies the SD code of the OS associated with the OS image.

xsd:string sdOSlocale

Specifies the locale of the OS image.

xsd:string string osImageFlags

Specifies the image flags associated with the OS image.

OSIMTargetFilter

The following sequences of elements specify a search filter when you are searching or listing OS images.

dsm:OSIMTARGETPROPERTY osimTargetProperty

Specifies the search property.

xsd:string searchString

Specifies the value of the search filter to be applied when the search is performed on a string property.

dsm:DateTime2 stateChangedDateTime

Specifies the changed or activated date and time of the target computer.

dsm:FILTERCONDITION condition

Specifies the filtercondition to be applied.

dsm:WS-OSIM-CONFIG-STATE configState

Specifies the configuration state of the OSIM target computer.

OSIMTargetProperties

The following are the OSIMTargetProperties:

xsd:string targetName

Specifies the name of the target computer.

xsd:string targetMACAddress

Specifies MAC Address of the target computer.

dsm:WS-OSIM-CONFIG-STATE configType

Specifies the configuration state of the target computer.

dsm:DateTime2 stateChangedDateTime

Specifies the changed or activated date and time of the target computer.

xsd:string imageName

Specifies the name of the OS image.

ComputerPropertyFilter2

The following sequences of elements specify a search filter when you are searching or listing computers.

dsm:ComputerProperty2 computerProperty

Specifies the computer property to be searched.

dsm:ComputerFilterCondition filterCondition

Specifies the filter condition.

xsd:string searchString

Specifies the value of the search filter to be applied when the search is performed on a string property.

This field is mandatory if computerProperty is set to one of the following values:

xsd:long searchValue

Specifies the value of the search filter to be applied when the search is performed on a numeric property.

This field is mandatory if computerProperty is set to one of the following values:

xsd:dateTime2 dateTime

Specifies the value of the search filter to be applied when the search is performed on date and time.

This field is mandatory if computerProperty is set to one of the following values:

xsd:AMAgentStatus amstatus

Specifies the value of the search filter to be applied when the search is performed on AMAgent status.

COMPUTER_AGENT_AM_STATUS
xsd:SDAgentStatus sdstatus

Specifies the value of the search filter to be applied when the search is performed on SDAgent status.

COMPUTER_AGENT_SD_STATUS
xsd:RCAgentStatus amstatus

Specifies the value of the search filter to be applied when the search is performed on RCAgent status.

COMPUTER_AGENT_RC_STATUS
xsd:ProtectionStatus protectionstatus

Specifies the value of the search filter to be applied when the search is performed on Protection status.

COMPUTER_AGENT_PT_STATUS
xsd:ASPStatus amstatus

Specifies the value of the search filter to be applied when the search is performed on Anti-Spyware agent status.

COMPUTER_AGENT_ASP_STATUS
xsd:AVStatus amstatus

Specifies the value of the search filter to be applied when the search is performed on Anti-Virus agent status.

COMPUTER_AGENT_AV_STATUS
xsd:HIPSStatus amstatus

Specifies the value of the search filter to be applied when the search is performed on HIPS status.

COMPUTER_AGENT_HIPS_STATUS
dsm:AgentRestrictions restrictions

Specifies the value of the search filter to be applied when the search is performed on agent restrictions.

COMPUTER-AGENT-RESTRICTIONS

ComputerPropertiesRequired2

The following sequences of elements specify the properties required when you are retrieving properties of a computer:

xsd:boolean computerUUIDRequired

Specifies whether computer UUID is required

xsd:boolean computerLabelRequired

Specifies whether computer name or label is required

xsd:boolean computerDomainUUIDRequired

Specifies whether computer domain UUID is required.

xsd:boolean computerPrimaryNetworkAddressRequired

Specifies whether computer primary network address is required.

xsd:boolean computerHostUUIDRequired

Specifies whether computer host UUID is required.

xsd:boolean computerAssetSourceUUIDRequired

Specifies whether computer Asset source UUID is required.

xsd:boolean computerHostNameRequired

Specifies whether computer Hostname is required.

xsd:boolean computerSerialNumberRequired

set to true, if computer serial number is required.

xsd:boolean computerDiscSerialNumberRequired

Specifies whether computer Disc serial number is required.

xsd:boolean computerPrimaryMACAddressRequired

Specifies whether computer MAC Address is required.

xsd:boolean computerAssetTagRequired

Specifies whether computer Asset tag is required.

xsd:boolean computerClassIDRequired

Specifies whether computer OS is required.

xsd:boolean computerUsageListRequired

Specifies whether computer usage list is required.

xsd:boolean computerURIRequired

Specifies whether computer URI is required.

xsd:boolean computerSystemIDRequired

Specifies whether computer system ID is required.

xsd:boolean computerVendorNameRequired

Specifies whether computer vendor name is required.

xsd:boolean computerDomainLabelRequired

Specifies whether computer Domain Label is required.

xsd:boolean computerCreationUserRequired

Specifies whether the details about the user who created the computer is required.

xsd:boolean computerCreationDateRequired

Specifies whether computer creation date is required.

xsd:boolean computerLastUpdatedUserRequired

Specifies whether the details about the user who last updated the computer is required.

xsd:boolean computerLastUpdatedDateRequired

Specifies whether computer last updated date time is required.

xsd:boolean computerVersionNumberRequired

Specifies whether computer version number is required.

xsd:boolean agentNameRequired

Specifies whether computer agent name is required.

xsd:boolean agentRestrictionsRequired

Specifies whether agent restrictions is required.

xsd:boolean agentDescriptionRequired

Specifies whether computer Asset description is required.

xsd:boolean userData1Required

Specifies whether computer user defined data1 is required.

xsd:boolean userData2Required

Specifies whether computer user defined data2 is required.

xsd:boolean userData3Required

Specifies whether computer user defined data3 is required.

xsd:boolean userData4Required

Specifies whether computer user defined data4 is required.

xsd:boolean scalabilityServerNameRequired

Specifies whether Agent Scalability server name is required.

xsd:boolean agentCreationDateTimeRequired

Specifies whether agent creation date and time is required.

xsd:boolean lastRunDateTimeRequired

Specifies whether agent last run date and time is required.

xsd:boolean agentIPAddressRequired

Specifies whether agent IP Address is required.

xsd:boolean agentTrustlevelRequired

Specifies whether agent trust level is required.

xsd:boolean agentOriginRequired

Specifies whether agent origin is required.

xsd:boolean amStatusRequired

Specifies whether AM agent status is required.

xsd:boolean sdStatusRequired

Specifies whether SD agent status is required.

xsd:boolean rcStatusRequired

Specifies whether RC agent status is required.

xsd:boolean protectionStatusRequired

Specifies whether Protection agent status is required.

xsd:boolean aspStatusRequired

Specifies whether Anti-Spyware agent status is required

xsd:boolean avStatusRequired

Specifies whether Anti-Virus agent status is required

xsd:boolean hipsStatusRequired

Specifies whether HIPS agent status is required.

DateTime2

Specifies the date and time structure.

The following sequence of elements represents the date and time structure:

ComputerProperties2

The following sequences of elements specify the properties required when you are retrieving the properties of a computer.

xsd:string computerUUID

Specifies the UUID of the computer.

xsd:string computerLabel

Specifies the display name of the computer.

xsd:string computerDomainUUID

Specifies the UUID identifying the Client Automation domain of the computer.

xsd:string computerPrimaryNetworkAddress

Specifies the IP address of the computer in 0.0.0.0 format.

xsd:string computerHostUUID

Specifies the agent-generated UUID that identifies the computer.

xsd:string computerAssetSourceUUID

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

xsd:string computerHostName

Specifies the host name of the computer.

xsd:string computerSerialNumber

Specifies the serial number of the computer.

xsd:string computerDiscSerialNumber

Specifies the serial number of the computer disc.

xsd:string computerPrimaryMACAddress

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

xsd:string computerAssetTag

Specifies the string value that identifies a computer asset.

xsd:long computerClassID

Specifies the numeric value indicating the class of the computer object. For example, Operating System.

dsm:UsageListMask computerUsageList

Specifies the computer usage list mask.

xsd:string computerURI

Specifies the fully qualified Uniform Resource Identifier of the computer.

xsd:string computerSystemID

Specifies the user-defined identifier for computer.

xsd:string computerVendorName

Specifies the name of the computer vendor.

xsd:string computerDomainLabel

Specifies the display name of the DSM domain to which the computer belongs.

xsd:string computerCreationUser

Specifies the name of the user account that created the computer record.

dsm:DateTime computerCreationDate

Specifies the computer creation date and time.

xsd:string computerLastUpdatedUser

Specifies the name of the user account that last updated the computer properties.

dsm:DateTime computerLastUpdatedDate

Specifies the date and time when the computer properties were last updated.

xsd:long computerVersionNumber

Specifies the version number of the computer record.

Note: The version number is incremented each time a record is updated.

xsd:string agentName

Specifies the agent name of the computer.

xsd:long agentRestrictions

Specifies the agent restrictions.

xsd:string agentDescription

Specifies the agent description.

xsd:string userdata1

Specifies the user defined data1.

xsd:string userdata2

Specifies the user defined data2.

xsd:string userdata3

Specifies the user defined data3.

xsd:string userdata4

Specifies the user defined data4.

xsd:string scalabilityserverName

Specifies the name of the scalability server that the agent is pointing to.

dsm:DateTime2 agentCreationDateTime

Specifies the agent creation data and time.

dsm:DateTime2 lastRunDateTime

Specifies the agent last run date and time.

xsd:string agentIPAddress

Specifies the IP address of the agent.

xsd:long agentTrustlevel

Specifies the trust level of the agent.

xsd:string agentOrigin

Specifies the origin of the agent.

dsm:AMAgentStatus amStatus

Specifies the AM Agent status.

dsm:SDAgentStatus sdStatus

Specifies the SD Agent status.

dsm:RCAgentStatus rcStatus

Specifies the RC Agent status.

dsm:ProtectionStatus protectionStatus

Specifies the Protection Agent status.

dsm:ASPStatus aspStatus

Specifies the ASP status.

dsm:AVStatus avStatus

Specifies the AV status.

dsm:HIPSStatus hipsStatus

Specifies the HIPS status.

CreateOSIMComputerProperties

Specifies the properties required to create an OSIM computer.

The following are the properties:

xsd:string computerLabel

Specifies the name of the computer label to be created.

xsd:string computerHostname

Specifies the name of the host name of the computer to be created.

xsd:boolean computerHostNameSupplied

Specifies if the host name of the computer is specified.

xsd:string computerPrimaryNetworkAddress

Specifies the IP address of the computer to be created.

xsd:string serialNumber

Specifies the serial number of the computer to be created.

xsd:boolean serialNumberSupplied

Specifies if the computer serial number is specified.

xsd:string assetTag

Specifies the asset tag of the computer to be created.

xsd:boolean assetTagSupplied

Specifies if the computer asset tag is specified.

dsm:ComputerType computerType

Specifies the computer type.

xsd:boolean computerTypeSupplied

Specifies if the computer type is specified.

xsd:long operatingSystemType

Specifies the operation system type.

xsd:string scalabilityServerName

Specifies the name of the scalability server of the agent

xsd:boolean scalabilityServerNameSupplied

Specifies if the scalabilityserver name is specified.

dsm:CreateAgentComponents createAgentComponents

Specifies the Agent properties for the computer to be created.

xsd:string description

Specifies the agent description.

xsd:boolean descriptionSupplied

Specifies if the description is specified.

dsm:SDAgentProperties sdAgentProperties

Specifies the SD Agent properties for the computer to be created.

xsd:boolean sdAgentPropertiesSupplied

Specifies if the sdAgentProperties is specified.

xsd:string user

Specifies the user who created the computer.

Default: Blank

xsd:boolean userSupplied

Specifies if the username is specified. The possible values are True or False.

xsd:string phone

Specifies the phone number of user who created the computer.

xsd:boolean phoneSupplied

Specifies if the phone number is specified. The possible values are True or False.

xsd:string location

Specifies the location of user who created the computer.

Default: Blank.

xsd:boolean locationSupplied

Specifies if the location of the user is specified. The possible values are True or False.

xsd:string comment

Specifies the user comments.

xsd:boolean commentSupplied

Specifies if the user comments are available. The possible values are True or False.

xsd:string computerPrimaryMACAddress

Specifies the computer MAC Address.

xsd:boolean computerPrimaryMACAddressSupplied

Specifies if the computer MAC address is specified. The possible values are True or False.

xsd:string osimImage

Specifies the OSIM image.

xsd:string osimBootServerName

Specifies if the boot server name

If the name is not specified, the scalability server name is taken as the OSIM boot server name.

xsd:boolean osimBootServerNameSupplied

Specifies if the boot server name is supplied. The possible values are True or False.

OSImageProperties

Specifies the OS image properties.

xsd:string imageName

Specifies the name of the OS image.

xsd:string typeIndicatior

Specifies OS image type.

xsd:string operatingSystem

Specifies the operating environment of OS image.

dsm:DateTime2 registeredAt

Specifies the date and time of the OS image registration with the domain manager.

xsd:string sdPackageName

Specifies the name of the related SD package.

xsd:string sdPackageVersion

Specifies the version of the related SD package.

xsd:string sdPackageComment

Specifies the comment related with the SD package.

xsd:string sdOSCode

Specifies the SD code of the OS associated with the OS image.

xsd:string sdOSlocale

Specifies the locale of the OS image.

xsd:string string osImageFlags

Specifies the image flags associated with the OS image.