Get helm repository by url
GET/v1/api/cd/helm/repositories/url
Query parameters
Responses
| Parameter | Type | Description |
|---|---|---|
urlrequired | string | — |
Response samples
200
{
"error": "string",
"health": "pullable",
"id": "string",
"inserted_at": "string",
"provider": "basic",
"pulled_at": "string",
"updated_at": "string",
"url": "string"
}