get-organization-switch-ports-statuses-by-switch
List all switch ports statuses grouped by switch in a Meraki organization to monitor device connectivity and port configurations.
Instructions
List the switchports in an 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 - 20. Default is 10. | |
| 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 | |
| configurationUpdatedAfter | No | Optional parameter to filter items to switches where the configuration has been updated after the given timestamp. | |
| mac | No | Optional parameter to filter items to switches with MAC addresses that contain the search term or are an exact match. | |
| macs | No | Optional parameter to filter items to switches that have one of the provided MAC addresses. | |
| name | No | Optional parameter to filter items to switches with names that contain the search term or are an exact match. | |
| networkIds | No | Optional parameter to filter items to switches in one of the provided networks. | |
| portProfileIds | No | Optional parameter to filter items to switches that contain switchports belonging to one of the specified port profiles. | |
| serial | No | Optional parameter to filter items to switches with serial number that contains the search term or are an exact match. | |
| serials | No | Optional parameter to filter items to switches that have one of the provided serials. | |
| fields | No | Return only these top-level fields; omit for all. Available: items, meta. |