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

Authorizations

Authorization
string
header
required

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
OK
actual
any

Types that are assignable to Actual:

*Plan_WaypointPlan
*Plan_NoopPlan