Hello,
I am using the end-point : GET /networks/{networkId}/appliance/vlans
The doc describing it is there : https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-vlans
I am only using it for MX devices.
It responds correctly when the VLANs are enabled,.
But in case they are not, I have the following response :
"errors": [
"VLANs are not enabled for this network"
]
Because I would like to not request anymore on MX devices which don't have the option enable,
I would like to have an attribute bringing this information.
Do you know if there is any end-point API which could give me such info (VLAN enable or not) ?
Many thanks in advance
Chris