kb-cloud-client-typescript 2.3.0-alpha.118 → 2.3.0-alpha.119

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/dist/adminapi/apis/cluster-api.d.ts +72 -0
  2. package/dist/adminapi/apis/cluster-api.d.ts.map +1 -1
  3. package/dist/adminapi/apis/cluster-api.js +79 -0
  4. package/dist/adminapi/apis/cluster-api.js.map +1 -1
  5. package/dist/adminapi/apis/diagnostics-api.d.ts +5 -5
  6. package/dist/adminapi/apis/diagnostics-api.js +4 -4
  7. package/dist/adminapi/apis/shared-api.d.ts +72 -0
  8. package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
  9. package/dist/adminapi/apis/shared-api.js +79 -0
  10. package/dist/adminapi/apis/shared-api.js.map +1 -1
  11. package/dist/adminapi/models/cluster-storage-usage-history-point.d.ts +43 -0
  12. package/dist/adminapi/models/cluster-storage-usage-history-point.d.ts.map +1 -0
  13. package/dist/adminapi/models/{postgresql-space-pvc.js → cluster-storage-usage-history-point.js} +1 -1
  14. package/dist/adminapi/models/cluster-storage-usage-history-point.js.map +1 -0
  15. package/dist/adminapi/models/cluster-storage-usage-history.d.ts +56 -0
  16. package/dist/adminapi/models/cluster-storage-usage-history.d.ts.map +1 -0
  17. package/dist/adminapi/models/{postgresql-space-cannot-prove.js → cluster-storage-usage-history.js} +1 -1
  18. package/dist/adminapi/models/cluster-storage-usage-history.js.map +1 -0
  19. package/dist/adminapi/models/index.d.ts +3 -3
  20. package/dist/adminapi/models/index.d.ts.map +1 -1
  21. package/dist/adminapi/models/index.js +3 -3
  22. package/dist/adminapi/models/index.js.map +1 -1
  23. package/dist/adminapi/models/postgresql-database-space.d.ts +0 -12
  24. package/dist/adminapi/models/postgresql-database-space.d.ts.map +1 -1
  25. package/dist/adminapi/models/postgresql-index-space.d.ts +0 -12
  26. package/dist/adminapi/models/postgresql-index-space.d.ts.map +1 -1
  27. package/dist/adminapi/models/postgresql-space-analysis.d.ts +3 -17
  28. package/dist/adminapi/models/postgresql-space-analysis.d.ts.map +1 -1
  29. package/dist/adminapi/models/postgresql-space-summary.d.ts +0 -12
  30. package/dist/adminapi/models/postgresql-space-summary.d.ts.map +1 -1
  31. package/dist/adminapi/models/postgresql-storage-overview.d.ts +55 -0
  32. package/dist/adminapi/models/postgresql-storage-overview.d.ts.map +1 -0
  33. package/dist/adminapi/models/{postgresql-space-risk-hint.js → postgresql-storage-overview.js} +1 -1
  34. package/dist/adminapi/models/postgresql-storage-overview.js.map +1 -0
  35. package/dist/adminapi/models/postgresql-table-space.d.ts +0 -12
  36. package/dist/adminapi/models/postgresql-table-space.d.ts.map +1 -1
  37. package/dist/adminapi/models/postgresql-toast-relation-space.d.ts +0 -12
  38. package/dist/adminapi/models/postgresql-toast-relation-space.d.ts.map +1 -1
  39. package/dist/openapi/apis/cluster-api.d.ts +72 -0
  40. package/dist/openapi/apis/cluster-api.d.ts.map +1 -1
  41. package/dist/openapi/apis/cluster-api.js +79 -0
  42. package/dist/openapi/apis/cluster-api.js.map +1 -1
  43. package/dist/openapi/apis/diagnostics-api.d.ts +5 -5
  44. package/dist/openapi/apis/diagnostics-api.js +4 -4
  45. package/dist/openapi/apis/shared-api.d.ts +72 -0
  46. package/dist/openapi/apis/shared-api.d.ts.map +1 -1
  47. package/dist/openapi/apis/shared-api.js +79 -0
  48. package/dist/openapi/apis/shared-api.js.map +1 -1
  49. package/dist/openapi/models/{postgresql-space-pvc.d.ts → cluster-storage-usage-history-point.d.ts} +16 -16
  50. package/dist/openapi/models/cluster-storage-usage-history-point.d.ts.map +1 -0
  51. package/dist/openapi/models/{postgresql-space-cannot-prove.js → cluster-storage-usage-history-point.js} +1 -1
  52. package/dist/openapi/models/cluster-storage-usage-history-point.js.map +1 -0
  53. package/dist/openapi/models/{postgresql-space-risk-hint.d.ts → cluster-storage-usage-history.d.ts} +23 -28
  54. package/dist/openapi/models/cluster-storage-usage-history.d.ts.map +1 -0
  55. package/dist/openapi/models/{postgresql-space-pvc.js → cluster-storage-usage-history.js} +1 -1
  56. package/dist/openapi/models/cluster-storage-usage-history.js.map +1 -0
  57. package/dist/openapi/models/index.d.ts +3 -3
  58. package/dist/openapi/models/index.d.ts.map +1 -1
  59. package/dist/openapi/models/index.js +3 -3
  60. package/dist/openapi/models/index.js.map +1 -1
  61. package/dist/openapi/models/postgresql-database-space.d.ts +0 -12
  62. package/dist/openapi/models/postgresql-database-space.d.ts.map +1 -1
  63. package/dist/openapi/models/postgresql-index-space.d.ts +0 -12
  64. package/dist/openapi/models/postgresql-index-space.d.ts.map +1 -1
  65. package/dist/openapi/models/postgresql-space-analysis.d.ts +3 -17
  66. package/dist/openapi/models/postgresql-space-analysis.d.ts.map +1 -1
  67. package/dist/openapi/models/postgresql-space-summary.d.ts +0 -12
  68. package/dist/openapi/models/postgresql-space-summary.d.ts.map +1 -1
  69. package/dist/openapi/models/postgresql-storage-overview.d.ts +55 -0
  70. package/dist/openapi/models/postgresql-storage-overview.d.ts.map +1 -0
  71. package/dist/openapi/models/{postgresql-space-risk-hint.js → postgresql-storage-overview.js} +1 -1
  72. package/dist/openapi/models/postgresql-storage-overview.js.map +1 -0
  73. package/dist/openapi/models/postgresql-table-space.d.ts +0 -12
  74. package/dist/openapi/models/postgresql-table-space.d.ts.map +1 -1
  75. package/dist/openapi/models/postgresql-toast-relation-space.d.ts +0 -12
  76. package/dist/openapi/models/postgresql-toast-relation-space.d.ts.map +1 -1
  77. package/package.json +1 -1
  78. package/src/adminapi/.openapi-generator/FILES +3 -3
  79. package/src/adminapi/apis/cluster-api.ts +127 -0
  80. package/src/adminapi/apis/diagnostics-api.ts +5 -5
  81. package/src/adminapi/apis/shared-api.ts +127 -0
  82. package/src/adminapi/models/{postgresql-space-pvc.ts → cluster-storage-usage-history-point.ts} +15 -15
  83. package/src/adminapi/models/cluster-storage-usage-history.ts +63 -0
  84. package/src/adminapi/models/index.ts +3 -3
  85. package/src/adminapi/models/postgresql-database-space.ts +0 -12
  86. package/src/adminapi/models/postgresql-index-space.ts +0 -12
  87. package/src/adminapi/models/postgresql-space-analysis.ts +5 -23
  88. package/src/adminapi/models/postgresql-space-summary.ts +0 -12
  89. package/src/adminapi/models/postgresql-storage-overview.ts +60 -0
  90. package/src/adminapi/models/postgresql-table-space.ts +0 -12
  91. package/src/adminapi/models/postgresql-toast-relation-space.ts +0 -12
  92. package/src/adminapi.yaml +112 -94
  93. package/src/openapi/.openapi-generator/FILES +3 -3
  94. package/src/openapi/apis/cluster-api.ts +127 -0
  95. package/src/openapi/apis/diagnostics-api.ts +5 -5
  96. package/src/openapi/apis/shared-api.ts +127 -0
  97. package/src/openapi/models/{postgresql-space-pvc.ts → cluster-storage-usage-history-point.ts} +15 -15
  98. package/src/openapi/models/cluster-storage-usage-history.ts +63 -0
  99. package/src/openapi/models/index.ts +3 -3
  100. package/src/openapi/models/postgresql-database-space.ts +0 -12
  101. package/src/openapi/models/postgresql-index-space.ts +0 -12
  102. package/src/openapi/models/postgresql-space-analysis.ts +5 -23
  103. package/src/openapi/models/postgresql-space-summary.ts +0 -12
  104. package/src/openapi/models/{postgresql-space-risk-hint.ts → postgresql-storage-overview.ts} +23 -29
  105. package/src/openapi/models/postgresql-table-space.ts +0 -12
  106. package/src/openapi/models/postgresql-toast-relation-space.ts +0 -12
  107. package/src/openapi.yaml +112 -94
  108. package/dist/adminapi/models/postgresql-space-cannot-prove.d.ts +0 -43
  109. package/dist/adminapi/models/postgresql-space-cannot-prove.d.ts.map +0 -1
  110. package/dist/adminapi/models/postgresql-space-cannot-prove.js.map +0 -1
  111. package/dist/adminapi/models/postgresql-space-pvc.d.ts +0 -43
  112. package/dist/adminapi/models/postgresql-space-pvc.d.ts.map +0 -1
  113. package/dist/adminapi/models/postgresql-space-pvc.js.map +0 -1
  114. package/dist/adminapi/models/postgresql-space-risk-hint.d.ts +0 -61
  115. package/dist/adminapi/models/postgresql-space-risk-hint.d.ts.map +0 -1
  116. package/dist/adminapi/models/postgresql-space-risk-hint.js.map +0 -1
  117. package/dist/openapi/models/postgresql-space-cannot-prove.d.ts +0 -43
  118. package/dist/openapi/models/postgresql-space-cannot-prove.d.ts.map +0 -1
  119. package/dist/openapi/models/postgresql-space-cannot-prove.js.map +0 -1
  120. package/dist/openapi/models/postgresql-space-pvc.d.ts.map +0 -1
  121. package/dist/openapi/models/postgresql-space-pvc.js.map +0 -1
  122. package/dist/openapi/models/postgresql-space-risk-hint.d.ts.map +0 -1
  123. package/dist/openapi/models/postgresql-space-risk-hint.js.map +0 -1
  124. package/src/adminapi/models/postgresql-space-cannot-prove.ts +0 -48
  125. package/src/adminapi/models/postgresql-space-risk-hint.ts +0 -66
  126. package/src/openapi/models/postgresql-space-cannot-prove.ts +0 -48
@@ -41,7 +41,7 @@ export declare const DiagnosticsApiAxiosParamCreator: (configuration?: Configura
41
41
  */
42
42
  getDiagnosticsPostgresqlSessionLockAnalysis: (orgName: string, clusterName: string, pid: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43
43
  /**
44
- * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, or remediation actions.
44
+ * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, storage history, or remediation actions.
45
45
  * @summary Get PostgreSQL space analysis
46
46
  * @param {string} orgName Organization name
47
47
  * @param {string} clusterName Cluster name
@@ -86,7 +86,7 @@ export declare const DiagnosticsApiFp: (configuration?: Configuration) => {
86
86
  */
87
87
  getDiagnosticsPostgresqlSessionLockAnalysis(orgName: string, clusterName: string, pid: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostgresqlLockAnalysis>>;
88
88
  /**
89
- * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, or remediation actions.
89
+ * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, storage history, or remediation actions.
90
90
  * @summary Get PostgreSQL space analysis
91
91
  * @param {string} orgName Organization name
92
92
  * @param {string} clusterName Cluster name
@@ -127,7 +127,7 @@ export declare const DiagnosticsApiFactory: (configuration?: Configuration, base
127
127
  */
128
128
  getDiagnosticsPostgresqlSessionLockAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsPostgresqlSessionLockAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostgresqlLockAnalysis>;
129
129
  /**
130
- * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, or remediation actions.
130
+ * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, storage history, or remediation actions.
131
131
  * @summary Get PostgreSQL space analysis
132
132
  * @param {DiagnosticsApiGetDiagnosticsPostgresqlSpaceAnalysisRequest} requestParameters Request parameters.
133
133
  * @param {*} [options] Override http request option.
@@ -168,7 +168,7 @@ export interface DiagnosticsApiInterface {
168
168
  */
169
169
  getDiagnosticsPostgresqlSessionLockAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsPostgresqlSessionLockAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostgresqlLockAnalysis>;
170
170
  /**
171
- * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, or remediation actions.
171
+ * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, storage history, or remediation actions.
172
172
  * @summary Get PostgreSQL space analysis
173
173
  * @param {DiagnosticsApiGetDiagnosticsPostgresqlSpaceAnalysisRequest} requestParameters Request parameters.
174
174
  * @param {*} [options] Override http request option.
@@ -306,7 +306,7 @@ export declare class DiagnosticsApi extends BaseAPI implements DiagnosticsApiInt
306
306
  */
307
307
  getDiagnosticsPostgresqlSessionLockAnalysis(requestParameters: DiagnosticsApiGetDiagnosticsPostgresqlSessionLockAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PostgresqlLockAnalysis, any, {}>>;
308
308
  /**
309
- * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, or remediation actions.
309
+ * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, storage history, or remediation actions.
310
310
  * @summary Get PostgreSQL space analysis
311
311
  * @param {DiagnosticsApiGetDiagnosticsPostgresqlSpaceAnalysisRequest} requestParameters Request parameters.
312
312
  * @param {*} [options] Override http request option.
@@ -114,7 +114,7 @@ const DiagnosticsApiAxiosParamCreator = function (configuration) {
114
114
  };
115
115
  },
116
116
  /**
117
- * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, or remediation actions.
117
+ * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, storage history, or remediation actions.
118
118
  * @summary Get PostgreSQL space analysis
119
119
  * @param {string} orgName Organization name
120
120
  * @param {string} clusterName Cluster name
@@ -236,7 +236,7 @@ const DiagnosticsApiFp = function (configuration) {
236
236
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
237
237
  },
238
238
  /**
239
- * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, or remediation actions.
239
+ * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, storage history, or remediation actions.
240
240
  * @summary Get PostgreSQL space analysis
241
241
  * @param {string} orgName Organization name
242
242
  * @param {string} clusterName Cluster name
@@ -297,7 +297,7 @@ const DiagnosticsApiFactory = function (configuration, basePath, axios) {
297
297
  return localVarFp.getDiagnosticsPostgresqlSessionLockAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.pid, options).then((request) => request(axios, basePath));
298
298
  },
299
299
  /**
300
- * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, or remediation actions.
300
+ * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, storage history, or remediation actions.
301
301
  * @summary Get PostgreSQL space analysis
302
302
  * @param {DiagnosticsApiGetDiagnosticsPostgresqlSpaceAnalysisRequest} requestParameters Request parameters.
303
303
  * @param {*} [options] Override http request option.
@@ -349,7 +349,7 @@ class DiagnosticsApi extends base_1.BaseAPI {
349
349
  return (0, exports.DiagnosticsApiFp)(this.configuration).getDiagnosticsPostgresqlSessionLockAnalysis(requestParameters.orgName, requestParameters.clusterName, requestParameters.pid, options).then((request) => request(this.axios, this.basePath));
350
350
  }
351
351
  /**
352
- * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, or remediation actions.
352
+ * Get a read-only PostgreSQL space snapshot from DMS and fixed backend-owned storage metrics. The response does not expose SQL, PromQL, storage history, or remediation actions.
353
353
  * @summary Get PostgreSQL space analysis
354
354
  * @param {DiagnosticsApiGetDiagnosticsPostgresqlSpaceAnalysisRequest} requestParameters Request parameters.
355
355
  * @param {*} [options] Override http request option.
@@ -52,6 +52,7 @@ import type { ClusterSlowLogExplainResponse } from '../models';
52
52
  import type { ClusterSlowLogStats } from '../models';
53
53
  import type { ClusterSlowLogTemplate } from '../models';
54
54
  import type { ClusterSlowLogTemplateList } from '../models';
55
+ import type { ClusterStorageUsageHistory } from '../models';
55
56
  import type { ClusterTags } from '../models';
56
57
  import type { ClusterUpdate } from '../models';
57
58
  import type { ConfigEntry } from '../models';
@@ -1029,6 +1030,16 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
1029
1030
  * @throws {RequiredError}
1030
1031
  */
1031
1032
  getClusterParameterTemplate: (orgName: string, clusterName: string, component?: string, engineName?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1033
+ /**
1034
+ * Get cluster storage usage history from backend-owned fixed metrics.
1035
+ * @summary Get cluster storage usage history
1036
+ * @param {string} orgName name of the Org
1037
+ * @param {string} clusterName name of the cluster
1038
+ * @param {string} [timeRange] Requested history range. Supported values are 24h and 7d. Defaults to 24h.
1039
+ * @param {*} [options] Override http request option.
1040
+ * @throws {RequiredError}
1041
+ */
1042
+ getClusterStorageUsageHistory: (orgName: string, clusterName: string, timeRange?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1032
1043
  /**
1033
1044
  *
1034
1045
  * @summary get the datasource
@@ -3628,6 +3639,16 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
3628
3639
  * @throws {RequiredError}
3629
3640
  */
3630
3641
  getClusterParameterTemplate(orgName: string, clusterName: string, component?: string, engineName?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ParamTplApplyToClusterList>>;
3642
+ /**
3643
+ * Get cluster storage usage history from backend-owned fixed metrics.
3644
+ * @summary Get cluster storage usage history
3645
+ * @param {string} orgName name of the Org
3646
+ * @param {string} clusterName name of the cluster
3647
+ * @param {string} [timeRange] Requested history range. Supported values are 24h and 7d. Defaults to 24h.
3648
+ * @param {*} [options] Override http request option.
3649
+ * @throws {RequiredError}
3650
+ */
3651
+ getClusterStorageUsageHistory(orgName: string, clusterName: string, timeRange?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterStorageUsageHistory>>;
3631
3652
  /**
3632
3653
  *
3633
3654
  * @summary get the datasource
@@ -6028,6 +6049,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
6028
6049
  * @throws {RequiredError}
6029
6050
  */
6030
6051
  getClusterParameterTemplate(requestParameters: SharedApiGetClusterParameterTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ParamTplApplyToClusterList>;
6052
+ /**
6053
+ * Get cluster storage usage history from backend-owned fixed metrics.
6054
+ * @summary Get cluster storage usage history
6055
+ * @param {SharedApiGetClusterStorageUsageHistoryRequest} requestParameters Request parameters.
6056
+ * @param {*} [options] Override http request option.
6057
+ * @throws {RequiredError}
6058
+ */
6059
+ getClusterStorageUsageHistory(requestParameters: SharedApiGetClusterStorageUsageHistoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterStorageUsageHistory>;
6031
6060
  /**
6032
6061
  *
6033
6062
  * @summary get the datasource
@@ -8028,6 +8057,15 @@ export interface SharedApiInterface {
8028
8057
  * @memberof SharedApiInterface
8029
8058
  */
8030
8059
  getClusterParameterTemplate(requestParameters: SharedApiGetClusterParameterTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ParamTplApplyToClusterList>;
8060
+ /**
8061
+ * Get cluster storage usage history from backend-owned fixed metrics.
8062
+ * @summary Get cluster storage usage history
8063
+ * @param {SharedApiGetClusterStorageUsageHistoryRequest} requestParameters Request parameters.
8064
+ * @param {*} [options] Override http request option.
8065
+ * @throws {RequiredError}
8066
+ * @memberof SharedApiInterface
8067
+ */
8068
+ getClusterStorageUsageHistory(requestParameters: SharedApiGetClusterStorageUsageHistoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterStorageUsageHistory>;
8031
8069
  /**
8032
8070
  *
8033
8071
  * @summary get the datasource
@@ -11679,6 +11717,31 @@ export interface SharedApiGetClusterParameterTemplateRequest {
11679
11717
  */
11680
11718
  readonly engineName?: string;
11681
11719
  }
11720
+ /**
11721
+ * Request parameters for getClusterStorageUsageHistory operation in SharedApi.
11722
+ * @export
11723
+ * @interface SharedApiGetClusterStorageUsageHistoryRequest
11724
+ */
11725
+ export interface SharedApiGetClusterStorageUsageHistoryRequest {
11726
+ /**
11727
+ * name of the Org
11728
+ * @type {string}
11729
+ * @memberof SharedApiGetClusterStorageUsageHistory
11730
+ */
11731
+ readonly orgName: string;
11732
+ /**
11733
+ * name of the cluster
11734
+ * @type {string}
11735
+ * @memberof SharedApiGetClusterStorageUsageHistory
11736
+ */
11737
+ readonly clusterName: string;
11738
+ /**
11739
+ * Requested history range. Supported values are 24h and 7d. Defaults to 24h.
11740
+ * @type {string}
11741
+ * @memberof SharedApiGetClusterStorageUsageHistory
11742
+ */
11743
+ readonly timeRange?: string;
11744
+ }
11682
11745
  /**
11683
11746
  * Request parameters for getDataSourceV2 operation in SharedApi.
11684
11747
  * @export
@@ -17283,6 +17346,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
17283
17346
  * @memberof SharedApi
17284
17347
  */
17285
17348
  getClusterParameterTemplate(requestParameters: SharedApiGetClusterParameterTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ParamTplApplyToClusterList, any, {}>>;
17349
+ /**
17350
+ * Get cluster storage usage history from backend-owned fixed metrics.
17351
+ * @summary Get cluster storage usage history
17352
+ * @param {SharedApiGetClusterStorageUsageHistoryRequest} requestParameters Request parameters.
17353
+ * @param {*} [options] Override http request option.
17354
+ * @throws {RequiredError}
17355
+ * @memberof SharedApi
17356
+ */
17357
+ getClusterStorageUsageHistory(requestParameters: SharedApiGetClusterStorageUsageHistoryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterStorageUsageHistory, any, {}>>;
17286
17358
  /**
17287
17359
  *
17288
17360
  * @summary get the datasource