Interface IDeviceRegistrationCreate

interface IDeviceRegistrationCreate {
    creationTime?: string;
    customProperties?: {
        [key: string]: any;
    };
    groupId?: string;
    id: string;
    owner?: string;
    type?: string;
}

Hierarchy (view full)

Properties

creationTime?: string

Shows the server-side creation time of the object

customProperties?: {
    [key: string]: any;
}

Object for custom fragments

groupId?: string

Identifies the target group

id: string

Unique identifier

owner?: string

Identifies the owner of the object

type?: string

Identifies the type of request, e.g.: c8y_DataBroker. For device requests value is normally skipped.