Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
template-config
get an app config template
curl --request GET \
  --url https://api.nuon.co/v1/apps/{app_id}/template-config \
  --header 'Authorization: <api-key>'
{
  "content": "<string>",
  "filename": "<string>",
  "format": "",
  "type": "aws-ecs"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

app_id
string
required

app ID

Query Parameters

type
enum<string>
required

app template type

Available options:
aws-ecs,
aws-ecs-byovpc,
aws-eks,
aws-eks-byovpc,
azure-aks,
flat,
top-level,
installer,
runner,
sandbox,
inputs,
terraform,
terraformInfra,
helm,
docker-build,
job,
container-image,
ecr-container-image

Response

Created

content
string
filename
string
format
enum<string>
Available options:
,
v2
type
enum<string>
Available options:
aws-ecs,
aws-ecs-byovpc,
aws-eks,
aws-eks-byovpc,
azure-aks,
flat,
top-level,
installer,
runner,
sandbox,
inputs,
terraform,
terraformInfra,
helm,
docker-build,
job,
container-image,
ecr-container-image