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
Example response
{
"success": true,
"message": "high-performance-profile registered successfully in EDH"
}