List helm repositories
GET/v1/api/cd/helm/repositories
Query parameters
Responses
| Parameter | Type | Description |
|---|---|---|
q | string | — |
health | string | — |
page | integer | — |
per_page | integer | — |
Response samples
200
{
"data": [
{
"error": "string",
"health": "pullable",
"id": "string",
"inserted_at": "string",
"provider": "basic",
"pulled_at": "string",
"updated_at": "string",
"url": "string"
}
]
}