Cisco · Arazzo Workflow
Cisco Meraki Network Inventory Snapshot
Version 1.0.0
Drill from organization to network to devices to connected clients in a single audited pass.
Provider
Workflows
meraki-network-inventory
Collect an organization-scoped inventory of one Meraki network's devices and clients.
Verifies organization access, verifies the network is in scope for that organization, lists the devices deployed in the network, and lists the clients that have used the network within the requested timespan.
1
verifyOrganizationAccess
getOrganizations
List the organizations the API key has privileges on and assert the target organization is among them. This anchors the inventory to an organization the key can actually read.
2
resolveNetwork
getOrganizationNetworks
List the organization's networks and assert the requested network id belongs to it, so the inventory cannot silently cross an organization boundary.
3
listDevices
getNetworkDevices
List the devices deployed in the network — access points, switches, appliances, and cameras — with their serials, models, firmware, and LAN addressing.
4
listClients
getNetworkClients
List the clients that have used the network over the requested timespan, with their MAC, IP, VLAN, operating system, and current status.