Type Alias GetCockpitMetricsRequest
GetCockpitMetricsRequest: {
endDate?: Date;
metricName?: string;
projectId?: string;
startDate?: Date;
}
Type declaration
Optional
endDate?: Date
Optional
metricName?: string
Optional
projectId?: string
Optional
startDate?: Date
Request to get a given Cockpit's metrics.