@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias GetGlobalJobStatisticsData

    type GetGlobalJobStatisticsData = {
        body?: never;
        path?: never;
        query: { from: string; jobType?: string; to: string };
        url: "/jobs/statistics/global";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: { from: string; jobType?: string; to: string }

    Type Declaration

    • from: string

      Start of the time window to filter metrics. ISO 8601 date-time format.

    • OptionaljobType?: string

      Optional job type to limit the aggregation to a single job type.

    • to: string

      End of the time window to filter metrics. ISO 8601 date-time format.

    url: "/jobs/statistics/global"