Applications
Export application profile
Exports an application profile configuration for backup or migration (admin access required)
get/api/applications/export
Query parameters
application_idstring required
ID of the application profile to export
Headers
X-EDH-USERstring required
EDH username for authentication (must be admin)
X-EDH-TOKENstring required
EDH authentication token
Response
Application profile exported successfully
Example response
{
"success": true,
"message": {
"Instructions": "https://awslabs.github.io/engineering-development-hub-documentation/documentation/web-interface/import-export-application-profiles",
"profile_form": "<form><input name='cores' type='number' /></form>",
"profile_job": "#!/bin/bash module load ansys fluent -g",
"profile_interpreter": "bash",
"profile_thumbnail": "data:image/png;base64,..."
}
}