GET
/
v1
/
releases
/
{release_id}
/
steps
curl --request GET \
  --url https://ctl.prod.nuon.co/v1/releases/{release_id}/steps \
  --header 'Authorization: <api-key>'
[
  {
    "component_release_id": "<string>",
    "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>",
    "delay": "<string>",
    "id": "<string>",
    "install_deploys": [
      {
        "build_id": "<string>",
        "component_id": "<string>",
        "component_name": "<string>",
        "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>",
        "id": "<string>",
        "install_component_id": "<string>",
        "install_deploy_type": "release",
        "install_id": "<string>",
        "release_id": "<string>",
        "status": "<string>",
        "status_description": "<string>",
        "updated_at": "<string>"
      }
    ],
    "requested_install_ids": [
      "<string>"
    ],
    "status": "<string>",
    "status_description": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

Authorization
string
headerrequired

Type "Bearer" followed by a space and token.

Path Parameters

release_id
string
required

release ID

Response

200 - application/json
component_release_id
string

parent release ID

created_at
string
created_by
object
created_by_id
string
delay
string

fields to control the delay of the individual step, as this is set based on the parent strategy

id
string
install_deploys
object[]
requested_install_ids
string[]

When a step is created, a set of installs are targeted. However, by the time the release step goes out, the install might have been setup in any order of ways.

status
string
status_description
string
updated_at
string