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
Copy file name to clipboardExpand all lines: meraki/aio/api/organizations.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -773,6 +773,7 @@ def getOrganizationInventoryDevices(self, organizationId: str, total_pages=1, di
773
773
- 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.
774
774
- 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.
775
775
- usedState (string): Filter results by used or unused inventory. Accepted values are "used" or "unused".
776
+
- search (string): Search for devices in inventory based on serial number, mac address, or model.
776
777
"""
777
778
778
779
kwargs.update(locals())
@@ -787,7 +788,7 @@ def getOrganizationInventoryDevices(self, organizationId: str, total_pages=1, di
Copy file name to clipboardExpand all lines: meraki/api/organizations.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -773,6 +773,7 @@ def getOrganizationInventoryDevices(self, organizationId: str, total_pages=1, di
773
773
- 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.
774
774
- 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.
775
775
- usedState (string): Filter results by used or unused inventory. Accepted values are "used" or "unused".
776
+
- search (string): Search for devices in inventory based on serial number, mac address, or model.
776
777
"""
777
778
778
779
kwargs.update(locals())
@@ -787,7 +788,7 @@ def getOrganizationInventoryDevices(self, organizationId: str, total_pages=1, di
0 commit comments