Hello,
The use case :
I want to integrate device HTTP/S API with our company VPN management solution to deploy and update VPN and firewall configs.
The expected solution :
I would generate API SDK in python from the endpoints specifications.
The missing part :
Is there a machine readable device API spec (OpenAPI / JSONSchema) available ?
Actual API docs look like an OpenAPI generated doc but i didn’t manage to find source json for it.
Do you have a solution to address such use case without using RMS ?
Thank you