Table of Contents

Class OrganizationsSensorAlert

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

Organizations Sensor Alert

[DataContract]
public class OrganizationsSensorAlert
Inheritance
OrganizationsSensorAlert
Inherited Members

Constructors

OrganizationsSensorAlert()

public OrganizationsSensorAlert()

Properties

Profile

The triggered sensor alert profile

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "profile")]
public OrganizationsSensorAlertProfile Profile { get; set; }

Property Value

OrganizationsSensorAlertProfile

Sensor

The sensor that triggered the alert

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sensor")]
public OrganizationsSensorAlertSensor Sensor { get; set; }

Property Value

OrganizationsSensorAlertSensor

SnapshotCamera

Camera snapshot information for the alert. If the sensor did not have a camera assigned at the time of the alert, this will be null.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "snapshotCamera")]
public OrganizationsSensorAlertSnapshotCamera SnapshotCamera { get; set; }

Property Value

OrganizationsSensorAlertSnapshotCamera

StartTs

The start time of the alert

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }

Property Value

string

Trigger

The sensor reading that triggered the alert.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "trigger")]
public OrganizationsSensorAlertTrigger Trigger { get; set; }

Property Value

OrganizationsSensorAlertTrigger