TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface NetworkDeviceListQueryInfo

    interface NetworkDeviceListQueryInfo {
        active: boolean;
        bucket: { id: string; name: string };
        bucket_name?: string;
        connector: string;
        connector_parse: boolean;
        created_at: Date;
        description: string;
        id: string;
        inspected_at: Date;
        last_input: Date;
        last_output: Date;
        name: string;
        network: string;
        parse_function: string;
        payload_decoder?: string;
        profile: string;
        tags: TagsObj[];
        token: string;
        updated_at: Date;
        visible: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean
    bucket: { id: string; name: string }
    bucket_name?: string
    connector: string
    connector_parse: boolean
    created_at: Date
    description: string
    id: string
    inspected_at: Date
    last_input: Date
    last_output: Date
    name: string
    network: string
    parse_function: string
    payload_decoder?: string
    profile: string
    tags: TagsObj[]
    token: string
    updated_at: Date
    visible: boolean