Utility - exportVSMDiscoveryRun
Utility - exportVSMDiscoveryRun
Description :
This command exports the results (job run log) of a VSM Discovery run to a file. You must identify the job run by its run Key.
Return type : java.lang.Void
Command Input :
Variable Name |
Variable Type |
Description |
---|---|---|
runId |
Integer |
ID of the VSM Job run whose results you want to export. |
exportFileName |
String |
Name of the file that holds the export. |
Example
The following example shows how to export the job run result of a VSM Discovery Job.
Script
blcli Utility exportVSMDiscoveryRun $JOB_ID "C:/temp/sampleJobResult.csv"
Was this page helpful? Yes No
Submitting...
Thank you
Comments