palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
41 lines • 1.43 kB
TypeScript
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* Palette APIs - 4.8
* OpenAPI spec version: v1
*/
export type MetricsUidListParams = {
/**
* multiple metric kinds can be provided with comma separated
*/
metricKind?: string;
/**
* Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
*/
startTime?: string;
/**
* Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
*/
endTime?: string;
/**
* period in minutes, group the data point by the specified period
*/
period?: number;
/**
* Deprecated. includeMasterMachines in boolean, group the data point by including control plane nodes if set to true
*/
includeMasterMachines?: boolean;
/**
* includeControlPlaneMachines in boolean, group the data point by including control plane nodes if set to true
*/
includeControlPlaneMachines?: boolean;
/**
* if true then api returns only aggregation values, else api returns all data points by default
*/
discrete?: boolean;
};
//# sourceMappingURL=metricsUidListParams.d.ts.map