-
Notifications
You must be signed in to change notification settings - Fork 9
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
uploading config via tftp #136
Comments
Hi, There is some API call for upload/download config file but not yet implement on PowerArubaSW you can search on Rest API Guide for ArubaOS and use Invoke-ArubaSWWebRequest command |
the only thing i can find is: Service FileTransfer ... but this doesnt seem right | | CfgRestorePayload | CfgRestorePayloadStatus | Accepts the encoded input and restore it as running configuration; REST performs the config restoration in non-blocking mode. |
you can look this https://asp.arubanetworks.com/downloads/software/RmlsZTphMTkxYmI5Yy1mYjkwLTExZWItOTJjMC02ZmI1ZWQ2YjAxZTk%3D there is more info |
For use Invoke-ArubaSWWebRequest, you can look this file https://github.com/PowerAruba/PowerArubaSW/blob/master/PowerArubaSW/Private/Webrequest.ps1 |
hi
when i try to upload a config file via tftp and the get-arubaswcli i get an error "The copy commands are not supported via REST interface"
is there a way to upload a config file this way?
thanks!
The text was updated successfully, but these errors were encountered: