get-organization-uplinks-statuses
Retrieve uplink status for all Meraki MX, MG, and Z series devices in an organization, filtering by network, serial, or ICCID.
Instructions
List the uplink status of every Meraki MX, MG and Z series devices 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 | A list of network IDs. The returned devices will be filtered to only include these networks. | |
| serials | No | A list of serial numbers. The returned devices will be filtered to only include these serials. | |
| iccids | No | A list of ICCIDs. The returned devices will be filtered to only include these ICCIDs. | |
| fields | No | Return only these top-level fields; omit for all. Available: highAvailability, lastReportedAt, model, networkId, serial, uplinks. |