Login Nodes

List all running login node instances

Retrieve full EC2 instance details for all running login nodes in the SOCA cluster

get/api/login_nodes/list

Headers

X-EDH-USERstring required

SOCA username for authentication

X-EDH-TOKENstring required

SOCA authentication token

Response

Login node instances retrieved successfully

successboolean
messageobject[]

List of EC2 instance objects for running login nodes

Example response

{
  "success": true
}

Changes