Table of Contents

Class CameraSnapshotRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

GenerateNetworkCameraSnapshot

[DataContract]
public class CameraSnapshotRequest
Inheritance
CameraSnapshotRequest
Inherited Members

Properties

Fullframe

[optional] If set to "true" the snapshot will be taken at full sensor resolution. This will error if used with timestamp.

[DataMember(Name = "fullframe")]
public bool? Fullframe { get; set; }

Property Value

bool?

[optional] If set to "true" the snapshot will be taken at full sensor resolution. This will error if used with timestamp.

Timestamp

[optional] The snapshot will be taken from this time on the camera. The timestamp is expected to be in ISO 8601 format. If no timestamp is specified, we will assume current time.

[DataMember(Name = "timestamp")]
public string? Timestamp { get; set; }

Property Value

string

[optional] The snapshot will be taken from this time on the camera. The timestamp is expected to be in ISO 8601 format. If no timestamp is specified, we will assume current time.