Python
import requests url = "https://platform.ankra.app/org/helm/registries/{registry_name}" headers = {"Authorization": "Bearer <token>"} response = requests.get(url, headers=headers) print(response.text)
{ "registry": { "name": "<string>", "url": "<string>", "credential_name": "<string>", "delete_permanently": false, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "charts": [ { "name": "<string>", "version": "<string>", "package_url": "<string>", "digest": "<string>", "registry_name": "<string>", "registry_url": "<string>", "tgz_s3_link": "<string>", "is_deprecated": false, "created": "2023-11-07T05:31:56Z", "description": "<string>", "icon": "<string>", "sources": [ "<string>" ], "maintainers": [ { "name": "<string>", "email": "<string>", "url": "<string>" } ], "keywords": [ "<string>" ], "home_url": "<string>", "readme_s3_link": "<string>", "values_s3_link": "<string>", "values_schema_s3_link": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "registry_credential_name": "<string>" } ], "indexing": true, "pagination": { "page": 123, "page_size": 123, "total_pages": 123, "total_count": 123 }, "last_indexed_at": "2023-11-07T05:31:56Z", "read_job_interval": 123, "organisation_id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
Successful Response
Show child attributes