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.
@@ -53,6 +53,7 @@ import type { ClusterSlowLogExplainResponse } from '../models';
53
53
  import type { ClusterSlowLogStats } from '../models';
54
54
  import type { ClusterSlowLogTemplate } from '../models';
55
55
  import type { ClusterSlowLogTemplateList } from '../models';
56
+ import type { ClusterStorageUsageHistory } from '../models';
56
57
  import type { ClusterTags } from '../models';
57
58
  import type { ClusterUpdate } from '../models';
58
59
  import type { ConfigEntry } from '../models';
@@ -1121,6 +1122,16 @@ export declare const SharedApiAxiosParamCreator: (configuration?: Configuration)
1121
1122
  * @throws {RequiredError}
1122
1123
  */
1123
1124
  getClusterParameterTemplate: (orgName: string, clusterName: string, component?: string, engineName?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1125
+ /**
1126
+ * Get cluster storage usage history from backend-owned fixed metrics.
1127
+ * @summary Get cluster storage usage history
1128
+ * @param {string} orgName name of the Org
1129
+ * @param {string} clusterName name of the cluster
1130
+ * @param {string} [timeRange] Requested history range. Supported values are 24h and 7d. Defaults to 24h.
1131
+ * @param {*} [options] Override http request option.
1132
+ * @throws {RequiredError}
1133
+ */
1134
+ getClusterStorageUsageHistory: (orgName: string, clusterName: string, timeRange?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1124
1135
  /**
1125
1136
  *
1126
1137
  * @summary get the datasource
@@ -3830,6 +3841,16 @@ export declare const SharedApiFp: (configuration?: Configuration) => {
3830
3841
  * @throws {RequiredError}
3831
3842
  */
3832
3843
  getClusterParameterTemplate(orgName: string, clusterName: string, component?: string, engineName?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ParamTplApplyToClusterList>>;
3844
+ /**
3845
+ * Get cluster storage usage history from backend-owned fixed metrics.
3846
+ * @summary Get cluster storage usage history
3847
+ * @param {string} orgName name of the Org
3848
+ * @param {string} clusterName name of the cluster
3849
+ * @param {string} [timeRange] Requested history range. Supported values are 24h and 7d. Defaults to 24h.
3850
+ * @param {*} [options] Override http request option.
3851
+ * @throws {RequiredError}
3852
+ */
3853
+ getClusterStorageUsageHistory(orgName: string, clusterName: string, timeRange?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterStorageUsageHistory>>;
3833
3854
  /**
3834
3855
  *
3835
3856
  * @summary get the datasource
@@ -6297,6 +6318,14 @@ export declare const SharedApiFactory: (configuration?: Configuration, basePath?
6297
6318
  * @throws {RequiredError}
6298
6319
  */
6299
6320
  getClusterParameterTemplate(requestParameters: SharedApiGetClusterParameterTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ParamTplApplyToClusterList>;
6321
+ /**
6322
+ * Get cluster storage usage history from backend-owned fixed metrics.
6323
+ * @summary Get cluster storage usage history
6324
+ * @param {SharedApiGetClusterStorageUsageHistoryRequest} requestParameters Request parameters.
6325
+ * @param {*} [options] Override http request option.
6326
+ * @throws {RequiredError}
6327
+ */
6328
+ getClusterStorageUsageHistory(requestParameters: SharedApiGetClusterStorageUsageHistoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterStorageUsageHistory>;
6300
6329
  /**
6301
6330
  *
6302
6331
  * @summary get the datasource
@@ -8362,6 +8391,15 @@ export interface SharedApiInterface {
8362
8391
  * @memberof SharedApiInterface
8363
8392
  */
8364
8393
  getClusterParameterTemplate(requestParameters: SharedApiGetClusterParameterTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ParamTplApplyToClusterList>;
8394
+ /**
8395
+ * Get cluster storage usage history from backend-owned fixed metrics.
8396
+ * @summary Get cluster storage usage history
8397
+ * @param {SharedApiGetClusterStorageUsageHistoryRequest} requestParameters Request parameters.
8398
+ * @param {*} [options] Override http request option.
8399
+ * @throws {RequiredError}
8400
+ * @memberof SharedApiInterface
8401
+ */
8402
+ getClusterStorageUsageHistory(requestParameters: SharedApiGetClusterStorageUsageHistoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterStorageUsageHistory>;
8365
8403
  /**
8366
8404
  *
8367
8405
  * @summary get the datasource
@@ -12377,6 +12415,31 @@ export interface SharedApiGetClusterParameterTemplateRequest {
12377
12415
  */
12378
12416
  readonly engineName?: string;
12379
12417
  }
12418
+ /**
12419
+ * Request parameters for getClusterStorageUsageHistory operation in SharedApi.
12420
+ * @export
12421
+ * @interface SharedApiGetClusterStorageUsageHistoryRequest
12422
+ */
12423
+ export interface SharedApiGetClusterStorageUsageHistoryRequest {
12424
+ /**
12425
+ * name of the Org
12426
+ * @type {string}
12427
+ * @memberof SharedApiGetClusterStorageUsageHistory
12428
+ */
12429
+ readonly orgName: string;
12430
+ /**
12431
+ * name of the cluster
12432
+ * @type {string}
12433
+ * @memberof SharedApiGetClusterStorageUsageHistory
12434
+ */
12435
+ readonly clusterName: string;
12436
+ /**
12437
+ * Requested history range. Supported values are 24h and 7d. Defaults to 24h.
12438
+ * @type {string}
12439
+ * @memberof SharedApiGetClusterStorageUsageHistory
12440
+ */
12441
+ readonly timeRange?: string;
12442
+ }
12380
12443
  /**
12381
12444
  * Request parameters for getDataSourceV2 operation in SharedApi.
12382
12445
  * @export
@@ -18124,6 +18187,15 @@ export declare class SharedApi extends BaseAPI implements SharedApiInterface {
18124
18187
  * @memberof SharedApi
18125
18188
  */
18126
18189
  getClusterParameterTemplate(requestParameters: SharedApiGetClusterParameterTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ParamTplApplyToClusterList, any, {}>>;
18190
+ /**
18191
+ * Get cluster storage usage history from backend-owned fixed metrics.
18192
+ * @summary Get cluster storage usage history
18193
+ * @param {SharedApiGetClusterStorageUsageHistoryRequest} requestParameters Request parameters.
18194
+ * @param {*} [options] Override http request option.
18195
+ * @throws {RequiredError}
18196
+ * @memberof SharedApi
18197
+ */
18198
+ getClusterStorageUsageHistory(requestParameters: SharedApiGetClusterStorageUsageHistoryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterStorageUsageHistory, any, {}>>;
18127
18199
  /**
18128
18200
  *
18129
18201
  * @summary get the datasource