interface TargetDevice {
    deviceId: string;
    deviceType: "Custom" | "Dme" | "Akamai" | "Encoder";
    isActive: boolean;
    liveOnly: boolean;
    streams: string[];
}

Properties

deviceId: string

Device Id of target device

deviceType: "Custom" | "Dme" | "Akamai" | "Encoder"

Possible settings can be 'Custom', 'Encoder', 'Dme', 'Akamai'

isActive: boolean

Status of target device

liveOnly: boolean

Specifies if no VOD videos retrieved if true

streams: string[]

Rev stream names added to the zone from this device