-
Notifications
You must be signed in to change notification settings - Fork 33
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
Module for SAN configuration backup #125
Comments
I believe there is a module on github to do this using the Rest API and external SFTP or SCP server. I'm sure one of the other people on this thread can help with that.
In FOS 9.1.1, two new branches were introduced to the API that allow you upload/download configuration data in-band so it eliminates the need for an external SFTP or SCP server. I have only just recently begun doing some testing with it so I don't have anything posted using it yet, nor do I think anyone else has.
operations/configuploadoperations/configdownload
Regards,
Jack ***@***.******@***.***
+1 203.500.4763 (m)
On Friday, May 5, 2023 at 03:22:56 AM PDT, vishnupr-1 ***@***.***> wrote:
Hello Team,
I would like to backup both virtual fabric as well as all configurations from SAN switch. Currently I am using cli commands to take the backup. Is it possible to get a module that uses may be REST API to take the configuration backup ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Currently, REST supports configupload operation to upload configuration in base64 encoded format: Body: Look into Yang for more details on the options. |
@prasad-valmeti-broadcom : Hi. Has there been any update on an ansible module for configupload and configdownload? |
Generic operation support is part of Ansible 2.0.0, with it possible to have configupload or download. Will update you if there is any change in the plan for release 2.0.0. |
any update on this? |
Hello Team,
I would like to backup both virtual fabric as well as all configurations from SAN switch. Currently I am using cli commands to take the backup. Is it possible to get a module that uses may be REST API to take the configuration backup ?
The text was updated successfully, but these errors were encountered: