v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
Target Nodes

Create a new target node profile

Creates a new target node profile with specified instance types, subnets, and resource limits

post/api/target_nodes/profiles

Headers

X-EDH-USERstring required

EDH username for authentication

X-EDH-TOKENstring required

Authentication token for the EDH user

Response

Target node profile created successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "high-performance-profile registered successfully in EDH"
}