Applications
Create application profile
Creates a new application profile with job submission form and script (admin access required)
post/api/applications/application
Headers
X-EDH-USERstring required
EDH username for authentication (must be admin)
X-EDH-TOKENstring required
EDH authentication token
Response
Application profile created successfully
Example response
{
"success": true,
"message": "ANSYS Fluent created successfully"
}