API Reference
apps
components
- GETget all components for an app
- GETget all components for an org
- GETget a component
- PATCHupdate a component
- GETGet all builds for a component
- POSTcreate component build
- GETget latest build for a component
- GETget a build for a component
- GETGet component build plan
- GETget all configs for a component
- POSTcreate a docker build component config
- POSTcreate an external image component config
- POSTcreate a helm component config
- GETget latest config for a component
- POSTcreate a terraform component config
installers
installs
- GETget all installs for an app
- POSTcreate an app install
- GETget an install
- POSTCreate an app install from an installer
- GETget all installs for an org
- DELdelete an install
- PATCHupdate an install
- GETget an install component
- GETget an installs components
- GETget an install components deploys
- GETget the latest deploy for an install component
- POSTdeploy a build to an install
- GETget an install deploy
- GETget install deploy plan
- GETget an installs inputs
- POSTcreate install inputs
- PATCHUpdates install input config for app
- GETget an installs current inputs
- GETget an installs sandbox runs
releases
general
orgs
sandboxes
Get all sandboxes
GET
/
v1
/
sandboxes
curl --request GET \
--url https://ctl.prod.nuon.co/v1/sandboxes
[
{
"created_at": "<string>",
"created_by": {
"created_at": "<string>",
"created_by_id": "<string>",
"email": "<string>",
"expires_at": "<string>",
"id": "<string>",
"issued_at": "<string>",
"issuer": "<string>",
"subject": "<string>",
"token_type": "auth0",
"updated_at": "<string>"
},
"created_by_id": "<string>",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"releases": [
{
"created_at": "<string>",
"created_by": {
"created_at": "<string>",
"created_by_id": "<string>",
"email": "<string>",
"expires_at": "<string>",
"id": "<string>",
"issued_at": "<string>",
"issuer": "<string>",
"subject": "<string>",
"token_type": "auth0",
"updated_at": "<string>"
},
"created_by_id": "<string>",
"deprovision_policy_url": "<string>",
"id": "<string>",
"one_click_role_template_url": "<string>",
"provision_policy_url": "<string>",
"trust_policy_url": "<string>",
"updated_at": "<string>",
"version": "<string>"
}
],
"updated_at": "<string>"
}
]
Response
200 - application/json
OK
claim data
Available options:
auth0
, integration
, canary
, admin
claim data
Available options:
auth0
, integration
, canary
, admin
curl --request GET \
--url https://ctl.prod.nuon.co/v1/sandboxes
[
{
"created_at": "<string>",
"created_by": {
"created_at": "<string>",
"created_by_id": "<string>",
"email": "<string>",
"expires_at": "<string>",
"id": "<string>",
"issued_at": "<string>",
"issuer": "<string>",
"subject": "<string>",
"token_type": "auth0",
"updated_at": "<string>"
},
"created_by_id": "<string>",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"releases": [
{
"created_at": "<string>",
"created_by": {
"created_at": "<string>",
"created_by_id": "<string>",
"email": "<string>",
"expires_at": "<string>",
"id": "<string>",
"issued_at": "<string>",
"issuer": "<string>",
"subject": "<string>",
"token_type": "auth0",
"updated_at": "<string>"
},
"created_by_id": "<string>",
"deprovision_policy_url": "<string>",
"id": "<string>",
"one_click_role_template_url": "<string>",
"provision_policy_url": "<string>",
"trust_policy_url": "<string>",
"updated_at": "<string>",
"version": "<string>"
}
],
"updated_at": "<string>"
}
]