Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi All,I'm wondering why there's so much inconsistency with the APIs that return a device:org/device/statues:{"name": "Meraki_MX65","serial": "xxxxxxx","mac": "","publicIp": "","networkId": "","status": "online","lastReportedAt": "2024-02-23T19:01:18...
Hi,I'm not sure if anyone has asked this question yet. Is there a way I can changed the value in the 'Authorization' header so I can test out some APIs on my dashboard.This tool use to be so useful for checking out API output, but now it's completely...
Hello,I'm trying to figure out what the following source/dest means from calling the L3FirewallRules on an MX device:{"comment": "Deny Inter-VLAN Communication","policy": "deny","protocol": "any","srcPort": "Any","srcCidr": "VLAN(1).*","destPort": "A...
Hi,Apologies if this has been asked before. I upgraded my MX to 18.107.2 and I noticed that Inbound filters were turned on. However, I can't find any documentation on how this works. I've seen some topics in the community regarding inbound rules, but...
@alessandrodematos- Well doesn't that defeat the purpose here? If APIs are provide to get devices from a different hierarchy, why not just give the same device info? Why do I have to call two APIs when I can just use one at the network level? Honestl...
@Rasmus Hoffmann Birkelund- Here's what are the attributes missing from the output:1. public IP (in org/device/statuses, missing in org/devices and network/devices)2. wan gateway (in org/device/statuses, missing in org/devices and network/devices)3. ...
@alessandrodematos- Yeah I get that. However, there's attributes that we need at the Org level that missing in the network level. As I mentioned, if I have an App that wants to filter devices using network ID, then the devices returned is missing inf...