v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
Target Nodes

Retrieve the current state of target node sessions

Returns the current state (pending, running, stopped, etc.) for one or more target node sessions

get/api/target_nodes/session_state

Query parameters

session_uuidstring required

Comma-separated list of session UUIDs to check

Headers

X-EDH-USERstring required

EDH username for authentication

X-EDH-TOKENstring required

EDH authentication token

Response

Session states retrieved successfully

successboolean
messageobject

Dictionary mapping session UUIDs to their current states

Example response

{
  "success": true,
  "message": {
    "550e8400-e29b-41d4-a716-446655440000": "running",
    "660e8400-e29b-41d4-a716-446655440001": "stopped"
  }
}