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
Example response
{
"success": true
}