A newer version is available. For the latest information, see the
current release documentation.
Get snapshot repositoryedit
Retrieves the snapshot repository configuration. To access the configuration contents, you must have privileged permissions.
Requestedit
GET /api/v1/platform/configuration/snapshots/repositories/{repository_name}
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
The name of the snapshot repository configuration. |
Responsesedit
-
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 exampleedit
curl -XGET https://{{hostname}}/api/v1/platform/configuration/snapshots/repositories/{repository_name} \ -H "Authorization: ApiKey $ECE_API_KEY"