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
- actions (array): A set of changes to make as part of this action (<a href='https://developer.cisco.com/meraki/api/#/rest/guides/action-batches/'>more details</a>)
124
124
- confirmed (boolean): Set to true for immediate execution. Set to false if the action should be previewed before executing. This property cannot be unset once it is true. Defaults to false.
125
125
- synchronous (boolean): Set to true to force the batch to run synchronous. There can be at most 20 actions in synchronous batch. Defaults to false.
126
+
- callback (object): Details for the callback. Please include either an httpServerId OR url and sharedSecret
- deviceType (string): Device Type switch or wireless controller
2269
2270
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2270
2271
- direction (string): direction to paginate, either "next" (default) or "prev" page
2272
+
- search (string): Optional parameter to search on network name
2271
2273
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 100000. Default is 1000.
2272
2274
- 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.
2273
2275
- 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.
- wifiMacs (array): Filter devices by wifi mac(s).
73
73
- serials (array): Filter devices by serial(s).
74
74
- ids (array): Filter devices by id(s).
75
+
- uuids (array): Filter devices by uuid(s).
75
76
- scope (array): Specify a scope (one of all, none, withAny, withAll, withoutAny, or withoutAll) and a set of tags.
76
77
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000.
77
78
- 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.
- t0 (string): The beginning of the timespan for the data.
2482
+
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 31 days after t0.
2483
+
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2441
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2442
+
- networkIds (array): Filter results by network.
2443
+
- ssids (array): Filter results by SSID number.
2444
+
- bands (array): Filter results by band. Valid bands are: 2.4, 5, and 6.
2445
+
- macs (array): Filter results by client mac address(es).
2446
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000.
2447
+
- 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.
2448
+
- 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.
2449
+
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 90 days from today.
2450
+
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 90 days after t0.
2451
+
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be greater than or equal to 5 minutes and be less than or equal to 90 days. The default is 7 days.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2483
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2484
+
- networkIds (array): Filter results by network.
2485
+
- serials (array): Filter results by device.
2486
+
- ssids (array): Filter results by SSID number.
2487
+
- bands (array): Filter results by band. Valid bands are: 2.4, 5, and 6.
2488
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000.
2489
+
- 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.
2490
+
- 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.
2491
+
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 90 days from today.
2492
+
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 90 days after t0.
2493
+
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be greater than or equal to 5 minutes and be less than or equal to 90 days. The default is 7 days.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2525
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2526
+
- networkIds (array): Filter results by network.
2527
+
- serials (array): Filter results by device.
2528
+
- ssids (array): Filter results by SSID number.
2529
+
- bands (array): Filter results by band. Valid bands are: 2.4, 5, and 6.
2530
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000.
2531
+
- 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.
2532
+
- 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.
2533
+
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 90 days from today.
2534
+
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 90 days after t0.
2535
+
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be greater than or equal to 5 minutes and be less than or equal to 90 days. The default is 7 days.
0 commit comments