Target Nodes
Create a new target node session for CAE simulations
Creates a new target node session with specified configuration including instance type, software stack, and networking parameters
post/api/target_nodes/create
Headers
X-EDH-USERstring required
EDH username for authentication
X-EDH-TOKENstring required
Authentication token for the EDH user
Response
Target node session created successfully
Example response
{
"success": true,
"message": "Session my-simulation-session started successfully."
}