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 https://localhost:5601/api/endpoint/action/runscript \
--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)
{}