This sequence defines the properties for the software job container.
The UUID identifying the software job container.
The current state of the software job container
This element indicates whether the container is currently sealed.
The number of software job containers by which this container is contained.
The number of software job containers that are contained by this container.
The number of software jobs contained in this software job container.
The display name of the job container.
A comment for the job container.
Mask for the software job container property
The Date and Time at which the job container was created.
The Date and Time at which the job container was last updated.
A series of attributes that describe the software job container.
The number of jobs in the container that are not yet activated.
The number of jobs in the container that have been activated.
The number of jobs in the container that have failed.
The number of jobs in the container that have successfully completed.
If the job container has been renewed, this element indicates the current state of that renewal.
Remarks
None
The CreateAssetScriptJobResponse sequence includes the following parameters related to the creation of the asset script job:
Contains the UUID of the new asset job.
Contains the ID of the new asset job.
Contains the domain ID of the new asset job
The AssetScriptJobProperties sequence includes the job properties for the asset script job.
Specifies the job name.
Specifies whether the job description is supplied for the job.
Specifies the description for the job.
Specifies whether the script is supplied for the job.
Specifies the script to be executed on the agent for this script job.
Specifies whether the scheduling options for this job are supplied.
Specifies the scheduling options for the asset job.
The SchedulingOptions sequence is used to schedule a script job to run at specified occasions.
Specifies the frequently of job execution.
Specifies various conditions for executing the job such as the date time range, days of the week, and periodic dependency.
Specifies the factors to consider for executing the job at the scheduled time.
Specifies the actions to be performed before executing the job.
Specifies the actions to be performed after executing the job.
Specifies the parameters for unattended execution of the job.
The Scheduling sequence is used to specify how frequently you want to execute the job.
This field can have following values.
Runs the job only the first time when the asset management agent runs on the computers that are linked with this job.
Runs the job whenever the asset management agent runs on the computers that are linked with this job.
Runs the job for specified number of times (at most 99) on the computers linked with this job.
Default: ALWAYS_RUN_JOB
The Conditions sequence is a scheduling option used to specify the conditions for executing the job.
Specifies date and time range for executing the job.
Specifies whether the job must be run only on the selected days of a week.
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.
Specifies whether there is a periodic dependency.
Specifies the options for periodic dependency.
The Dependency sequence is a scheduling options used to specify the dependency factors for executing a job.
Specifies whether the execution of the job is dependent on the successful completion of another job.
Specifies the job dependency options.
Specifies whether the execution of the job is dependent on the existence of a file.
Specifies file dependency options.
Specifies whether there is any limit to the maximum number of simultaneous executions of an action per scalability server.
Specifies the number of simultaneous executions allowed.
The PreJob sequence is a scheduling option used to specify the actions to be performed before executing the job.
Specifies whether you want to provide the job execution properties.
Specifies the job execution properties.
Specifies whether you want to provide the network drive information.
Provides the required information to map network drive before job execution.
The PostJob sequence is a scheduling option used to specify the actions to be performed after executing the job.
Specifies whether you want to provide post job execution properties.
Specifies the post job execution options.
Specifies whether you want the job to be deleted after the successful execution.
The Miscellaneous sequence is a scheduling option used to run the job unattended.
Specifies whether you want to run the job unattended, that is, without any user interaction.
The DateTimeRestrictions sequence is a scheduling option used to specify the date and time restrictions for executing the job.
Specifies whether you want to provide the date range for executing the job.
Specifies whether you want to provide the time range for executing the job.
Defines the starting date and time for executing the job.
Defines the ending date and time for executing the job.
The FileDependency sequence is a scheduling option used to specify the file dependency options for executing a job.
Specifies the path to the file that you want to check.
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.
The JobDependency sequence is a scheduling option used to specify the job dependency options for executing a job.
Defines the domain ID of the dependent job.
Defines the job ID of the dependent job.
Defines the UUID of the dependent job.
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.
The PeriodicDependency is a scheduling option used to specify the periodic dependency options for executing the job.
Specifies that you want to Executes an action based on this period type.
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.
The JobExecProperties sequence is a scheduling option used to specify the other properties for job execution.
Defines the message text to be shown on the computer before executing the job.
Displays the Yes button in the message. You can customize this to match your message.
Default: &YES
Displays the No button in the message box. You can customize this to match your message.
Default: &NO
Specifies whether messageOK must be applied by default. If this parameter is set to false, messageCancel is applied.
Specifies whether you want to enable the auto select option.
Specifies whether you want to specify the auto select value.
Specifies the time after which the auto select value is applied.
Specifies whether you want to force the execution after certain number of cancellations.
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.
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.
Specifies the date when you want to force the execution of the job.
The NetWorkDrive sequence is a scheduling option used to provide the network drive details for executing a job,
Specifies the drive letter to which you want to map the share.
Specifies the name of the share.
Default: \\SERVER\SHARE
Specifies whether you want to disconnect the temporary drive connection after executing the job.
The PostJobProperties sequence is a scheduling option used to specify the post job properties.
Specifies whether you want to reboot the windows agent computer after executing the job.
Specifies the message text to be displayed before the computer restarts.
Defines the number of seconds the message must be visible. Specify 0 to give infinite timeout.
Restarts the agent computer.
The AssetScriptJobPropertiesRequired sequence is used to retrieve the asset job properties.
Specifies whether you want to retrieve the asset script job name.
Specifies whether you want to retrieve the asset script job description.
Specifies whether you want to retrieve the asset job script.
Specifies whether you want to retrieve the scheduling options of the asset job.
The OpenAssetScriptJobListResponse sequence includes the following parameters related to asset script job list:
Contains the ListHandle to the list opened.
Contains the total number of script jobs in the list.
The GetAssetScriptJobResponse sequence contains the response for the GetAssetScriptJob method.
Contains the ID of the asset job.
Contains the domain ID of the new asset job
Contains the properties retrieved for a given asset script job.
The DayOfTheWeekDependency sequence is a scheduling option used to specify a week day.
Specifies a day in the week.
The GetAssetScriptJobsProperties sequence contains properties of all the asset script jobs.
Contains the UUID of the asset job.
Contains the domain ID of the asset job.
Contains asset job script name.
Specifies whether the job description is supplied for the job.
Contains the description about the job.
Specifies whether the script is supplied for the job.
Contains the script to be executed on the agent for the script job.
Specifies whether the scheduling options of this job are supplied
Contains the scheduling options for the job.
The TriggerInfo sequence is used to specify the information to trigger the asset management and software delivery job check.
Specifies the CF component code.
Specifies the unit type.
Specifies the UUID of the object
Specifies the whether you want to send the wake-on-LAN request.
Specifies the OSIM properties.
Specifies the OSIM property name.
Specifies the OSIM property value.
The OSIMPropertiesWithDesc includes the OSIM property name, property value, and an array of description of the property name and property value.
Specifies the OSIM property name.
Specifies the OSIM property value.
Specifies the Array description for an OSIM property.
The OSIMparameterDesc includes the OSIM parameter description name and description value.
Specifies the OSIM property description name.
Specifies the OSIM property description value.
Specifies the scalability server properties.
Specifies the name of the scalability server.
Specifies the host name of the scalability server.
Specifies the UUID of the scalability server.
Specifies the domain UUID of the scalability server.
Includes brief information about the server.
Specifies the version of the scalability server.
Identifies the last evaluated registration date and time of the scalability server.
Identifies the date and time of the scalability server registration.
Specifies the name of the user account that created the scalability server.
Specifies the last updated date and time of the scalability server.
Specifies the name of the user account that last updated the scalability server.
Specifies the UNC share path of the server.
The following sequences of elements specify the properties required to retrieve the scalability server properties.
Specifies whether the scalability server name is required.
Specifies whether the scalability server host name is required.
Specifies whether the scalability server UUID is required.
Specifies whether the scalability server domain UUID is required.
Specifies whether the scalability server description is required.
Specifies whether the scalability server version is required.
Specifies whether the last date and time of evaluation of the scalability server name is required.
Specifies whether the details about the user who created the scalability server is required.
Specifies whether the date and time of creation of the scalability server is required.
Specifies whether the date and time of last update of the scalability server is required.
Specifies whether the details about the user who last updated the scalability server is required.
Specifies whether the scalability server UNC share path is required.
The following sequences of elements specify a search filter when you are searching or listing OS images.
Specifies the search property.
Specifies the value of the search filter to be applied when the search is performed on a string property.
Specifies the changed or activated date and time of the target computer.
Specifies the filtercondition to be applied.
Specifies the OS image properties.
Specifies the name of the OS image.
Specifies OS image type.
Specifies the operating environment of OS image.
Specifies the date and time of the OS image registration with the domain manager.
Specifies the name of the related SD package.
Specifies the version of the related SD package.
Specifies the comment related with the SD package.
Specifies the SD code of the OS associated with the OS image.
Specifies the locale of the OS image.
Specifies the image flags associated with the OS image.
The following sequences of elements specify a search filter when you are searching or listing OS images.
Specifies the search property.
Specifies the value of the search filter to be applied when the search is performed on a string property.
Specifies the changed or activated date and time of the target computer.
Specifies the filtercondition to be applied.
Specifies the configuration state of the OSIM target computer.
The following are the OSIMTargetProperties:
Specifies the name of the target computer.
Specifies MAC Address of the target computer.
Specifies the configuration state of the target computer.
Specifies the changed or activated date and time of the target computer.
Specifies the name of the OS image.
The following sequences of elements specify a search filter when you are searching or listing computers.
Specifies the computer property to be searched.
Specifies the filter condition.
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:
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:
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:
Specifies the value of the search filter to be applied when the search is performed on AMAgent status.
Specifies the value of the search filter to be applied when the search is performed on SDAgent status.
Specifies the value of the search filter to be applied when the search is performed on RCAgent status.
Specifies the value of the search filter to be applied when the search is performed on Protection status.
Specifies the value of the search filter to be applied when the search is performed on Anti-Spyware agent status.
Specifies the value of the search filter to be applied when the search is performed on Anti-Virus agent status.
Specifies the value of the search filter to be applied when the search is performed on HIPS status.
Specifies the value of the search filter to be applied when the search is performed on agent restrictions.
COMPUTER-AGENT-RESTRICTIONS
The following sequences of elements specify the properties required when you are retrieving properties of a computer:
Specifies whether computer UUID is required
Specifies whether computer name or label is required
Specifies whether computer domain UUID is required.
Specifies whether computer primary network address is required.
Specifies whether computer host UUID is required.
Specifies whether computer Asset source UUID is required.
Specifies whether computer Hostname is required.
set to true, if computer serial number is required.
Specifies whether computer Disc serial number is required.
Specifies whether computer MAC Address is required.
Specifies whether computer Asset tag is required.
Specifies whether computer OS is required.
Specifies whether computer usage list is required.
Specifies whether computer URI is required.
Specifies whether computer system ID is required.
Specifies whether computer vendor name is required.
Specifies whether computer Domain Label is required.
Specifies whether the details about the user who created the computer is required.
Specifies whether computer creation date is required.
Specifies whether the details about the user who last updated the computer is required.
Specifies whether computer last updated date time is required.
Specifies whether computer version number is required.
Specifies whether computer agent name is required.
Specifies whether agent restrictions is required.
Specifies whether computer Asset description is required.
Specifies whether computer user defined data1 is required.
Specifies whether computer user defined data2 is required.
Specifies whether computer user defined data3 is required.
Specifies whether computer user defined data4 is required.
Specifies whether Agent Scalability server name is required.
Specifies whether agent creation date and time is required.
Specifies whether agent last run date and time is required.
Specifies whether agent IP Address is required.
Specifies whether agent trust level is required.
Specifies whether agent origin is required.
Specifies whether AM agent status is required.
Specifies whether SD agent status is required.
Specifies whether RC agent status is required.
Specifies whether Protection agent status is required.
Specifies whether Anti-Spyware agent status is required
Specifies whether Anti-Virus agent status is required
Specifies whether HIPS agent status is required.
Specifies the date and time structure.
The following sequence of elements represents the date and time structure:
The following sequences of elements specify the properties required when you are retrieving the properties of a computer.
Specifies the UUID of the computer.
Specifies the display name of the computer.
Specifies the UUID identifying the Client Automation domain of the computer.
Specifies the IP address of the computer in 0.0.0.0 format.
Specifies the agent-generated UUID that identifies the computer.
Specifies the UUID identifying the common CA asset to which this computer is linked.
Specifies the host name of the computer.
Specifies the serial number of the computer.
Specifies the serial number of the computer disc.
Specifies the MAC address of the computer. The string must have a maximum length of 64 characters.
Specifies the string value that identifies a computer asset.
Specifies the numeric value indicating the class of the computer object. For example, Operating System.
Specifies the computer usage list mask.
Specifies the fully qualified Uniform Resource Identifier of the computer.
Specifies the user-defined identifier for computer.
Specifies the name of the computer vendor.
Specifies the display name of the DSM domain to which the computer belongs.
Specifies the name of the user account that created the computer record.
Specifies the computer creation date and time.
Specifies the name of the user account that last updated the computer properties.
Specifies the date and time when the computer properties were last updated.
Specifies the version number of the computer record.
Note: The version number is incremented each time a record is updated.
Specifies the agent name of the computer.
Specifies the agent restrictions.
Specifies the agent description.
Specifies the user defined data1.
Specifies the user defined data2.
Specifies the user defined data3.
Specifies the user defined data4.
Specifies the name of the scalability server that the agent is pointing to.
Specifies the agent creation data and time.
Specifies the agent last run date and time.
Specifies the IP address of the agent.
Specifies the trust level of the agent.
Specifies the origin of the agent.
Specifies the AM Agent status.
Specifies the SD Agent status.
Specifies the RC Agent status.
Specifies the Protection Agent status.
Specifies the ASP status.
Specifies the AV status.
Specifies the HIPS status.
Specifies the properties required to create an OSIM computer.
The following are the properties:
Specifies the name of the computer label to be created.
Specifies the name of the host name of the computer to be created.
Specifies if the host name of the computer is specified.
Specifies the IP address of the computer to be created.
Specifies the serial number of the computer to be created.
Specifies if the computer serial number is specified.
Specifies the asset tag of the computer to be created.
Specifies if the computer asset tag is specified.
Specifies the computer type.
Specifies if the computer type is specified.
Specifies the operation system type.
Specifies the name of the scalability server of the agent
Specifies if the scalabilityserver name is specified.
Specifies the Agent properties for the computer to be created.
Specifies the agent description.
Specifies if the description is specified.
Specifies the SD Agent properties for the computer to be created.
Specifies if the sdAgentProperties is specified.
Specifies the user who created the computer.
Default: Blank
Specifies if the username is specified. The possible values are True or False.
Specifies the phone number of user who created the computer.
Specifies if the phone number is specified. The possible values are True or False.
Specifies the location of user who created the computer.
Default: Blank.
Specifies if the location of the user is specified. The possible values are True or False.
Specifies the user comments.
Specifies if the user comments are available. The possible values are True or False.
Specifies the computer MAC Address.
Specifies if the computer MAC address is specified. The possible values are True or False.
Specifies the OSIM image.
Specifies if the boot server name
If the name is not specified, the scalability server name is taken as the OSIM boot server name.
Specifies if the boot server name is supplied. The possible values are True or False.
Specifies the OS image properties.
Specifies the name of the OS image.
Specifies OS image type.
Specifies the operating environment of OS image.
Specifies the date and time of the OS image registration with the domain manager.
Specifies the name of the related SD package.
Specifies the version of the related SD package.
Specifies the comment related with the SD package.
Specifies the SD code of the OS associated with the OS image.
Specifies the locale of the OS image.
Specifies the image flags associated with the OS image.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|