You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- startingAfter (string): 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.
1909
1909
- endingBefore (string): 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.
1910
1910
- networkIds (array): Optional parameter to filter device availabilities by network ID. This filter uses multiple exact matches.
1911
-
- productTypes (array): Optional parameter to filter device availabilities by device product types. This filter uses multiple exact matches. Valid types are wireless, appliance, switch, camera, cellularGateway, sensor, and wirelessController
1911
+
- productTypes (array): Optional parameter to filter device availabilities by device product types. This filter uses multiple exact matches. Valid types are wireless, appliance, switch, camera, cellularGateway, sensor, wirelessController, and campusGateway
1912
1912
- serials (array): Optional parameter to filter device availabilities by device serial numbers. This filter uses multiple exact matches.
1913
1913
- tags (array): An optional parameter to filter devices by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be included (see below). This filter uses multiple exact matches.
1914
1914
- tagsFilterType (string): An optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return devices which contain ANY or ALL of the included tags. If no type is included, 'withAnyTags' will be selected.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2510
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2511
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 10000. Default is 1000.
2512
+
- startingAfter (string): 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.
2513
+
- endingBefore (string): 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.
2514
+
- networkIds (array): Optional parameter to filter devices by one or more network IDs
2515
+
- floorPlanIds (array): Optional parameter to filter devices by one or more floorplan IDs
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2547
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2548
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 10000. Default is 1000.
2549
+
- startingAfter (string): 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.
2550
+
- endingBefore (string): 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.
2551
+
- networkIds (array): Optional parameter to filter floorplans by one or more network IDs
2552
+
- floorPlanIds (array): Optional parameter to filter floorplans by one or more floorplan IDs
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2608
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2609
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 20. Default is 10.
2610
+
- startingAfter (string): 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.
2611
+
- endingBefore (string): 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.
2612
+
- configurationUpdatedAfter (string): Optional parameter to filter items to switches where the configuration has been updated after the given timestamp.
2613
+
- mac (string): Optional parameter to filter items to switches with MAC addresses that contain the search term or are an exact match.
2614
+
- macs (array): Optional parameter to filter items to switches that have one of the provided MAC addresses.
2615
+
- name (string): Optional parameter to filter items to switches with names that contain the search term or are an exact match.
2616
+
- networkIds (array): Optional parameter to filter items to switches in one of the provided networks.
2617
+
- portProfileIds (array): Optional parameter to filter items to switches that contain switchports belonging to one of the specified port profiles.
2618
+
- serial (string): Optional parameter to filter items to switches with serial number that contains the search term or are an exact match.
2619
+
- serials (array): Optional parameter to filter items to switches that have one of the provided serials.
0 commit comments