A "Device" Target MUST contain at least one property

interface Device {
    device_id?: string;
    hostname?: string;
    idn_hostname?: string;
}

Properties

device_id?: string

An identifier that refers to this device within an inventory or management system

hostname?: string

A hostname that can be used to connect to this device over a network

idn_hostname?: string

An internationalized hostname that can be used to connect to this device over a network