Skip to content

Commit

Permalink
Automatically regenerated library. (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <support@meraki.com>

Fixes #231
  • Loading branch information
TKIPisalegacycipher committed Dec 8, 2023
1 parent 559e4d3 commit 37cd136
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion meraki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
)
from meraki.rest_session import *

__version__ = '1.39.0'
__version__ = '1.39.1'


class DashboardAPI(object):
Expand Down
2 changes: 1 addition & 1 deletion meraki/aio/api/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def getNetworkClients(self, networkId: str, total_pages=1, direction='next', **k
- direction (string): direction to paginate, either "next" (default) or "prev" page
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 10.
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 5000. Default is 10.
- 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.
- 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.
- statuses (array): Filters clients based on status. Can be one of 'Online' or 'Offline'.
Expand Down
2 changes: 1 addition & 1 deletion meraki/aio/api/organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ def getOrganizationInventoryDevices(self, organizationId: str, total_pages=1, di
- usedState (string): Filter results by used or unused inventory. Accepted values are 'used' or 'unused'.
- search (string): Search for devices in inventory based on serial number, mac address, or model.
- macs (array): Search for devices in inventory based on mac addresses.
- networkIds (array): Search for devices in inventory based on network ids.
- networkIds (array): Search for devices in inventory based on network ids. Use explicit 'null' value to get available devices only.
- serials (array): Search for devices in inventory based on serials.
- models (array): Search for devices in inventory based on model.
- orderNumbers (array): Search for devices in inventory based on order numbers.
Expand Down
2 changes: 1 addition & 1 deletion meraki/aio/api/sm.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def getNetworkSmDevices(self, networkId: str, total_pages=1, direction='next', *
ownerEmail, ownerUsername, osBuild, publicIp, phoneNumber, diskInfoJson, deviceCapacity, isManaged, hadMdm, isSupervised, meid, imei, iccid,
simCarrierNetwork, cellularDataUsed, isHotspotEnabled, createdAt, batteryEstCharge, quarantined, avName, avRunning, asName, fwName,
isRooted, loginRequired, screenLockEnabled, screenLockDelay, autoLoginDisabled, autoTags, hasMdm, hasDesktopAgent, diskEncryptionEnabled,
hardwareEncryptionCaps, passCodeLock, usesHardwareKeystore, androidSecurityPatchVersion, and url.
hardwareEncryptionCaps, passCodeLock, usesHardwareKeystore, androidSecurityPatchVersion, cellular, and url.
- wifiMacs (array): Filter devices by wifi mac(s).
- serials (array): Filter devices by serial(s).
- ids (array): Filter devices by id(s).
Expand Down
2 changes: 1 addition & 1 deletion meraki/api/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def getNetworkClients(self, networkId: str, total_pages=1, direction='next', **k
- direction (string): direction to paginate, either "next" (default) or "prev" page
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 10.
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 5000. Default is 10.
- 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.
- 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.
- statuses (array): Filters clients based on status. Can be one of 'Online' or 'Offline'.
Expand Down
2 changes: 1 addition & 1 deletion meraki/api/organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ def getOrganizationInventoryDevices(self, organizationId: str, total_pages=1, di
- usedState (string): Filter results by used or unused inventory. Accepted values are 'used' or 'unused'.
- search (string): Search for devices in inventory based on serial number, mac address, or model.
- macs (array): Search for devices in inventory based on mac addresses.
- networkIds (array): Search for devices in inventory based on network ids.
- networkIds (array): Search for devices in inventory based on network ids. Use explicit 'null' value to get available devices only.
- serials (array): Search for devices in inventory based on serials.
- models (array): Search for devices in inventory based on model.
- orderNumbers (array): Search for devices in inventory based on order numbers.
Expand Down
2 changes: 1 addition & 1 deletion meraki/api/sm.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def getNetworkSmDevices(self, networkId: str, total_pages=1, direction='next', *
ownerEmail, ownerUsername, osBuild, publicIp, phoneNumber, diskInfoJson, deviceCapacity, isManaged, hadMdm, isSupervised, meid, imei, iccid,
simCarrierNetwork, cellularDataUsed, isHotspotEnabled, createdAt, batteryEstCharge, quarantined, avName, avRunning, asName, fwName,
isRooted, loginRequired, screenLockEnabled, screenLockDelay, autoLoginDisabled, autoTags, hasMdm, hasDesktopAgent, diskEncryptionEnabled,
hardwareEncryptionCaps, passCodeLock, usesHardwareKeystore, androidSecurityPatchVersion, and url.
hardwareEncryptionCaps, passCodeLock, usesHardwareKeystore, androidSecurityPatchVersion, cellular, and url.
- wifiMacs (array): Filter devices by wifi mac(s).
- serials (array): Filter devices by serial(s).
- ids (array): Filter devices by id(s).
Expand Down

0 comments on commit 37cd136

Please sign in to comment.