edge_stacks
Create an EdgeStack from a text
Access policy: administrator
post/edge_stacks/create/string
Query parameters
dryrunstring
if true, will not create an edge stack, but just will check the settings and return a non-persisted edge stack object
Request body
Example request
{
"EdgeGroups": [
1
],
"Name": "stack-name",
"StackFileContent": "version: 3\n services:\n web:\n image:nginx"
}Response
OK
Example response
{
"CreatedBy": "admin",
"CreatedByUserId": "1",
"Id": 1
}