Vincent Magnin

Results 5 issues of Vincent Magnin

It seems that network devices are adopting XML API to expose configuration and ARP/FWT: * https://www.cisco.com/c/en/us/td/docs/ios_xr_sw/iosxr_r4-1/xml/programming/guide/xl41apidoc/xl41over.html * https://www.paloaltonetworks.com/documentation/71/pan-os/xml-api/get-started-with-the-pan-os-xml-api I've tested it successfully for PaloAlto device: https://github.com/vink78/Netdot/commit/eb836553da78c8fa9e9803e7c7a6f286b3bb9bca Do you have similar...

feature-request

It seems to be easy to support JSON output from REST API instead of XML JSON is simpler to parse for third-party tools (like ansible builtin uri module).

This part seems missing

I need to add a DKIM record with a long key (the TXT record is more than 254 characters). RFC4408 (3.1.3) explain that we have to split record as following:...