Skip to main content
GET
Get Addon Values Endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Path Parameters

cluster_id
string<uuid4>
required
addon_name
string
required

Response

Successful Response

Response shape mirrors the v2 web endpoint so existing clients (the Ankra CLI) can parse result.cluster_addon_configuration.values directly. Unlike v2 this endpoint never touches the cluster agent or Argo CD: it reads the DB-stored plaintext base64 values only.

result
ClusterAddonValuesResult · object | null