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