Get running processes Beta
Get a list of all processes running on an endpoint.
POST /api/endpoint/action/running_procs
curl \
-X POST https://localhost:5601/api/endpoint/action/running_procs \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31"
Request examples
{
"body": {
"agent_type": "endpoint",
"alert_ids": [
"string"
],
"case_ids": [
"string"
],
"comment": "string",
"endpoint_ids": [
"string"
],
"parameters": {}
}
}
Response examples (200)
{}