Type Alias: GetGlobalJobStatisticsData
type GetGlobalJobStatisticsData = object;
Properties
body?
optional body?: never;
path?
optional path?: never;
query
query: object;
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";