v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
Target Nodes

Create a new software stack

Register a new software stack with AMI and configuration details

post/api/target_nodes/software_stacks

Headers

X-EDH-USERstring required
Example:admin

EDH username for authentication

X-EDH-TOKENstring required
Example:abc123token

EDH authentication token

Response

Software stack created successfully

successboolean required
messagestring required

Example response

{
  "success": true,
  "message": "ami-12345678 registered successfully in EDH as Ubuntu 20.04 LTS"
}