GetClusterMetricsRequest: {
    clusterId: string;
    endAt?: Date;
    metricName?: string;
    startAt?: Date;
    zone?: Zone;
}

Type declaration

  • clusterId: string

    UUID of the cluster.

  • OptionalendAt?: Date

    End date.

  • OptionalmetricName?: string

    Name of the metric to gather.

  • OptionalstartAt?: Date

    Start date.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.