Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface ImfCliLogEvent {
    ย ย ย ย timestamp: string;
    ย ย ย ย level: ImfCliLogLevel;
    ย ย ย ย command: "weo";
    ย ย ย ย event: string;
    ย ย ย ย country: string;
    ย ย ย ย indicator: string;
    ย ย ย ย message: string;
    ย ย ย ย attempt?: number;
    ย ย ย ย maxAttempts?: number;
    ย ย ย ย transport?: "cache" | "datamapper" | "sdmx" | "direct-datamapper";
    ย ย ย ย classification?: ImfCliFailureClassification;
    }
    Index
    timestamp: string
    command: "weo"
    event: string
    country: string
    indicator: string
    message: string
    attempt?: number
    maxAttempts?: number
    transport?: "cache" | "datamapper" | "sdmx" | "direct-datamapper"