BatchExecution

BatchExecution
BatchExecution
JSON Example
{
    "token": "string",
    "executions": [
        {
            "actionId": "string",
            "error": "string",
            "inputs": {
                "executionId": "string",
                "parameters": [
                    {
                        "value": {
                            "0": "V",
                            "1": "a",
                            "2": "l",
                            "3": "u",
                            "4": "e",
                            "5": " ",
                            "6": "O",
                            "7": "b",
                            "8": "j",
                            "9": "e",
                            "10": "c",
                            "11": "t"
                        },
                        "name": "string",
                        "type": "Example types are: SecureString, MimeAttachment, Regexp, Array/VC:VirtualMachine, boolean, string and etc.",
                        "description": "string",
                        "scope": "string",
                        "updated": false,
                        "encrypt-value": false
                    }
                ],
                "profilerOptions": {
                    "enabled": false,
                    "debuggerEnabled": false,
                    "tokenReplayEnabled": false
                }
            }
        }
    ]
}
string
token
Optional

token

array of Execution
executions
Optional

executions