Python
import requests url = "https://platform.ankra.app/api/v1/org/helm/charts/clusters/{repository_name}/{chart_name}" headers = {"Authorization": "Bearer <token>"} response = requests.get(url, headers=headers) print(response.text)
{ "result": [ { "cluster_id": "<string>", "cluster_name": "<string>", "cluster_kind": "imported", "addon_name": "<string>", "stack_name": "<string>", "installed_version": "<string>" } ], "total": 123, "page": 123, "page_size": 123, "latest_version": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
253
x >= 1
1 <= x <= 100
200
Successful Response
Show child attributes