So I see I can get the device's IP address using this API endpoint: https://developer.cisco.com/meraki/api-v1/#!get-organization-devices-statuses However the body returns an IP address, but no subnet mask? How can I find the subnet mask assigned to the interface? Something like this: "lanIpSubnetMask" = "/24"
... View more