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
- audioRecordingEnabled (boolean): Whether or not to record audio. Can be either true or false. Defaults to false.
485
485
- cloudArchiveEnabled (boolean): Create redundant video backup using Cloud Archive. Can be either true or false. Defaults to false.
486
486
- motionDetectorVersion (integer): The version of the motion detector that will be used by the camera. Only applies to Gen 2 cameras. Defaults to v2.
487
+
- smartRetention (object): Smart Retention records footage in two qualities and intelligently retains higher quality when motion, people or vehicles are detected.
487
488
- scheduleId (string): Schedule for which this camera will record video, or 'null' to always record.
488
489
- maxRetentionDays (integer): The maximum number of days for which the data will be stored, or 'null' to keep data until storage space runs out. If the former, it can be one of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 30, 60, 90] days.
489
490
- videoSettings (object): Video quality and resolution settings for all the camera models.
- audioRecordingEnabled (boolean): Whether or not to record audio. Can be either true or false. Defaults to false.
540
541
- cloudArchiveEnabled (boolean): Create redundant video backup using Cloud Archive. Can be either true or false. Defaults to false.
541
542
- motionDetectorVersion (integer): The version of the motion detector that will be used by the camera. Only applies to Gen 2 cameras. Defaults to v2.
543
+
- smartRetention (object): Smart Retention records footage in two qualities and intelligently retains higher quality when motion, people or vehicles are detected.
542
544
- scheduleId (string): Schedule for which this camera will record video, or 'null' to always record.
543
545
- maxRetentionDays (integer): The maximum number of days for which the data will be stored, or 'null' to keep data until storage space runs out. If the former, it can be one of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 30, 60, 90] days.
544
546
- videoSettings (object): Video quality and resolution settings for all the camera models.
- smDeviceName (string): The name of the Systems Manager device which the list of events will be filtered with
745
745
- eventDetails (string): The details of the event(Catalyst device only) which the list of events will be filtered with
746
746
- eventSeverity (string): The severity of the event(Catalyst device only) which the list of events will be filtered with
747
+
- isCatalyst (boolean): Boolean indicating that whether it is a Catalyst device. For Catalyst device, eventDetails and eventSeverity can be used to filter events.
747
748
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 10.
748
749
- 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.
749
750
- 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.
**List the users configured under Meraki Authentication for a network (splash guest or RADIUS users for a wireless network, or client VPN users for a MX network)**
1444
+
**List the authorized users configured under Meraki Authentication for a network (splash guest or RADIUS users for a wireless network, or client VPN users for a MX network)**
0 commit comments