Skip to main content
Version: 8.9 (unreleased)

Type Alias: GetGlobalJobStatisticsData

type GetGlobalJobStatisticsData = object;

Defined in: gen/types.gen.ts:12132

Properties

body?

optional body: never;

Defined in: gen/types.gen.ts:12133


path?

optional path: never;

Defined in: gen/types.gen.ts:12134


query

query: object;

Defined in: gen/types.gen.ts:12135

from

from: string;

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

jobType?

optional jobType: string;

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

to

to: string;

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


url

url: "/jobs/statistics/global";

Defined in: gen/types.gen.ts:12151