Get Addon Values Endpoint
Imported Clusters
Get Addon Values Endpoint
Returns the addon’s DB-stored values (plaintext, base64-encoded).
Unlike the web UI v2 endpoint this never queries the cluster agent or Argo CD; the CLI only needs the values for Helm-style —set mutation.
GET
Get Addon Values Endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.ankra.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.