v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
Target Nodes

Retrieve target node sessions for the authenticated user

Returns a list of target node sessions with detailed information including connection strings and instance details

get/api/target_nodes/list

Query parameters

is_active'true' | 'false' required

Filter by active status (true/false)

session_uuidstring uuid

Filter by specific session UUID

state'pending' | 'running' | 'stopped' | 'terminated' | 'error'

Filter by session state

Headers

X-EDH-USERstring required

EDH username for authentication

X-EDH-TOKENstring required

Authentication token for the EDH user

Response

Target node sessions retrieved successfully

successboolean
messageobject

Dictionary of session UUIDs mapped to session details

Example response

{
  "success": true
}