@taiyi-io/api-connector-ts
    Preparing search index...

    Interface ControlQueryWarningsParams

    查询警告列表请求参数

    interface ControlQueryWarningsParams {
        level?: ConsoleEventLevel;
        limit?: number;
        offset?: number;
        unread_only?: boolean;
    }
    Index

    Properties

    警告等级

    limit?: number

    限制数量

    offset?: number

    偏移量

    unread_only?: boolean

    是否只查询未读警告