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
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2008
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2009
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000.
2010
+
- 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.
2011
+
- 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.
2007
2012
- status (array): Optional parameter to filter the upgrade by status.
2008
2013
- productTypes (array): Optional parameter to filter the upgrade by product type.
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 60 days from today.
3573
-
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 5 minutes after t0. The latest possible time that t1 can be is 2 minutes into the past.
3574
-
- 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 5 minutes. The default is 5 minutes.
3575
-
- uplink (string): Optional filter for a specific WAN uplink. Valid uplinks are wan1, wan2, wan3, cellular. Default will return all uplinks.
3576
-
- ip (string): Optional filter for a specific destination IP. Default will return all destination IPs.
3577
-
"""
3578
-
3579
-
kwargs.update(locals())
3580
-
3581
-
if'uplink'inkwargs:
3582
-
options= ['cellular', 'wan1', 'wan2', 'wan3']
3583
-
assertkwargs['uplink'] inoptions, f'''"uplink" cannot be "{kwargs['uplink']}", & must be set to one of: {options}'''
- appIds (array): ids of applications to be installed
439
+
- force (boolean): By default, installation of an app which is believed to already be present on the device will be skipped. If you'd like to force the installation of the app, set this parameter to true.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
2008
+
- direction (string): direction to paginate, either "next" (default) or "prev" page
2009
+
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000.
2010
+
- 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.
2011
+
- 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.
2007
2012
- status (array): Optional parameter to filter the upgrade by status.
2008
2013
- productTypes (array): Optional parameter to filter the upgrade by product type.
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 60 days from today.
3573
-
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 5 minutes after t0. The latest possible time that t1 can be is 2 minutes into the past.
3574
-
- 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 5 minutes. The default is 5 minutes.
3575
-
- uplink (string): Optional filter for a specific WAN uplink. Valid uplinks are wan1, wan2, wan3, cellular. Default will return all uplinks.
3576
-
- ip (string): Optional filter for a specific destination IP. Default will return all destination IPs.
3577
-
"""
3578
-
3579
-
kwargs.update(locals())
3580
-
3581
-
if'uplink'inkwargs:
3582
-
options= ['cellular', 'wan1', 'wan2', 'wan3']
3583
-
assertkwargs['uplink'] inoptions, f'''"uplink" cannot be "{kwargs['uplink']}", & must be set to one of: {options}'''
- appIds (array): ids of applications to be installed
439
+
- force (boolean): By default, installation of an app which is believed to already be present on the device will be skipped. If you'd like to force the installation of the app, set this parameter to true.
0 commit comments