...
Access | ||||||||
https:// proxy-15069.onramp.128technology.com/documentation/swagger | ||||||||
List all routers | curl -X GET "https://192.168.0.209/api/v1/router" | |||||||
List all services / routers | https://192.168.0.209/api/v1/service?router=Branch1 | |||||||
Details state of a service | https://192.168.0.209/api/v1/service/ipsec1?router=Branch1 | |||||||
GET config of a service | https://192.168.0.209/api/v1/config/running/authority/service/ipsec1
| |||||||
Disable the service | curl -X PATCH "https://192.168.0.209/api/v1/config/running/authority/service/ipsec1" { "enabled": "false" | |||||||