GET
/
v1
/
components
/
{component_id}
/
builds
/
{build_id}
/
plan
curl --request GET \
  --url https://ctl.prod.nuon.co/v1/components/{component_id}/builds/{build_id}/plan \
  --header 'Authorization: <api-key>'
{
  "actual": "<any>"
}

Authorizations

Authorization
string
headerrequired

Type "Bearer" followed by a space and token.

Path Parameters

component_id
string
required

component ID

build_id
string
required

build ID

Response

200 - application/json
actual
any

Types that are assignable to Actual:

*Plan_WaypointPlan
*Plan_NoopPlan