Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
runner-configs
get app runner configs
curl --request GET \
  --url https://api.nuon.co/v1/apps/{app_id}/runner-configs \
  --header 'Authorization: <api-key>'
[
  {
    "app_config_id": "<string>",
    "app_id": "<string>",
    "app_runner_type": "unknown",
    "cloud_platform": "aws",
    "created_at": "<string>",
    "created_by_id": "<string>",
    "env_vars": {},
    "helm_driver": "<string>",
    "id": "<string>",
    "init_script": "<string>",
    "org_id": "<string>",
    "updated_at": "<string>"
  }
]

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

offset
integer
default:0

offset of jobs to return

limit
integer
default:10

limit of jobs to return

page
integer
default:0

page number of results to return

Response

OK

app_config_id
string
app_id
string
app_runner_type
enum<string>
Available options:
unknown,
aws-ecs,
aws-eks,
azure-aks,
azure-acs,
gcp-gke,
local,
aws,
azure,
gcp
cloud_platform
enum<string>
Available options:
aws,
azure,
gcp,
unknown
created_at
string
created_by_id
string
env_vars
object
helm_driver
string
id
string
init_script
string

takes a URL to a bash script ⤵ which will be curl | bash-ed on the VM. usually via user-data or equivalent.

org_id
string
updated_at
string