API: List of Completed Backups

As an alternative to having us push your backups to FTP/SFTP you can query for a list of your completed backups. You can use this in conjunction with our APIs for initiating backups. The URL for the API calls is: https://secure.devzing.com/api/v1/backups?apikey={key} You can find your key in Settings -> Account info. You will receive a […]

Read More

API: Redmine backup

This API allows you to programmatically initiate a backup your Redmine project. The URL for the API calls is: https://secure.devzing.com/api/v1/redmine/backup?apikey={key} You can find your key in Settings -> Account info. Note that these API calls place a request for a backup onto a queue and return immediately. You will receive an email when the backup […]

Read More

API: Mercurial backup

This API allows you to programmatically initiate a backup of all of your Mercurial repositories. The URL for the API calls is: https://secure.devzing.com/api/v1/mercurial/backup?apikey={key} You can find your key in Settings -> Account info. Note that these API calls place a request for a backup onto a queue and return immediately. You will receive an email when […]

Read More

API: Testopia

Testopia has a XML-RPC API based on the Bugzilla XML-RPC API. You can read more about the details at https://www.bugzilla.org/docs/5.0/en/html/api/Bugzilla/WebService.html devZing also provides an online XML-RPC test client at https://xmlrpc.devzing.com/ API Docs: Testopia Build Environment Product User TestCase TestCaseRun TestPlan TestRun Example Here is an example HTTP POST to https://app.devzing.com/testopia/bugzilla/xmlrpc.cgi for the Testopia.testopia_version method. Content-Type: […]

Read More

API: Trac Backup

This API allows you to programmatically initiate a backup of all of your Trac projects. The URL for the API calls is: https://secure.devzing.com/api/v1/trac/backup?apikey={key} You can find your key in Settings -> Account info. Note that these API calls place a request for a backup onto a queue and return immediately. You will receive an email […]

Read More

API: Subversion Backup

This API allows you to programmatically initiate a backup of all of your Subversion repositories. The URL for the API calls is: https://secure.devzing.com/api/v1/subversion/backup?apikey={key} You can find your key in Settings -> Account info. Note that these API calls place a request for a backup onto a queue and return immediately. You will receive an email […]

Read More

API: MantisBT Backup

This API allows you to programmatically initiate a backup of your MantisBT. The URL for the API calls is: https://secure.devzing.com/api/v1/mantisbt/backup?apikey={key} You can find your key in Settings -> Account info. Note that these API calls place a request for a backup onto a queue and return immediately. You will receive an email when the backup […]

Read More

API: Bugzilla Backup

This API allows you to programmatically initiate a backup of your Bugzilla. The URL for the API calls is: https://secure.devzing.com/api/v1/bugzilla/backup?apikey={key} You can find your key in Settings -> Account info. Note that these API calls place a request for a backup onto a queue and return immediately. You will receive an email when the backup […]

Read More