get-organization-devices-statuses
Retrieve the current status of all Meraki devices in your organization, with optional filters by network, serial, status, or product type. Monitor device health at a glance.
Instructions
List the status of every Meraki device in the organization. (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID | |
| perPage | No | The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000. | |
| startingAfter | No | A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parame | |
| endingBefore | No | A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This paramete | |
| networkIds | No | Optional parameter to filter devices by network ids. | |
| serials | No | Optional parameter to filter devices by serials. | |
| statuses | No | Optional parameter to filter devices by statuses. Valid statuses are ['online', 'alerting', 'offline', 'dormant']. | |
| productTypes | No | An optional parameter to filter device statuses by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellul | |
| models | No | Optional parameter to filter devices by models. | |
| tags | No | An optional parameter to filter devices by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be incl | |
| tagsFilterType | No | An optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return devices which contain ANY or ALL of the included | |
| fields | No | Return only these top-level fields; omit for all. Available: components, gateway, ipType, lanIp, lastReportedAt, mac, model, name, networkId, primaryDns, productType, publicIp, secondaryDns, serial, status, tags. |