- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
backups
I know there have been a few topics on this subject and the consensus is generally if you want a full site backup (in the form of a config file of settings) you need to individually run get calls for all the different things you want recorded.
However, I noticed when creating a new network, you have the option to clone an existing site - and this clone option seems to be a pretty comprehensive clone of everything.
So the API has the ability to copy all settings in a single API call, I was just wondering if there was a way to retrieve those settings as data rather than creating a new network?
thanks,
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No - unfortunately not everything configured in the Dashboard is handled by generation of an (internal) API call.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No - unfortunately not everything configured in the Dashboard is handled by generation of an (internal) API call.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ah, so even though you can trigger it via API, the work it actually does is not integrated into the API system?
😞
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not sure what you're suggesting is triggered via the API? Cloning Networks is a Dashboard operation - it doesn't involve the API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think the API call being alluded to is https://developer.cisco.com/meraki/api-v1/#!create-organization-network passing in copyFromNetworkId with an appropriate value. Either way, neither functionality allows retrieval of all the entities created. The only way to back things up is to make the individual API calls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yea that's exactly what I was using. I had a faint hope that the settings that were copied would be available as data but never mind lol.
Thanks!
