@@ -13,7 +13,7 @@ def getDevice(self, serial: str):
1313 **Return a single device**
1414 https://developer.cisco.com/meraki/api-v1/#!get-device
1515
16- - serial (string): (required)
16+ - serial (string): Serial
1717 """
1818
1919 metadata = {
@@ -32,7 +32,7 @@ def updateDevice(self, serial: str, **kwargs):
3232 **Update the attributes of a device**
3333 https://developer.cisco.com/meraki/api-v1/#!update-device
3434
35- - serial (string): (required)
35+ - serial (string): Serial
3636 - name (string): The name of a device
3737 - tags (array): The list of tags of a device
3838 - lat (number): The latitude of a device
@@ -65,7 +65,7 @@ def blinkDeviceLeds(self, serial: str, **kwargs):
6565 **Blink the LEDs on a device**
6666 https://developer.cisco.com/meraki/api-v1/#!blink-device-leds
6767
68- - serial (string): (required)
68+ - serial (string): Serial
6969 - duration (integer): The duration in seconds. Must be between 5 and 120. Default is 20 seconds
7070 - period (integer): The period in milliseconds. Must be between 100 and 1000. Default is 160 milliseconds
7171 - duty (integer): The duty cycle as the percent active. Must be between 10 and 90. Default is 50.
@@ -92,7 +92,7 @@ def getDeviceCellularSims(self, serial: str):
9292 **Return the SIM and APN configurations for a cellular device.**
9393 https://developer.cisco.com/meraki/api-v1/#!get-device-cellular-sims
9494
95- - serial (string): (required)
95+ - serial (string): Serial
9696 """
9797
9898 metadata = {
@@ -111,7 +111,7 @@ def updateDeviceCellularSims(self, serial: str, **kwargs):
111111 **Updates the SIM and APN configurations for a cellular device.**
112112 https://developer.cisco.com/meraki/api-v1/#!update-device-cellular-sims
113113
114- - serial (string): (required)
114+ - serial (string): Serial
115115 - sims (array): List of SIMs. If a SIM was previously configured and not specified in this request, it will remain unchanged.
116116 - simFailover (object): SIM Failover settings.
117117 """
@@ -137,7 +137,7 @@ def getDeviceClients(self, serial: str, **kwargs):
137137 **List the clients of a device, up to a maximum of a month ago**
138138 https://developer.cisco.com/meraki/api-v1/#!get-device-clients
139139
140- - serial (string): (required)
140+ - serial (string): Serial
141141 - t0 (string): The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
142142 - 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.
143143 """
@@ -163,7 +163,7 @@ def createDeviceLiveToolsPing(self, serial: str, target: str, **kwargs):
163163 **Enqueue a job to ping a target host from the device**
164164 https://developer.cisco.com/meraki/api-v1/#!create-device-live-tools-ping
165165
166- - serial (string): (required)
166+ - serial (string): Serial
167167 - target (string): FQDN, IPv4 or IPv6 address
168168 - count (integer): Count parameter to pass to ping. [1..5], default 5
169169 """
@@ -189,8 +189,8 @@ def getDeviceLiveToolsPing(self, serial: str, id: str):
189189 **Return a ping job**
190190 https://developer.cisco.com/meraki/api-v1/#!get-device-live-tools-ping
191191
192- - serial (string): (required)
193- - id (string): (required)
192+ - serial (string): Serial
193+ - id (string): Id
194194 """
195195
196196 metadata = {
@@ -210,7 +210,7 @@ def createDeviceLiveToolsPingDevice(self, serial: str, **kwargs):
210210 **Enqueue a job to check connectivity status to the device**
211211 https://developer.cisco.com/meraki/api-v1/#!create-device-live-tools-ping-device
212212
213- - serial (string): (required)
213+ - serial (string): Serial
214214 - count (integer): Count parameter to pass to ping. [1..5], default 5
215215 """
216216
@@ -235,8 +235,8 @@ def getDeviceLiveToolsPingDevice(self, serial: str, id: str):
235235 **Return a ping device job**
236236 https://developer.cisco.com/meraki/api-v1/#!get-device-live-tools-ping-device
237237
238- - serial (string): (required)
239- - id (string): (required)
238+ - serial (string): Serial
239+ - id (string): Id
240240 """
241241
242242 metadata = {
@@ -256,7 +256,7 @@ def getDeviceLldpCdp(self, serial: str):
256256 **List LLDP and CDP information for a device**
257257 https://developer.cisco.com/meraki/api-v1/#!get-device-lldp-cdp
258258
259- - serial (string): (required)
259+ - serial (string): Serial
260260 """
261261
262262 metadata = {
@@ -275,7 +275,7 @@ def getDeviceLossAndLatencyHistory(self, serial: str, ip: str, **kwargs):
275275 **Get the uplink loss percentage and latency in milliseconds, and goodput in kilobits per second for a wired network device.**
276276 https://developer.cisco.com/meraki/api-v1/#!get-device-loss-and-latency-history
277277
278- - serial (string): (required)
278+ - serial (string): Serial
279279 - ip (string): The destination IP used to obtain the requested stats. This is required.
280280 - t0 (string): The beginning of the timespan for the data. The maximum lookback period is 60 days from today.
281281 - t1 (string): The end of the timespan for the data. t1 can be a maximum of 31 days after t0.
@@ -309,7 +309,7 @@ def getDeviceManagementInterface(self, serial: str):
309309 **Return the management interface settings for a device**
310310 https://developer.cisco.com/meraki/api-v1/#!get-device-management-interface
311311
312- - serial (string): (required)
312+ - serial (string): Serial
313313 """
314314
315315 metadata = {
@@ -328,7 +328,7 @@ def updateDeviceManagementInterface(self, serial: str, **kwargs):
328328 **Update the management interface settings for a device**
329329 https://developer.cisco.com/meraki/api-v1/#!update-device-management-interface
330330
331- - serial (string): (required)
331+ - serial (string): Serial
332332 - wan1 (object): WAN 1 settings
333333 - wan2 (object): WAN 2 settings (only for MX devices)
334334 """
@@ -354,7 +354,7 @@ def rebootDevice(self, serial: str):
354354 **Reboot a device**
355355 https://developer.cisco.com/meraki/api-v1/#!reboot-device
356356
357- - serial (string): (required)
357+ - serial (string): Serial
358358 """
359359
360360 metadata = {
0 commit comments