GET
/
v1
/
installs
/
{install_id}
/
deploys
/
{deploy_id}
/
plan
curl --request GET \
  --url https://ctl.prod.nuon.co/v1/installs/{install_id}/deploys/{deploy_id}/plan \
  --header 'Authorization: <api-key>'
{
  "actual": "<any>"
}

Authorizations

Authorization
string
headerrequired

Type "Bearer" followed by a space and token.

Path Parameters

install_id
string
required

install ID

deploy_id
string
required

deploy ID

Response

200 - application/json
actual
any

Types that are assignable to Actual:

*Plan_WaypointPlan
*Plan_NoopPlan