GET /organizations/{organizationId}/switch/ports/bySwitch

meraki.com

Summary: List the switchports in an organization by switch
Operation ID: getOrganizationSwitchPortsBySwitch
Auth: unknown
Description

List the switchports in an organization by switch

Parameters (12)

configurationUpdatedAfter (string, query, optional)

Optional parameter to filter results by switches where the configuration has been updated after the given timestamp.

endingBefore (string, query, optional)

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 parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

mac (string, query, optional)

Optional parameter to filter switchports belonging to switches by MAC address. All returned switches will have a MAC address that contains the search term or is an exact match.

macs (array, query, optional)

Optional parameter to filter switchports by one or more MAC addresses belonging to devices. All switchports returned belong to MAC addresses of switches that are an exact match.

name (string, query, optional)

Optional parameter to filter switchports belonging to switches by name. All returned switches will have a name that contains the search term or is an exact match.

networkIds (array, query, optional)

Optional parameter to filter switchports by network.

organizationId (string, path, required)
perPage (integer, query, optional)

The number of entries per page returned. Acceptable range is 3 - 50. Default is 50.

portProfileIds (array, query, optional)

Optional parameter to filter switchports belonging to the specified switchport profiles.

serial (string, query, optional)

Optional parameter to filter switchports belonging to switches by serial number. All returned switches will have a serial number that contains the search term or is an exact match.

serials (array, query, optional)

Optional parameter to filter switchports belonging to switches with one or more serial numbers. All switchports returned belong to serial numbers of switches that are an exact match.

startingAfter (string, query, optional)

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 parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

No probe data for this endpoint yet.