get-organization-switch-ports-by-switch
Retrieve all switch ports in an organization organized by switch. Filter by criteria like MAC, serial, or network to find specific port configurations.
Instructions
List the switchports in an organization by switch. (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 - 50. Default is 50. | |
| 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: mac, model, name, network, ports, serial. |