@seamapi/http - v2.4.1
    Preparing search index...

    Type Alias DevicesUnmanagedGetParameters

    Parameters for SeamHttpDevicesUnmanaged.get.

    type DevicesUnmanagedGetParameters = {
        device_id?: string;
        name?: string;
    }
    Index
    device_id?: string

    ID of the unmanaged device that you want to get.

    name?: string

    Name of the unmanaged device that you want to get.