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