v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
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

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Session my-simulation-session started successfully."
}