Get snapshot repositoriesedit

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

Requestedit

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

Responsesedit

200

(RepositoryConfigs) The list of snapshot repository configurations are retrieved.

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

Request exampleedit

curl -XGET {{hostname}}/api/v1/platform/configuration/snapshots/repositories \
-u $CLOUD_USER:$CLOUD_KEY