cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2525
Views
0
Helpful
3
Replies

Recover configuration

Theo_Allochon
Community Member

Is there a command to retrieve the entire configuration of a device, for example "dashboard.devices.getDeviceConfig(serial number)? If not, is there an equivalent means?

1 Accepted Solution

Accepted Solutions

Jamiegprice15
Level 4
Level 4

Here is some code chat and I wrote for serial numbers and placing them in a spreadsheet. I'm constantly looking for ways to automate and make a smarter system.

Merakicode/AP_SER_Net_Spreadsheet at main · jadexing/Merakicode (github.com)

View solution in original post

3 Replies 3

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

No, there ara just APIs for specific configurations.

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

badreddine
Level 4
Level 4

Hello,

I believe the best available approach for backup is to provision from the beginning your organizational infrastructure using Meraki Terraform provider. This approach ensures that you consistently maintain a clear picture of what's deployed under the Terraform state file. Consequently, if any manual changes occur, you can simply execute Terraform apply across your organization's setup to restore it effortlessly.

Alternatively, you can opt for Meraki third-party tools to manage your backup needs.

Please let me know if this addresses your concerns.

Jamiegprice15
Level 4
Level 4

Here is some code chat and I wrote for serial numbers and placing them in a spreadsheet. I'm constantly looking for ways to automate and make a smarter system.

Merakicode/AP_SER_Net_Spreadsheet at main · jadexing/Merakicode (github.com)