Information

This site will undergo a brief period of maintenance on Thursday, 23 April at 2:30 AM Central/1:00 PM IST. During a 30 minute window, site availability may be intermittent.

ExecutionTask - setAutoGenerated


ExecutionTask - setAutoGenerated

Description:

This command sets the AUTO_GENERATED property for an Execution Task.

Return type: DBKey

Command Input :

Variable Name

Variable Type

Description

etGroup

String

Execution Task Group.

etName

String

Name of the Execution Task.

autoGen

Boolean

AUTO_GENERATED: true/false.

Example

The following example shows how to set the AUTO_GENERATED property of an existing Execution Task:

Script

etGroup = "/Sample_ExecutionTask_Group"
etName = "Sample_ExecutionTask"
autoGen = true

ET_KEY=`blcli ExecutionTask setAutoGenerated $etGroup $etName $autoGen`


 

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

TrueSight Server Automation Command Line Interface 24.4