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
- endDate (string): Filter subscriptions by end date, ISO 8601 format. To filter with a range of dates, use 'endDate[<option>]=?' in the request. Accepted options include lt, gt, lte, gte.
54
54
- statuses (array): List of statuses that returned subscriptions can have
55
55
- productTypes (array): List of product types that returned subscriptions need to have entitlements for.
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 365 days from today.
171
-
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 31 days after t0.
172
-
- 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 7 days.
173
-
- interval (integer): The time interval in seconds for returned data. The valid intervals are: 86400, 604800. The default is 604800.
170
+
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 731 days from today.
171
+
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 366 days after t0.
172
+
- 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 366 days. The default is 7 days. If interval is provided, the timespan will be autocalculated.
173
+
- interval (integer): The time interval in seconds for returned data. The valid intervals are: 900, 3600, 86400, 604800, 2592000. The default is 604800. Interval is calculated if time params are provided.
- broadcastThreshold (integer): Percentage (1 to 99) of total available port bandwidth for broadcast traffic type. Default value 100 percent rate is to clear the configuration.
2276
2276
- multicastThreshold (integer): Percentage (1 to 99) of total available port bandwidth for multicast traffic type. Default value 100 percent rate is to clear the configuration.
2277
2277
- unknownUnicastThreshold (integer): Percentage (1 to 99) of total available port bandwidth for unknown unicast (dlf-destination lookup failure) traffic type. Default value 100 percent rate is to clear the configuration.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2544
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2545
+
- networkIds (array): Optional parameter to filter access points client counts by network ID. This filter uses multiple exact matches.
2546
+
- serials (array): Optional parameter to filter access points client counts by its serial numbers. This filter uses multiple exact matches.
2547
+
- campusGatewayClusterIds (array): Optional parameter to filter access points client counts by MCG cluster IDs. This filter uses multiple exact matches.
2548
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. 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.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2908
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2909
+
- networkIds (array): Optional parameter to filter access points by network ID. This filter uses multiple exact matches.
2910
+
- serials (array): Optional parameter to filter access points by its cloud ID. This filter uses multiple exact matches.
2911
+
- controllerSerials (array): Optional parameter to filter access points by its wireless LAN controller cloud ID. This filter uses multiple exact matches.
2912
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 100.
2913
+
- 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.
2914
+
- 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.
0 commit comments