hi Mark,
There is only Swagger for doc (and there is also may be a API Guide but don't explain all API call)
------------------------------
PowerArubaSW : Powershell Module to use Aruba Switch API for Vlan, VlanPorts, LACP, LLDP...
PowerArubaCP: Powershell Module to use ClearPass API (create NAD, Guest...)
PowerArubaCX: Powershell Module to use ArubaCX API (get interface/vlan/ports info)..
ACEP / ACMX #107 / ACDX #1281
------------------------------
Original Message:
Sent: Feb 22, 2021 01:40 PM
From: Mark Stuart
Subject: How to ArubaOS 8 flash backup and file copy using API?
So, this worked well for me too - thanks. The API documentation you're referring to is just swagger interface at /api right? It doesn't look like they've actually documented any of the endpoints in there, is there a manual that has more details about what each one does?
------------------------------
Mark Stuart
Original Message:
Sent: Dec 12, 2019 07:20 PM
From: Karthikeyan Dhandapani
Subject: How to ArubaOS 8 flash backup and file copy using API?
I just went over the API documentation. I did see the REST API for flash backup and copying the flash.. Apologize for the misinformation in the previous message.
These API endpoints are available under the Controller section of the controller's API documentation page (https://<mm-ip>:4343/api) and I have the AOS version 8.5
/v1/configuration/object/flash_backup
{ "backup_flash": "flash", "filename": "string"}
/v1/configuration/object/copy_flash_scp
{ "srcfilename": "string", "scphost": "string", "username": "string", "destfilename": "string", "passwd": "string"}