List Chart Repository Connections Using GET

List Chart Repository Connections Using GET

API code: GET-CHART-REPOSITORY-CONNECTIONS Pre-authorized role(s): PROVIDER_ADMIN

Request
URI
GET
https:////localhost/api/alp/v1/chart-repositories
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Page_ChartRepositoryConnection_ of type(s) application/json
{
    "items": [
        {
            "accept_self_signed_ssl": "boolean",
            "auth_mode": "string",
            "id": "string",
            "token": "string",
            "url": "string",
            "username": "string"
        }
    ],
    "page_info": {
        "limit": "integer",
        "offset": "integer",
        "total": "integer"
    }
}
items
Optional

items

page_info
Optional

page_info