Body
Required
parameters
object Required Exactly one of 'Raw', 'HostPath', or 'CloudFile' must be provided. CommandLine and Timeout are optional for all.
POST
/api/endpoint/action/runscript
curl \
--request POST 'http://localhost:5622/api/endpoint/action/runscript' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"parameters":{"commandLine":"string","raw":"string","timeout":42}}'
Request examples
{
"parameters": {
"commandLine": "string",
"raw": "string",
"timeout": 42
}
}
Response examples (200)
{}