Get snapshot repository
Retrieves the snapshot repository configuration. To access the configuration contents, you must have privileged permissions.
Path parameters
-
The name of the snapshot repository configuration.
GET /platform/configuration/snapshots/repositories/{repository_name}
curl \
-X GET https://{{hostname}}/api/v1/platform/configuration/snapshots/repositories/{repository_name}
Response examples (200)
{
"repository_name": "string",
"config": {}
}