UpgradeModelObjectsJob - createUpgradeModelObjectsJob
UpgradeModelObjectsJob - createUpgradeModelObjectsJob
Description :
This command creates an Upgrade Model Objects Job.
The jobName argument is the name of the Upgrade Model Objects Job you want to create. The groupId is the ID of the group in which you want to create the job. This command returns a handle to the newly created job. The DBKey can be used in other commands that need to reference the job you have created.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
jobName | String | Name of the job to be created. |
groupId | Integer | ID of the parent job group for the job. |
Example
The following example creates a Upgrade Model Objects Job.
Script
JOB_GROUP_ID=`blcli JobGroup groupNameToId /group1`
JOB_KEY=`blcli UpgradeModelObjectsJob createUpgradeModelObjectsJob upgrade_objs_job $JOB_GROUP_ID`
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*