Get snapshot repositories

edit

Retrieves a list of available snapshot repository configurations. To access the configuration contents, you must have privileged permissions.

Request

edit

GET /api/v1/platform/configuration/snapshots/repositories

Responses

edit
200

(RepositoryConfigs) List of snapshot repository configs

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request example

edit
curl -XGET https://{{hostname}}/api/v1/platform/configuration/snapshots/repositories \
-H "Authorization: ApiKey $ECE_API_KEY"