Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for creating backups and restore #52

Open
iahmad-khan opened this issue Sep 27, 2017 · 2 comments
Open

support for creating backups and restore #52

iahmad-khan opened this issue Sep 27, 2017 · 2 comments

Comments

@iahmad-khan
Copy link

iahmad-khan commented Sep 27, 2017

Hi ,

currently I have a jenkins job that takes vtm backups daily and another one for restoring a particular backup , but I am using the raw REST curl apporach , can you please add these operations in your cli? I would have started contributing it but most of the stuff seems already done and i am quite new to golang.

  • list current backups
  • take a backup
  • restore a spcific backup by name
  • just restore the last backup
  • dump the difference between two backups as text or json

thanks

@grubert65
Copy link
Contributor

Hi,

sorry for the delay and thank you for using our API. Actually the API has been heavily re-engineered and enhanced and now supports the use of maps to work with all Brocade vTM resources and API to get information/statistics resources. Regarding supporting backups, the current API does not support them yet but this feature is in our backlog so stay tuned.
For documentation regarding the new api please refer to the project wiki.

Thank you.

@no-acl
Copy link
Contributor

no-acl commented Jan 12, 2018

Hi @iahmad-khan
In the latest version (0.4.52) we have introduced the following backup functionality:

  • Create backup
  • Delete backup
  • List backups

We do not have the functionality yet to dump the difference between two backups so I'll keep this open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants