NSHScriptJob - getNSHScriptParamValues
NSHScriptJob - getNSHScriptParamValues
Description :
This command retrieves the parameters for the NSH Script Job.
Return type : String
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
jobKey | DBKey | Handle to the NSH Script Job to retrieve the parameter values from. |
Example
The following example gets a DBKey of NSH Script Job, and returns the job's parameter values.
Script
JOB_FOLDER="/NSHScriptJobs"
JOB_NAME="NSHScriptJobWithParamters"
JOB_KEY=`blcli NSHScriptJob getDBKeyByGroupAndName $JOB_FOLDER $JOB_NAME`
JOB_PARAMETER_VALUES=`blcli NSHScriptJob getNSHScriptParamValues $JOB_KEY`
Was this page helpful? Yes No
Submitting...
Thank you
Comments