kb-cloud-client-typescript 2.3.0-alpha.107 → 2.3.0-alpha.109
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.
- package/dist/adminapi/api.d.ts +0 -1
- package/dist/adminapi/api.d.ts.map +1 -1
- package/dist/adminapi/api.js +0 -1
- package/dist/adminapi/api.js.map +1 -1
- package/dist/adminapi/apis/cluster-log-api.d.ts +154 -2
- package/dist/adminapi/apis/cluster-log-api.d.ts.map +1 -1
- package/dist/adminapi/apis/cluster-log-api.js +100 -5
- package/dist/adminapi/apis/cluster-log-api.js.map +1 -1
- package/dist/adminapi/apis/shared-api.d.ts +154 -2
- package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
- package/dist/adminapi/apis/shared-api.js +100 -5
- package/dist/adminapi/apis/shared-api.js.map +1 -1
- package/dist/adminapi/models/account-option.d.ts +7 -1
- package/dist/adminapi/models/account-option.d.ts.map +1 -1
- package/dist/adminapi/models/index.d.ts +0 -10
- package/dist/adminapi/models/index.d.ts.map +1 -1
- package/dist/adminapi/models/index.js +0 -10
- package/dist/adminapi/models/index.js.map +1 -1
- package/dist/openapi/api.d.ts +0 -1
- package/dist/openapi/api.d.ts.map +1 -1
- package/dist/openapi/api.js +0 -1
- package/dist/openapi/api.js.map +1 -1
- package/dist/openapi/apis/cluster-log-api.d.ts +154 -2
- package/dist/openapi/apis/cluster-log-api.d.ts.map +1 -1
- package/dist/openapi/apis/cluster-log-api.js +100 -5
- package/dist/openapi/apis/cluster-log-api.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +154 -2
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +100 -5
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/models/account-option.d.ts +7 -1
- package/dist/openapi/models/account-option.d.ts.map +1 -1
- package/dist/openapi/models/index.d.ts +0 -10
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +0 -10
- package/dist/openapi/models/index.js.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/.openapi-generator/FILES +0 -11
- package/src/adminapi/api.ts +0 -1
- package/src/adminapi/apis/cluster-log-api.ts +252 -5
- package/src/adminapi/apis/shared-api.ts +252 -5
- package/src/adminapi/models/account-option.ts +7 -1
- package/src/adminapi/models/index.ts +0 -10
- package/src/adminapi.yaml +94 -382
- package/src/openapi/.openapi-generator/FILES +0 -11
- package/src/openapi/api.ts +0 -1
- package/src/openapi/apis/cluster-log-api.ts +252 -5
- package/src/openapi/apis/shared-api.ts +252 -5
- package/src/openapi/models/account-option.ts +7 -1
- package/src/openapi/models/index.ts +0 -10
- package/src/openapi.yaml +94 -382
- package/dist/adminapi/apis/aiapi.d.ts +0 -408
- package/dist/adminapi/apis/aiapi.d.ts.map +0 -1
- package/dist/adminapi/apis/aiapi.js +0 -496
- package/dist/adminapi/apis/aiapi.js.map +0 -1
- package/dist/adminapi/models/ai-conversation-list-response.d.ts +0 -32
- package/dist/adminapi/models/ai-conversation-list-response.d.ts.map +0 -1
- package/dist/adminapi/models/ai-conversation-list-response.js +0 -16
- package/dist/adminapi/models/ai-conversation-list-response.js.map +0 -1
- package/dist/adminapi/models/ai-conversation.d.ts +0 -67
- package/dist/adminapi/models/ai-conversation.d.ts.map +0 -1
- package/dist/adminapi/models/ai-conversation.js +0 -16
- package/dist/adminapi/models/ai-conversation.js.map +0 -1
- package/dist/adminapi/models/ai-message-list-response.d.ts +0 -26
- package/dist/adminapi/models/ai-message-list-response.d.ts.map +0 -1
- package/dist/adminapi/models/ai-message-list-response.js +0 -16
- package/dist/adminapi/models/ai-message-list-response.js.map +0 -1
- package/dist/adminapi/models/ai-message.d.ts +0 -70
- package/dist/adminapi/models/ai-message.d.ts.map +0 -1
- package/dist/adminapi/models/ai-message.js +0 -16
- package/dist/adminapi/models/ai-message.js.map +0 -1
- package/dist/adminapi/models/aichat-type.d.ts +0 -22
- package/dist/adminapi/models/aichat-type.d.ts.map +0 -1
- package/dist/adminapi/models/aichat-type.js +0 -26
- package/dist/adminapi/models/aichat-type.js.map +0 -1
- package/dist/adminapi/models/aiconversation-request.d.ts +0 -26
- package/dist/adminapi/models/aiconversation-request.d.ts.map +0 -1
- package/dist/adminapi/models/aiconversation-request.js +0 -16
- package/dist/adminapi/models/aiconversation-request.js.map +0 -1
- package/dist/adminapi/models/chat-request.d.ts +0 -79
- package/dist/adminapi/models/chat-request.d.ts.map +0 -1
- package/dist/adminapi/models/chat-request.js +0 -16
- package/dist/adminapi/models/chat-request.js.map +0 -1
- package/dist/adminapi/models/chat-response-type.d.ts +0 -29
- package/dist/adminapi/models/chat-response-type.d.ts.map +0 -1
- package/dist/adminapi/models/chat-response-type.js +0 -33
- package/dist/adminapi/models/chat-response-type.js.map +0 -1
- package/dist/adminapi/models/chat-response.d.ts +0 -50
- package/dist/adminapi/models/chat-response.d.ts.map +0 -1
- package/dist/adminapi/models/chat-response.js +0 -16
- package/dist/adminapi/models/chat-response.js.map +0 -1
- package/dist/adminapi/models/sender-type.d.ts +0 -23
- package/dist/adminapi/models/sender-type.d.ts.map +0 -1
- package/dist/adminapi/models/sender-type.js +0 -27
- package/dist/adminapi/models/sender-type.js.map +0 -1
- package/dist/openapi/apis/aiapi.d.ts +0 -408
- package/dist/openapi/apis/aiapi.d.ts.map +0 -1
- package/dist/openapi/apis/aiapi.js +0 -496
- package/dist/openapi/apis/aiapi.js.map +0 -1
- package/dist/openapi/models/ai-conversation-list-response.d.ts +0 -32
- package/dist/openapi/models/ai-conversation-list-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-conversation-list-response.js +0 -16
- package/dist/openapi/models/ai-conversation-list-response.js.map +0 -1
- package/dist/openapi/models/ai-conversation.d.ts +0 -67
- package/dist/openapi/models/ai-conversation.d.ts.map +0 -1
- package/dist/openapi/models/ai-conversation.js +0 -16
- package/dist/openapi/models/ai-conversation.js.map +0 -1
- package/dist/openapi/models/ai-message-list-response.d.ts +0 -26
- package/dist/openapi/models/ai-message-list-response.d.ts.map +0 -1
- package/dist/openapi/models/ai-message-list-response.js +0 -16
- package/dist/openapi/models/ai-message-list-response.js.map +0 -1
- package/dist/openapi/models/ai-message.d.ts +0 -70
- package/dist/openapi/models/ai-message.d.ts.map +0 -1
- package/dist/openapi/models/ai-message.js +0 -16
- package/dist/openapi/models/ai-message.js.map +0 -1
- package/dist/openapi/models/aichat-type.d.ts +0 -22
- package/dist/openapi/models/aichat-type.d.ts.map +0 -1
- package/dist/openapi/models/aichat-type.js +0 -26
- package/dist/openapi/models/aichat-type.js.map +0 -1
- package/dist/openapi/models/aiconversation-request.d.ts +0 -26
- package/dist/openapi/models/aiconversation-request.d.ts.map +0 -1
- package/dist/openapi/models/aiconversation-request.js +0 -16
- package/dist/openapi/models/aiconversation-request.js.map +0 -1
- package/dist/openapi/models/chat-request.d.ts +0 -79
- package/dist/openapi/models/chat-request.d.ts.map +0 -1
- package/dist/openapi/models/chat-request.js +0 -16
- package/dist/openapi/models/chat-request.js.map +0 -1
- package/dist/openapi/models/chat-response-type.d.ts +0 -29
- package/dist/openapi/models/chat-response-type.d.ts.map +0 -1
- package/dist/openapi/models/chat-response-type.js +0 -33
- package/dist/openapi/models/chat-response-type.js.map +0 -1
- package/dist/openapi/models/chat-response.d.ts +0 -50
- package/dist/openapi/models/chat-response.d.ts.map +0 -1
- package/dist/openapi/models/chat-response.js +0 -16
- package/dist/openapi/models/chat-response.js.map +0 -1
- package/dist/openapi/models/sender-type.d.ts +0 -23
- package/dist/openapi/models/sender-type.d.ts.map +0 -1
- package/dist/openapi/models/sender-type.js +0 -27
- package/dist/openapi/models/sender-type.js.map +0 -1
- package/src/adminapi/apis/aiapi.ts +0 -728
- package/src/adminapi/models/ai-conversation-list-response.ts +0 -39
- package/src/adminapi/models/ai-conversation.ts +0 -72
- package/src/adminapi/models/ai-message-list-response.ts +0 -33
- package/src/adminapi/models/ai-message.ts +0 -77
- package/src/adminapi/models/aichat-type.ts +0 -31
- package/src/adminapi/models/aiconversation-request.ts +0 -35
- package/src/adminapi/models/chat-request.ts +0 -84
- package/src/adminapi/models/chat-response-type.ts +0 -38
- package/src/adminapi/models/chat-response.ts +0 -59
- package/src/adminapi/models/sender-type.ts +0 -32
- package/src/openapi/apis/aiapi.ts +0 -728
- package/src/openapi/models/ai-conversation-list-response.ts +0 -39
- package/src/openapi/models/ai-conversation.ts +0 -72
- package/src/openapi/models/ai-message-list-response.ts +0 -33
- package/src/openapi/models/ai-message.ts +0 -77
- package/src/openapi/models/aichat-type.ts +0 -31
- package/src/openapi/models/aiconversation-request.ts +0 -35
- package/src/openapi/models/chat-request.ts +0 -84
- package/src/openapi/models/chat-response-type.ts +0 -38
- package/src/openapi/models/chat-response.ts +0 -59
- package/src/openapi/models/sender-type.ts +0 -32
|
@@ -157,10 +157,29 @@ export const ClusterLogApiAxiosParamCreator = function (configuration?: Configur
|
|
|
157
157
|
* @param {SortType} [sortType]
|
|
158
158
|
* @param {string} [groupBy]
|
|
159
159
|
* @param {number} [topN]
|
|
160
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
161
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
162
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
163
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
164
|
+
* @param {number} [minRowsExamined]
|
|
165
|
+
* @param {number} [maxRowsExamined]
|
|
166
|
+
* @param {number} [minRowsSent]
|
|
167
|
+
* @param {number} [maxRowsSent]
|
|
168
|
+
* @param {string} [dbName]
|
|
169
|
+
* @param {string} [dbNameContains]
|
|
170
|
+
* @param {string} [userName]
|
|
171
|
+
* @param {string} [userNameContains]
|
|
172
|
+
* @param {string} [clientIp]
|
|
173
|
+
* @param {string} [clientIpContains]
|
|
174
|
+
* @param {string} [clientIpCIDR]
|
|
175
|
+
* @param {string} [appName]
|
|
176
|
+
* @param {string} [appNameContains]
|
|
177
|
+
* @param {string} [templateId]
|
|
178
|
+
* @param {boolean} [unclassifiedOnly]
|
|
160
179
|
* @param {*} [options] Override http request option.
|
|
161
180
|
* @throws {RequiredError}
|
|
162
181
|
*/
|
|
163
|
-
aggregateSlowLogs: async (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
182
|
+
aggregateSlowLogs: async (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
164
183
|
// verify required parameter 'orgName' is not null or undefined
|
|
165
184
|
assertParamExists('aggregateSlowLogs', 'orgName', orgName)
|
|
166
185
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -226,6 +245,82 @@ export const ClusterLogApiAxiosParamCreator = function (configuration?: Configur
|
|
|
226
245
|
localVarQueryParameter['topN'] = topN;
|
|
227
246
|
}
|
|
228
247
|
|
|
248
|
+
if (minExecutionTime !== undefined) {
|
|
249
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
if (maxExecutionTime !== undefined) {
|
|
253
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
if (minLockTime !== undefined) {
|
|
257
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
if (maxLockTime !== undefined) {
|
|
261
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
if (minRowsExamined !== undefined) {
|
|
265
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
if (maxRowsExamined !== undefined) {
|
|
269
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
if (minRowsSent !== undefined) {
|
|
273
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
if (maxRowsSent !== undefined) {
|
|
277
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
if (dbName !== undefined) {
|
|
281
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
if (dbNameContains !== undefined) {
|
|
285
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
if (userName !== undefined) {
|
|
289
|
+
localVarQueryParameter['userName'] = userName;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
if (userNameContains !== undefined) {
|
|
293
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
if (clientIp !== undefined) {
|
|
297
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
if (clientIpContains !== undefined) {
|
|
301
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
if (clientIpCIDR !== undefined) {
|
|
305
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
if (appName !== undefined) {
|
|
309
|
+
localVarQueryParameter['appName'] = appName;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
if (appNameContains !== undefined) {
|
|
313
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
if (templateId !== undefined) {
|
|
317
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
if (unclassifiedOnly !== undefined) {
|
|
321
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
322
|
+
}
|
|
323
|
+
|
|
229
324
|
|
|
230
325
|
|
|
231
326
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -1902,11 +1997,30 @@ export const ClusterLogApiFp = function(configuration?: Configuration) {
|
|
|
1902
1997
|
* @param {SortType} [sortType]
|
|
1903
1998
|
* @param {string} [groupBy]
|
|
1904
1999
|
* @param {number} [topN]
|
|
2000
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2001
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2002
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2003
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2004
|
+
* @param {number} [minRowsExamined]
|
|
2005
|
+
* @param {number} [maxRowsExamined]
|
|
2006
|
+
* @param {number} [minRowsSent]
|
|
2007
|
+
* @param {number} [maxRowsSent]
|
|
2008
|
+
* @param {string} [dbName]
|
|
2009
|
+
* @param {string} [dbNameContains]
|
|
2010
|
+
* @param {string} [userName]
|
|
2011
|
+
* @param {string} [userNameContains]
|
|
2012
|
+
* @param {string} [clientIp]
|
|
2013
|
+
* @param {string} [clientIpContains]
|
|
2014
|
+
* @param {string} [clientIpCIDR]
|
|
2015
|
+
* @param {string} [appName]
|
|
2016
|
+
* @param {string} [appNameContains]
|
|
2017
|
+
* @param {string} [templateId]
|
|
2018
|
+
* @param {boolean} [unclassifiedOnly]
|
|
1905
2019
|
* @param {*} [options] Override http request option.
|
|
1906
2020
|
* @throws {RequiredError}
|
|
1907
2021
|
*/
|
|
1908
|
-
async aggregateSlowLogs(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterExecutionLogAggregateResponse>> {
|
|
1909
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.aggregateSlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, groupBy, topN, options);
|
|
2022
|
+
async aggregateSlowLogs(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterExecutionLogAggregateResponse>> {
|
|
2023
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.aggregateSlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, groupBy, topN, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options);
|
|
1910
2024
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1911
2025
|
const localVarOperationServerBasePath = operationServerMap['ClusterLogApi.aggregateSlowLogs']?.[localVarOperationServerIndex]?.url;
|
|
1912
2026
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -2318,7 +2432,7 @@ export const ClusterLogApiFactory = function (configuration?: Configuration, bas
|
|
|
2318
2432
|
* @throws {RequiredError}
|
|
2319
2433
|
*/
|
|
2320
2434
|
aggregateSlowLogs(requestParameters: ClusterLogApiAggregateSlowLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLogAggregateResponse> {
|
|
2321
|
-
return localVarFp.aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, options).then((request) => request(axios, basePath));
|
|
2435
|
+
return localVarFp.aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(axios, basePath));
|
|
2322
2436
|
},
|
|
2323
2437
|
/**
|
|
2324
2438
|
* Explain a concrete SQL from a slow log using the cluster default datasource.
|
|
@@ -2777,6 +2891,139 @@ export interface ClusterLogApiAggregateSlowLogsRequest {
|
|
|
2777
2891
|
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2778
2892
|
*/
|
|
2779
2893
|
readonly topN?: number
|
|
2894
|
+
|
|
2895
|
+
/**
|
|
2896
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2897
|
+
* @type {number}
|
|
2898
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2899
|
+
*/
|
|
2900
|
+
readonly minExecutionTime?: number
|
|
2901
|
+
|
|
2902
|
+
/**
|
|
2903
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
2904
|
+
* @type {number}
|
|
2905
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2906
|
+
*/
|
|
2907
|
+
readonly maxExecutionTime?: number
|
|
2908
|
+
|
|
2909
|
+
/**
|
|
2910
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2911
|
+
* @type {number}
|
|
2912
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2913
|
+
*/
|
|
2914
|
+
readonly minLockTime?: number
|
|
2915
|
+
|
|
2916
|
+
/**
|
|
2917
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
2918
|
+
* @type {number}
|
|
2919
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2920
|
+
*/
|
|
2921
|
+
readonly maxLockTime?: number
|
|
2922
|
+
|
|
2923
|
+
/**
|
|
2924
|
+
*
|
|
2925
|
+
* @type {number}
|
|
2926
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2927
|
+
*/
|
|
2928
|
+
readonly minRowsExamined?: number
|
|
2929
|
+
|
|
2930
|
+
/**
|
|
2931
|
+
*
|
|
2932
|
+
* @type {number}
|
|
2933
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2934
|
+
*/
|
|
2935
|
+
readonly maxRowsExamined?: number
|
|
2936
|
+
|
|
2937
|
+
/**
|
|
2938
|
+
*
|
|
2939
|
+
* @type {number}
|
|
2940
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2941
|
+
*/
|
|
2942
|
+
readonly minRowsSent?: number
|
|
2943
|
+
|
|
2944
|
+
/**
|
|
2945
|
+
*
|
|
2946
|
+
* @type {number}
|
|
2947
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2948
|
+
*/
|
|
2949
|
+
readonly maxRowsSent?: number
|
|
2950
|
+
|
|
2951
|
+
/**
|
|
2952
|
+
*
|
|
2953
|
+
* @type {string}
|
|
2954
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2955
|
+
*/
|
|
2956
|
+
readonly dbName?: string
|
|
2957
|
+
|
|
2958
|
+
/**
|
|
2959
|
+
*
|
|
2960
|
+
* @type {string}
|
|
2961
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2962
|
+
*/
|
|
2963
|
+
readonly dbNameContains?: string
|
|
2964
|
+
|
|
2965
|
+
/**
|
|
2966
|
+
*
|
|
2967
|
+
* @type {string}
|
|
2968
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2969
|
+
*/
|
|
2970
|
+
readonly userName?: string
|
|
2971
|
+
|
|
2972
|
+
/**
|
|
2973
|
+
*
|
|
2974
|
+
* @type {string}
|
|
2975
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2976
|
+
*/
|
|
2977
|
+
readonly userNameContains?: string
|
|
2978
|
+
|
|
2979
|
+
/**
|
|
2980
|
+
*
|
|
2981
|
+
* @type {string}
|
|
2982
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2983
|
+
*/
|
|
2984
|
+
readonly clientIp?: string
|
|
2985
|
+
|
|
2986
|
+
/**
|
|
2987
|
+
*
|
|
2988
|
+
* @type {string}
|
|
2989
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2990
|
+
*/
|
|
2991
|
+
readonly clientIpContains?: string
|
|
2992
|
+
|
|
2993
|
+
/**
|
|
2994
|
+
*
|
|
2995
|
+
* @type {string}
|
|
2996
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
2997
|
+
*/
|
|
2998
|
+
readonly clientIpCIDR?: string
|
|
2999
|
+
|
|
3000
|
+
/**
|
|
3001
|
+
*
|
|
3002
|
+
* @type {string}
|
|
3003
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
3004
|
+
*/
|
|
3005
|
+
readonly appName?: string
|
|
3006
|
+
|
|
3007
|
+
/**
|
|
3008
|
+
*
|
|
3009
|
+
* @type {string}
|
|
3010
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
3011
|
+
*/
|
|
3012
|
+
readonly appNameContains?: string
|
|
3013
|
+
|
|
3014
|
+
/**
|
|
3015
|
+
*
|
|
3016
|
+
* @type {string}
|
|
3017
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
3018
|
+
*/
|
|
3019
|
+
readonly templateId?: string
|
|
3020
|
+
|
|
3021
|
+
/**
|
|
3022
|
+
*
|
|
3023
|
+
* @type {boolean}
|
|
3024
|
+
* @memberof ClusterLogApiAggregateSlowLogs
|
|
3025
|
+
*/
|
|
3026
|
+
readonly unclassifiedOnly?: boolean
|
|
2780
3027
|
}
|
|
2781
3028
|
|
|
2782
3029
|
/**
|
|
@@ -4459,7 +4706,7 @@ export class ClusterLogApi extends BaseAPI implements ClusterLogApiInterface {
|
|
|
4459
4706
|
* @memberof ClusterLogApi
|
|
4460
4707
|
*/
|
|
4461
4708
|
public aggregateSlowLogs(requestParameters: ClusterLogApiAggregateSlowLogsRequest, options?: RawAxiosRequestConfig) {
|
|
4462
|
-
return ClusterLogApiFp(this.configuration).aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, options).then((request) => request(this.axios, this.basePath));
|
|
4709
|
+
return ClusterLogApiFp(this.configuration).aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(this.axios, this.basePath));
|
|
4463
4710
|
}
|
|
4464
4711
|
|
|
4465
4712
|
/**
|
|
@@ -532,10 +532,29 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
532
532
|
* @param {SortType} [sortType]
|
|
533
533
|
* @param {string} [groupBy]
|
|
534
534
|
* @param {number} [topN]
|
|
535
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
536
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
537
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
538
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
539
|
+
* @param {number} [minRowsExamined]
|
|
540
|
+
* @param {number} [maxRowsExamined]
|
|
541
|
+
* @param {number} [minRowsSent]
|
|
542
|
+
* @param {number} [maxRowsSent]
|
|
543
|
+
* @param {string} [dbName]
|
|
544
|
+
* @param {string} [dbNameContains]
|
|
545
|
+
* @param {string} [userName]
|
|
546
|
+
* @param {string} [userNameContains]
|
|
547
|
+
* @param {string} [clientIp]
|
|
548
|
+
* @param {string} [clientIpContains]
|
|
549
|
+
* @param {string} [clientIpCIDR]
|
|
550
|
+
* @param {string} [appName]
|
|
551
|
+
* @param {string} [appNameContains]
|
|
552
|
+
* @param {string} [templateId]
|
|
553
|
+
* @param {boolean} [unclassifiedOnly]
|
|
535
554
|
* @param {*} [options] Override http request option.
|
|
536
555
|
* @throws {RequiredError}
|
|
537
556
|
*/
|
|
538
|
-
aggregateSlowLogs: async (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
557
|
+
aggregateSlowLogs: async (orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
539
558
|
// verify required parameter 'orgName' is not null or undefined
|
|
540
559
|
assertParamExists('aggregateSlowLogs', 'orgName', orgName)
|
|
541
560
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -601,6 +620,82 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
601
620
|
localVarQueryParameter['topN'] = topN;
|
|
602
621
|
}
|
|
603
622
|
|
|
623
|
+
if (minExecutionTime !== undefined) {
|
|
624
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
if (maxExecutionTime !== undefined) {
|
|
628
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
if (minLockTime !== undefined) {
|
|
632
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
if (maxLockTime !== undefined) {
|
|
636
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
if (minRowsExamined !== undefined) {
|
|
640
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
if (maxRowsExamined !== undefined) {
|
|
644
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
if (minRowsSent !== undefined) {
|
|
648
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
if (maxRowsSent !== undefined) {
|
|
652
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
if (dbName !== undefined) {
|
|
656
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
if (dbNameContains !== undefined) {
|
|
660
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
if (userName !== undefined) {
|
|
664
|
+
localVarQueryParameter['userName'] = userName;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
if (userNameContains !== undefined) {
|
|
668
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
if (clientIp !== undefined) {
|
|
672
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
if (clientIpContains !== undefined) {
|
|
676
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
if (clientIpCIDR !== undefined) {
|
|
680
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
if (appName !== undefined) {
|
|
684
|
+
localVarQueryParameter['appName'] = appName;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
if (appNameContains !== undefined) {
|
|
688
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
if (templateId !== undefined) {
|
|
692
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
if (unclassifiedOnly !== undefined) {
|
|
696
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
697
|
+
}
|
|
698
|
+
|
|
604
699
|
|
|
605
700
|
|
|
606
701
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -14021,11 +14116,30 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
14021
14116
|
* @param {SortType} [sortType]
|
|
14022
14117
|
* @param {string} [groupBy]
|
|
14023
14118
|
* @param {number} [topN]
|
|
14119
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
14120
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
14121
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
14122
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
14123
|
+
* @param {number} [minRowsExamined]
|
|
14124
|
+
* @param {number} [maxRowsExamined]
|
|
14125
|
+
* @param {number} [minRowsSent]
|
|
14126
|
+
* @param {number} [maxRowsSent]
|
|
14127
|
+
* @param {string} [dbName]
|
|
14128
|
+
* @param {string} [dbNameContains]
|
|
14129
|
+
* @param {string} [userName]
|
|
14130
|
+
* @param {string} [userNameContains]
|
|
14131
|
+
* @param {string} [clientIp]
|
|
14132
|
+
* @param {string} [clientIpContains]
|
|
14133
|
+
* @param {string} [clientIpCIDR]
|
|
14134
|
+
* @param {string} [appName]
|
|
14135
|
+
* @param {string} [appNameContains]
|
|
14136
|
+
* @param {string} [templateId]
|
|
14137
|
+
* @param {boolean} [unclassifiedOnly]
|
|
14024
14138
|
* @param {*} [options] Override http request option.
|
|
14025
14139
|
* @throws {RequiredError}
|
|
14026
14140
|
*/
|
|
14027
|
-
async aggregateSlowLogs(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterExecutionLogAggregateResponse>> {
|
|
14028
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.aggregateSlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, groupBy, topN, options);
|
|
14141
|
+
async aggregateSlowLogs(orgName: string, clusterName: string, startTime: string, endTime: string, componentName?: string, instanceName?: string, query?: string, limit?: string, sortType?: SortType, groupBy?: string, topN?: number, minExecutionTime?: number, maxExecutionTime?: number, minLockTime?: number, maxLockTime?: number, minRowsExamined?: number, maxRowsExamined?: number, minRowsSent?: number, maxRowsSent?: number, dbName?: string, dbNameContains?: string, userName?: string, userNameContains?: string, clientIp?: string, clientIpContains?: string, clientIpCIDR?: string, appName?: string, appNameContains?: string, templateId?: string, unclassifiedOnly?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClusterExecutionLogAggregateResponse>> {
|
|
14142
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.aggregateSlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, groupBy, topN, minExecutionTime, maxExecutionTime, minLockTime, maxLockTime, minRowsExamined, maxRowsExamined, minRowsSent, maxRowsSent, dbName, dbNameContains, userName, userNameContains, clientIp, clientIpContains, clientIpCIDR, appName, appNameContains, templateId, unclassifiedOnly, options);
|
|
14029
14143
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
14030
14144
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.aggregateSlowLogs']?.[localVarOperationServerIndex]?.url;
|
|
14031
14145
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -17936,7 +18050,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
17936
18050
|
* @throws {RequiredError}
|
|
17937
18051
|
*/
|
|
17938
18052
|
aggregateSlowLogs(requestParameters: SharedApiAggregateSlowLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLogAggregateResponse> {
|
|
17939
|
-
return localVarFp.aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, options).then((request) => request(axios, basePath));
|
|
18053
|
+
return localVarFp.aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(axios, basePath));
|
|
17940
18054
|
},
|
|
17941
18055
|
/**
|
|
17942
18056
|
*
|
|
@@ -23038,6 +23152,139 @@ export interface SharedApiAggregateSlowLogsRequest {
|
|
|
23038
23152
|
* @memberof SharedApiAggregateSlowLogs
|
|
23039
23153
|
*/
|
|
23040
23154
|
readonly topN?: number
|
|
23155
|
+
|
|
23156
|
+
/**
|
|
23157
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
23158
|
+
* @type {number}
|
|
23159
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23160
|
+
*/
|
|
23161
|
+
readonly minExecutionTime?: number
|
|
23162
|
+
|
|
23163
|
+
/**
|
|
23164
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
23165
|
+
* @type {number}
|
|
23166
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23167
|
+
*/
|
|
23168
|
+
readonly maxExecutionTime?: number
|
|
23169
|
+
|
|
23170
|
+
/**
|
|
23171
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
23172
|
+
* @type {number}
|
|
23173
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23174
|
+
*/
|
|
23175
|
+
readonly minLockTime?: number
|
|
23176
|
+
|
|
23177
|
+
/**
|
|
23178
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
23179
|
+
* @type {number}
|
|
23180
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23181
|
+
*/
|
|
23182
|
+
readonly maxLockTime?: number
|
|
23183
|
+
|
|
23184
|
+
/**
|
|
23185
|
+
*
|
|
23186
|
+
* @type {number}
|
|
23187
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23188
|
+
*/
|
|
23189
|
+
readonly minRowsExamined?: number
|
|
23190
|
+
|
|
23191
|
+
/**
|
|
23192
|
+
*
|
|
23193
|
+
* @type {number}
|
|
23194
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23195
|
+
*/
|
|
23196
|
+
readonly maxRowsExamined?: number
|
|
23197
|
+
|
|
23198
|
+
/**
|
|
23199
|
+
*
|
|
23200
|
+
* @type {number}
|
|
23201
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23202
|
+
*/
|
|
23203
|
+
readonly minRowsSent?: number
|
|
23204
|
+
|
|
23205
|
+
/**
|
|
23206
|
+
*
|
|
23207
|
+
* @type {number}
|
|
23208
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23209
|
+
*/
|
|
23210
|
+
readonly maxRowsSent?: number
|
|
23211
|
+
|
|
23212
|
+
/**
|
|
23213
|
+
*
|
|
23214
|
+
* @type {string}
|
|
23215
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23216
|
+
*/
|
|
23217
|
+
readonly dbName?: string
|
|
23218
|
+
|
|
23219
|
+
/**
|
|
23220
|
+
*
|
|
23221
|
+
* @type {string}
|
|
23222
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23223
|
+
*/
|
|
23224
|
+
readonly dbNameContains?: string
|
|
23225
|
+
|
|
23226
|
+
/**
|
|
23227
|
+
*
|
|
23228
|
+
* @type {string}
|
|
23229
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23230
|
+
*/
|
|
23231
|
+
readonly userName?: string
|
|
23232
|
+
|
|
23233
|
+
/**
|
|
23234
|
+
*
|
|
23235
|
+
* @type {string}
|
|
23236
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23237
|
+
*/
|
|
23238
|
+
readonly userNameContains?: string
|
|
23239
|
+
|
|
23240
|
+
/**
|
|
23241
|
+
*
|
|
23242
|
+
* @type {string}
|
|
23243
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23244
|
+
*/
|
|
23245
|
+
readonly clientIp?: string
|
|
23246
|
+
|
|
23247
|
+
/**
|
|
23248
|
+
*
|
|
23249
|
+
* @type {string}
|
|
23250
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23251
|
+
*/
|
|
23252
|
+
readonly clientIpContains?: string
|
|
23253
|
+
|
|
23254
|
+
/**
|
|
23255
|
+
*
|
|
23256
|
+
* @type {string}
|
|
23257
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23258
|
+
*/
|
|
23259
|
+
readonly clientIpCIDR?: string
|
|
23260
|
+
|
|
23261
|
+
/**
|
|
23262
|
+
*
|
|
23263
|
+
* @type {string}
|
|
23264
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23265
|
+
*/
|
|
23266
|
+
readonly appName?: string
|
|
23267
|
+
|
|
23268
|
+
/**
|
|
23269
|
+
*
|
|
23270
|
+
* @type {string}
|
|
23271
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23272
|
+
*/
|
|
23273
|
+
readonly appNameContains?: string
|
|
23274
|
+
|
|
23275
|
+
/**
|
|
23276
|
+
*
|
|
23277
|
+
* @type {string}
|
|
23278
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23279
|
+
*/
|
|
23280
|
+
readonly templateId?: string
|
|
23281
|
+
|
|
23282
|
+
/**
|
|
23283
|
+
*
|
|
23284
|
+
* @type {boolean}
|
|
23285
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
23286
|
+
*/
|
|
23287
|
+
readonly unclassifiedOnly?: boolean
|
|
23041
23288
|
}
|
|
23042
23289
|
|
|
23043
23290
|
/**
|
|
@@ -31340,7 +31587,7 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
31340
31587
|
* @memberof SharedApi
|
|
31341
31588
|
*/
|
|
31342
31589
|
public aggregateSlowLogs(requestParameters: SharedApiAggregateSlowLogsRequest, options?: RawAxiosRequestConfig) {
|
|
31343
|
-
return SharedApiFp(this.configuration).aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, options).then((request) => request(this.axios, this.basePath));
|
|
31590
|
+
return SharedApiFp(this.configuration).aggregateSlowLogs(requestParameters.orgName, requestParameters.clusterName, requestParameters.startTime, requestParameters.endTime, requestParameters.componentName, requestParameters.instanceName, requestParameters.query, requestParameters.limit, requestParameters.sortType, requestParameters.groupBy, requestParameters.topN, requestParameters.minExecutionTime, requestParameters.maxExecutionTime, requestParameters.minLockTime, requestParameters.maxLockTime, requestParameters.minRowsExamined, requestParameters.maxRowsExamined, requestParameters.minRowsSent, requestParameters.maxRowsSent, requestParameters.dbName, requestParameters.dbNameContains, requestParameters.userName, requestParameters.userNameContains, requestParameters.clientIp, requestParameters.clientIpContains, requestParameters.clientIpCIDR, requestParameters.appName, requestParameters.appNameContains, requestParameters.templateId, requestParameters.unclassifiedOnly, options).then((request) => request(this.axios, this.basePath));
|
|
31344
31591
|
}
|
|
31345
31592
|
|
|
31346
31593
|
/**
|
|
@@ -79,7 +79,13 @@ export interface AccountOption {
|
|
|
79
79
|
* @type {boolean}
|
|
80
80
|
* @memberof AccountOption
|
|
81
81
|
*/
|
|
82
|
-
'
|
|
82
|
+
'supportLock'?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Account names that are protected from update, delete, lock, and unlock actions.
|
|
85
|
+
* @type {Array<string>}
|
|
86
|
+
* @memberof AccountOption
|
|
87
|
+
*/
|
|
88
|
+
'protectedAccounts'?: Array<string>;
|
|
83
89
|
/**
|
|
84
90
|
*
|
|
85
91
|
* @type {boolean}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
export * from './acluser';
|
|
2
2
|
export * from './acluser-response';
|
|
3
|
-
export * from './aichat-type';
|
|
4
|
-
export * from './aiconversation-request';
|
|
5
3
|
export * from './apierror-response';
|
|
6
4
|
export * from './access-level';
|
|
7
5
|
export * from './account';
|
|
@@ -40,10 +38,6 @@ export * from './ai-agent-tool-confirmation-status';
|
|
|
40
38
|
export * from './ai-agent-turn-action';
|
|
41
39
|
export * from './ai-agent-turn-action-list';
|
|
42
40
|
export * from './ai-agent-turn-status';
|
|
43
|
-
export * from './ai-conversation';
|
|
44
|
-
export * from './ai-conversation-list-response';
|
|
45
|
-
export * from './ai-message';
|
|
46
|
-
export * from './ai-message-list-response';
|
|
47
41
|
export * from './alert-cluster';
|
|
48
42
|
export * from './alert-config';
|
|
49
43
|
export * from './alert-inhibit';
|
|
@@ -145,9 +139,6 @@ export * from './cdc-worker-template';
|
|
|
145
139
|
export * from './certificate';
|
|
146
140
|
export * from './certificate-issuer';
|
|
147
141
|
export * from './channel-status';
|
|
148
|
-
export * from './chat-request';
|
|
149
|
-
export * from './chat-response';
|
|
150
|
-
export * from './chat-response-type';
|
|
151
142
|
export * from './check-apikey';
|
|
152
143
|
export * from './class';
|
|
153
144
|
export * from './class-type';
|
|
@@ -627,7 +618,6 @@ export * from './selected-object-option-tree';
|
|
|
627
618
|
export * from './selected-object-option-tree-level-order-inner';
|
|
628
619
|
export * from './selective-method-option';
|
|
629
620
|
export * from './selective-object-tree-node';
|
|
630
|
-
export * from './sender-type';
|
|
631
621
|
export * from './service-descriptor';
|
|
632
622
|
export * from './service-descriptor-address-style';
|
|
633
623
|
export * from './service-ref';
|