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