Pouchain Rémy
Pouchain Rémy
Hi, Is it possible to generate dynamic map with only Latitude / Longitude from entity and no function getAddress() ? I get Latitude and Longitude from GPS and not from...
Clone()
Hi is it possible to add clone() as move() in base.PanObject as defined in pan.xapi: clone(xpath=None, xpath_from=None, newname=None) The clone() method performs the action=clone device configuration API request with the...
Hi, How can I declare a relationship and many many relation in ormantic ?
Hi, Do you have some documentation or example regarding configuration for ApiKey (header) and how to verify it on FastAPI ? thanks in advance, Rémy.
Hi David, i saw in policy.tunnels capabilities to list all tunnels generated by SMC. i would like to do the same on RBVPN  for tunnel in rbvpn.tunnels: print(tunnel) my...
Hi David, How to add a RouteMap in a BGP Peering object ? Thanks in advance, 