Get snapshot repository

edit

Retrieve a repository configuration by name. Privileged access required for configuration contents.

Request

edit

GET /api/v1/platform/configuration/snapshots/repositories/{repository_name}

Path parameters

edit
Name Type Required Description

repository_name

string

Y

The name of the snapshot repository configuration.

Responses

edit
200

(RepositoryConfig) Retrieve snapshot repository config

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

Request example

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