List Chart Repository Connections Using GET
API code: GET-CHART-REPOSITORY-CONNECTIONS
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
GET
https://{api_host}/api/alp/v1/chart-repositories
COPY
Responses
200
OK
Returns
Page_ChartRepositoryConnection_
of type(s)
application/json
{
"items": [
{
"accept_self_signed_ssl": false,
"auth_mode": "string",
"id": "string",
"token": "string",
"url": "string",
"username": "string"
}
],
"page_info": {
"limit": 0,
"offset": 0,
"total": 0
}
}
array of
object
items
Optional
items
object
page_info
Optional
page_info
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/alp/v1/chart-repositories
Chart Repositories Operations
GET
List Chart Repository Connections Using GET
POST
Create Chart Repository Connection Using POST
GET
Get Chart Repository Connection Using GET
PUT
Update Chart Repository Connection Using PUT
DELETE
Delete Chart Repository Connection Using DELETE
GET
Get Repository Apps Using GET