v1

latestOpenAPI 3.0.0Apache 2.02026-07-1713716.5 KB
Configuration Service

Get Repo Metadata

Retreives following metadata of Configuration service :

  1. Repository Path
  2. Annex store Path
  3. Annex file min Size
  4. Max Config File Size
get/metadata

Response

OK

repoPathstring

Repository file path.

annexPathstring

Annex repository file path.

annexMinFileSizestring

Minimum file size limit, above which file will be uploaded in annex store.

maxConfigFileSizestring

Maximum allowed size for configuration file to be uploaded in repository.

Example response

{
  "repoPath": "/tmp/csw-config-svn",
  "annexPath": "/tmp/csw-config-annex-files",
  "annexMinFileSize": "10 MiB",
  "maxConfigFileSize": "50 MiB"
}