Add sub-interface REST API question
Trying to add sub-interface to aggregated one via REST-API on 9.1 and realized that I can't even see them using GET method:
curl -k -X GET 'https://MyFW/restapi/v9.1/Network/EthernetInterfaces' -H 'X-PAN-KEY'
gives me only physical interfaces and does
...