@edgible-team/sdk
    Preparing search index...

    Interface BenchmarkFlavourRequestParams

    interface BenchmarkFlavourRequestParams {
        deviceId: string;
        flavour: BenchmarkFlavour;
        gatewayIds?: string[];
        organizationId: string;
        port: number;
        timestamp: number;
    }
    Index

    Properties

    deviceId: string
    gatewayIds?: string[]

    Omit (or pass []) to use the managed gateway.

    organizationId: string
    port: number
    timestamp: number

    Uniqueness suffix for the application name (the CLI used Date.now()).