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
731
731
- direction (string): direction to paginate, either "next" or "prev" (default) page
732
732
- event_log_end_time (string): ISO8601 Zulu/UTC time, to use in conjunction with startingAfter, to retrieve events within a time window
733
-
- productType (string): The product type to fetch events for. This parameter is required for networks with multiple device types. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and cloudGateway
733
+
- productType (string): The product type to fetch events for. This parameter is required for networks with multiple device types. Valid types are wireless, appliance, switch, systemsManager, camera, and cellularGateway
734
734
- includedEventTypes (array): A list of event types. The returned events will be filtered to only include events with these types.
735
735
- excludedEventTypes (array): A list of event types. The returned events will be filtered to exclude events with these types.
736
736
- deviceMac (string): The MAC address of the Meraki device which the list of events will be filtered with
- 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.
1493
1493
- configurationUpdatedAfter (string): Filter results by whether or not the device's configuration has been updated after the given timestamp
1494
1494
- networkIds (array): Optional parameter to filter devices by network.
1495
-
- productTypes (array): Optional parameter to filter devices by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and cloudGateway.
1495
+
- productTypes (array): Optional parameter to filter devices by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and sensor.
1496
1496
- tags (array): Optional parameter to filter devices by tags.
1497
1497
- tagsFilterType (string): Optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return networks which contain ANY or ALL of the included tags. If no type is included, 'withAnyTags' will be selected.
1498
1498
- name (string): Optional parameter to filter devices by name. All returned devices will have a name that contains the search term or is an exact match.
@@ -1724,7 +1724,7 @@ def getOrganizationDevicesStatuses(self, organizationId: str, total_pages=1, dir
1724
1724
- networkIds (array): Optional parameter to filter devices by network ids.
1725
1725
- serials (array): Optional parameter to filter devices by serials.
1726
1726
- statuses (array): Optional parameter to filter devices by statuses. Valid statuses are ["online", "alerting", "offline", "dormant"].
1727
-
- productTypes (array): An optional parameter to filter device statuses by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and cloudGateway.
1727
+
- productTypes (array): An optional parameter to filter device statuses by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and sensor.
1728
1728
- models (array): Optional parameter to filter devices by models.
1729
1729
- tags (array): An optional parameter to filter devices by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be included (see below).
1730
1730
- tagsFilterType (string): An optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return devices which contain ANY or ALL of the included tags. If no type is included, 'withAnyTags' will be selected.
- productTypes (array): An optional parameter to filter device statuses by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and cloudGateway.
1765
+
- productTypes (array): An optional parameter to filter device statuses by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and sensor.
1766
1766
- networkIds (array): An optional parameter to filter device statuses by network.
- productTypes (array): The product type in a given upgrade ID
2007
+
- status (array): Optional parameter to filter the upgrade by status.
2008
+
- productTypes (array): Optional parameter to filter the upgrade by product type.
2009
2009
"""
2010
2010
2011
2011
kwargs.update(locals())
@@ -2117,7 +2117,7 @@ def getOrganizationInventoryDevices(self, organizationId: str, total_pages=1, di
2117
2117
- orderNumbers (array): Search for devices in inventory based on order numbers.
2118
2118
- tags (array): Filter devices by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be included (see below).
2119
2119
- tagsFilterType (string): To use with 'tags' parameter, to filter devices which contain ANY or ALL given tags. Accepted values are 'withAnyTags' or 'withAllTags', default is 'withAnyTags'.
2120
-
- productTypes (array): Filter devices by product type. Accepted values are appliance, camera, cellularGateway, cloudGateway, sensor, switch, systemsManager, and wireless.
2120
+
- productTypes (array): Filter devices by product type. Accepted values are appliance, camera, cellularGateway, sensor, switch, systemsManager, and wireless.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
731
731
- direction (string): direction to paginate, either "next" or "prev" (default) page
732
732
- event_log_end_time (string): ISO8601 Zulu/UTC time, to use in conjunction with startingAfter, to retrieve events within a time window
733
-
- productType (string): The product type to fetch events for. This parameter is required for networks with multiple device types. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and cloudGateway
733
+
- productType (string): The product type to fetch events for. This parameter is required for networks with multiple device types. Valid types are wireless, appliance, switch, systemsManager, camera, and cellularGateway
734
734
- includedEventTypes (array): A list of event types. The returned events will be filtered to only include events with these types.
735
735
- excludedEventTypes (array): A list of event types. The returned events will be filtered to exclude events with these types.
736
736
- deviceMac (string): The MAC address of the Meraki device which the list of events will be filtered with
- 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.
1493
1493
- configurationUpdatedAfter (string): Filter results by whether or not the device's configuration has been updated after the given timestamp
1494
1494
- networkIds (array): Optional parameter to filter devices by network.
1495
-
- productTypes (array): Optional parameter to filter devices by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and cloudGateway.
1495
+
- productTypes (array): Optional parameter to filter devices by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and sensor.
1496
1496
- tags (array): Optional parameter to filter devices by tags.
1497
1497
- tagsFilterType (string): Optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return networks which contain ANY or ALL of the included tags. If no type is included, 'withAnyTags' will be selected.
1498
1498
- name (string): Optional parameter to filter devices by name. All returned devices will have a name that contains the search term or is an exact match.
@@ -1724,7 +1724,7 @@ def getOrganizationDevicesStatuses(self, organizationId: str, total_pages=1, dir
1724
1724
- networkIds (array): Optional parameter to filter devices by network ids.
1725
1725
- serials (array): Optional parameter to filter devices by serials.
1726
1726
- statuses (array): Optional parameter to filter devices by statuses. Valid statuses are ["online", "alerting", "offline", "dormant"].
1727
-
- productTypes (array): An optional parameter to filter device statuses by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and cloudGateway.
1727
+
- productTypes (array): An optional parameter to filter device statuses by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and sensor.
1728
1728
- models (array): Optional parameter to filter devices by models.
1729
1729
- tags (array): An optional parameter to filter devices by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be included (see below).
1730
1730
- tagsFilterType (string): An optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return devices which contain ANY or ALL of the included tags. If no type is included, 'withAnyTags' will be selected.
- productTypes (array): An optional parameter to filter device statuses by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and cloudGateway.
1765
+
- productTypes (array): An optional parameter to filter device statuses by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and sensor.
1766
1766
- networkIds (array): An optional parameter to filter device statuses by network.
- productTypes (array): The product type in a given upgrade ID
2007
+
- status (array): Optional parameter to filter the upgrade by status.
2008
+
- productTypes (array): Optional parameter to filter the upgrade by product type.
2009
2009
"""
2010
2010
2011
2011
kwargs.update(locals())
@@ -2117,7 +2117,7 @@ def getOrganizationInventoryDevices(self, organizationId: str, total_pages=1, di
2117
2117
- orderNumbers (array): Search for devices in inventory based on order numbers.
2118
2118
- tags (array): Filter devices by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be included (see below).
2119
2119
- tagsFilterType (string): To use with 'tags' parameter, to filter devices which contain ANY or ALL given tags. Accepted values are 'withAnyTags' or 'withAllTags', default is 'withAnyTags'.
2120
-
- productTypes (array): Filter devices by product type. Accepted values are appliance, camera, cellularGateway, cloudGateway, sensor, switch, systemsManager, and wireless.
2120
+
- productTypes (array): Filter devices by product type. Accepted values are appliance, camera, cellularGateway, sensor, switch, systemsManager, and wireless.
0 commit comments