RESTful API Specification ========================= Authentication -------------- Please note that the HTTP basic access authentication should be used for authentication, for example with `curl` it is possible to specify username and password with :code:`-u :` as in the command below: .. code:: bash curl -u : "http://192.168.1.1:8880/egress/aggregated/default?action=forward" Please check the *Examples* section for more examples. API --- .. swaggerv2doc:: rest-api.json