Configuration Service
Get Repo Metadata
Retreives following metadata of Configuration service :
- Repository Path
- Annex store Path
- Annex file min Size
- Max Config File Size
get/metadata
Response
OK
Example response
{
"repoPath": "/tmp/csw-config-svn",
"annexPath": "/tmp/csw-config-annex-files",
"annexMinFileSize": "10 MiB",
"maxConfigFileSize": "50 MiB"
}