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

    Interface AnalysisInfo

    interface AnalysisInfo {
        active?: true;
        console?: string[];
        created_at: Date;
        description?: string;
        file_name?: string;
        id: string;
        interval?: string;
        last_run: ExpireTimeOption;
        locked_at: any;
        name: string;
        profile?: string;
        run_on?: "tago" | "external";
        runtime?: RunTypeOptions;
        tags?: TagsObj[];
        token: string;
        updated_at: Date;
        variables?: { key: string; value: string | number | boolean };
        version?: string | number;
        versions?: VersionsAnalysis;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active?: true
    console?: string[]
    created_at: Date
    description?: string
    file_name?: string
    id: string
    interval?: string
    locked_at: any
    name: string
    profile?: string
    run_on?: "tago" | "external"
    runtime?: RunTypeOptions
    tags?: TagsObj[]
    token: string
    updated_at: Date
    variables?: { key: string; value: string | number | boolean }

    Environment variables

    version?: string | number

    Current version being used

    versions?: VersionsAnalysis