Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, with latest firmware in place, 7.3.1, I cannot retrieve MV snapshots anymore, HTTP API returns 403, same key as before and all other endpoints works as well.Did someone experienced the same issue? How to solve? Did the endpoint silently changed?
Hi, I had an unexpected behavior when wrongly restore hotspot2.0 settings onto a bound network. The API call has been performed without any error (it should really fail as it is not possible to override those settings) but the side effect was terrif...
Hi, using API it is not possible to retrieve the secret but it is possible to set one. The same for MQTT Broker settings.I understand is is for security reason but it is really important to be able to backup and restore passwords using API.A solution...
Hi, I was trying to use the new endpoint getOrganizationCameraBoundariesAreasByDevice to get the configured areas.The issue arise when you have access to only some networks and not the whole organization. In this case the endpoint returns always 404...
Hi, I was trying to create some action batches to set network plan profiles but when I try to submit the batch I always got error 500.This is a sample payload :{
"confirmed": false,
"synchronous": false,
"actions": [
{
...
did you managed to make it working? The Python SDK does not work either as the ranges parameters is filtered out from code.boundaryIds and ranges should be set in query string like: ...&boundaryIds[]=123454&ranges[]=....but now the endpoint tells ra...
Hi, another option is V-App Backup & Versioning which has a tool to compare two different configurations apart from taking full backups and perform restore.
You are right but if writing a tool, not only for my configurations, the tool does not have history of the secret, it should retrieve from API and restore if necessary.
Hi, this is not something related to where store secrets. The issue is that it is not possible to create a backup script which it's able to retrieve all the required information, secrets included. This is to have a working configuration backup which ...