GET
/
api
/
v1
/
clusters
/
{cluster_id}
/
addons
{
  "result": [
    {
      "name": "<string>",
      "chart_name": "<string>",
      "chart_version": "<string>",
      "repository_url": "<string>",
      "namespace": "<string>",
      "stack_name": "<string>",
      "health": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "state": "planned",
      "through_ankra": false,
      "icon": "<string>"
    }
  ],
  "pagination": {
    "page": 123,
    "page_size": 123,
    "total_pages": 123,
    "total_count": 123
  }
}

Headers

authorization
string | null

Path Parameters

cluster_id
string
required

Query Parameters

page
integer
default:1
page_size
integer
default:25

Response

200
application/json

Successful Response

The response is of type object.