Skip to main content
GET
get latest app runner config

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

app_id
string
required

app ID

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.

instance_type
string

InstanceType is the cloud machine/instance type for the install runner host, mapped per cloud platform.

org_id
string
phone_home_script_url
string

PhoneHomeScriptURL overrides the phone-home Lambda source fetched at stack render time. Per app so a single app can be moved onto a new script version without touching anyone else: the default is shared by every org, so changing it ships to the whole fleet on their next stack regeneration.

public_api_url
string

PublicAPIURL overrides the Nuon public API endpoint used for phone-home callbacks.

runner_api_url
string

RunnerAPIURL overrides the Nuon runner API endpoint for installs using this config.

updated_at
string