API Script
Use the API script to define settings that affect all API processes in a batch. The API script that Cobra uses to control the API process is a simple ASCII text file.
The API script has two sections:
- Settings
- Process
API Script Structure
[Settings]
<setting 1>=<setting 1 value>
<setting 2>=<setting 2 value>
. . .
<setting n>=<setting n value>
[Process001]
ProcessID=<pre-defined process id>
<process 1 setting 2>=<process 1 value2>
<process 1 setting 3>=<process 1 value 3>
. . .
<process 1 setting n>=<process 1 value n>
[Process002]
ProcessID=<pre-defined process id>
<process 2 setting 2>=<process 2 value2>
<process 2 setting 3>=<process 2 value 3>
. . .
<process 2 setting n>=<process 2 value n>
. . .
[ProcessN]
ProcessID=<pre-defined process id>
<process N setting 2>=<process N value2>
<process N setting 3>=<process N value 3>
. . .
<process N setting n>=<process N value
Related Topics:
Settings Section of the API Script
The settings that affect all API processes are defined in the Settings section of the API script.
Process Sections of the API Script
Use the process sections of the API script to define the API processes that you want to run in a batch.