palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
36 lines • 1.28 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 MetricsListParams = {
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?: 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;
spectroClusterUid?: string;
};
//# sourceMappingURL=metricsListParams.d.ts.map