Get snapshot repository

edit

Retrieves the snapshot repository configuration. To access the configuration contents, you must have privileged permissions.

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

Request example

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