Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

DeployJob - addOneTimeSchedule


DeployJob - addOneTimeSchedule

Description :

This command adds a one-time schedule to a Deploy Job. If this Deploy Job already had a schedule, this command replaces the old schedule with the schedule you are adding now. If approval is enabled for the job type use the other command which takes in approval ID as an additional input.

The argument jobKey is a handle to the job being modified. To find the jobKey, use the getDBKeyByGroupAndName command.

The dateString argument defines a one-time schedule to be added to the job definition. It must be in the format YYYY-MM-DD HH:MM:SS.

This command does not send a job notification. To add a schedule that includes notifications, see the addOneTimeScheduleWithSNMPNotification or addOneTimeScheduleWithEMailNotification commands.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

jobKey

com.bladelogic.om.infra.model.base.keys.SJobKey

Handle to the job.

dateString

String

One-time schedule to be added. The date string must be in the format YYYY-MM-DD HH:MM:SS.

Example

The following example shows how to add a single Deploy Job run on the 1st of January 2005 at 11:35 PM.

Script





DATE_STRING="2005-01-01 23:35:00"

JOB_KEY=`blcli DeployJob  [getDBKeyByGroupAndName|DeployJob - getDBKeyByGroupAndName] /deploys deployconfig`

JOB_KEY=`blcli DeployJob  [addOneTimeSchedule|DeployJob - addOneTimeSchedule] $JOB_KEY "$DATE_STRING"`



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation Command Line Interface 8.3