REST API Backup settings
I need to use the REST API to backup teamcity using some specific settings, but it seems that, based of the documentation, some of the settings available through the web UI are not available through the API. I need the backup to match that created by TC with the following settings selected in the web UI.

I'm using the following:
/server/backup?includeConfigs=true&includeDatabase=false&includeBuildLogs=false&fileName=...
However in the generated zip file, this also generates a folder called 'system' which doesn't exist in the backup generated by the web UI. Are there any other settings I can give to get the outputs to match?
Thank you!
However in the generated zip file, this also generates a folder called 'system' which doesn't exist in the backup generated by the web UI. Are there any other settings I can give to get the outputs to match?
Thank you!
Please sign in to leave a comment.
Hello,
Try adding "&includeSupplimentaryData=false" to your URL. It's just that default value for the setting is "true".
You can get all the supported parameters by opening .../app/rest/application.wadl on your server and searching for the "backup" there.