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
|
@@ -452,10 +452,29 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
452
452
|
* @param {SortType} [sortType]
|
|
453
453
|
* @param {string} [groupBy]
|
|
454
454
|
* @param {number} [topN]
|
|
455
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
456
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
457
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
458
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
459
|
+
* @param {number} [minRowsExamined]
|
|
460
|
+
* @param {number} [maxRowsExamined]
|
|
461
|
+
* @param {number} [minRowsSent]
|
|
462
|
+
* @param {number} [maxRowsSent]
|
|
463
|
+
* @param {string} [dbName]
|
|
464
|
+
* @param {string} [dbNameContains]
|
|
465
|
+
* @param {string} [userName]
|
|
466
|
+
* @param {string} [userNameContains]
|
|
467
|
+
* @param {string} [clientIp]
|
|
468
|
+
* @param {string} [clientIpContains]
|
|
469
|
+
* @param {string} [clientIpCIDR]
|
|
470
|
+
* @param {string} [appName]
|
|
471
|
+
* @param {string} [appNameContains]
|
|
472
|
+
* @param {string} [templateId]
|
|
473
|
+
* @param {boolean} [unclassifiedOnly]
|
|
455
474
|
* @param {*} [options] Override http request option.
|
|
456
475
|
* @throws {RequiredError}
|
|
457
476
|
*/
|
|
458
|
-
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> => {
|
|
477
|
+
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> => {
|
|
459
478
|
// verify required parameter 'orgName' is not null or undefined
|
|
460
479
|
assertParamExists('aggregateSlowLogs', 'orgName', orgName)
|
|
461
480
|
// verify required parameter 'clusterName' is not null or undefined
|
|
@@ -521,6 +540,82 @@ export const SharedApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
521
540
|
localVarQueryParameter['topN'] = topN;
|
|
522
541
|
}
|
|
523
542
|
|
|
543
|
+
if (minExecutionTime !== undefined) {
|
|
544
|
+
localVarQueryParameter['minExecutionTime'] = minExecutionTime;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
if (maxExecutionTime !== undefined) {
|
|
548
|
+
localVarQueryParameter['maxExecutionTime'] = maxExecutionTime;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
if (minLockTime !== undefined) {
|
|
552
|
+
localVarQueryParameter['minLockTime'] = minLockTime;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
if (maxLockTime !== undefined) {
|
|
556
|
+
localVarQueryParameter['maxLockTime'] = maxLockTime;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
if (minRowsExamined !== undefined) {
|
|
560
|
+
localVarQueryParameter['minRowsExamined'] = minRowsExamined;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
if (maxRowsExamined !== undefined) {
|
|
564
|
+
localVarQueryParameter['maxRowsExamined'] = maxRowsExamined;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
if (minRowsSent !== undefined) {
|
|
568
|
+
localVarQueryParameter['minRowsSent'] = minRowsSent;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
if (maxRowsSent !== undefined) {
|
|
572
|
+
localVarQueryParameter['maxRowsSent'] = maxRowsSent;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
if (dbName !== undefined) {
|
|
576
|
+
localVarQueryParameter['dbName'] = dbName;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
if (dbNameContains !== undefined) {
|
|
580
|
+
localVarQueryParameter['dbNameContains'] = dbNameContains;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
if (userName !== undefined) {
|
|
584
|
+
localVarQueryParameter['userName'] = userName;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
if (userNameContains !== undefined) {
|
|
588
|
+
localVarQueryParameter['userNameContains'] = userNameContains;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
if (clientIp !== undefined) {
|
|
592
|
+
localVarQueryParameter['clientIp'] = clientIp;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
if (clientIpContains !== undefined) {
|
|
596
|
+
localVarQueryParameter['clientIpContains'] = clientIpContains;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
if (clientIpCIDR !== undefined) {
|
|
600
|
+
localVarQueryParameter['clientIpCIDR'] = clientIpCIDR;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
if (appName !== undefined) {
|
|
604
|
+
localVarQueryParameter['appName'] = appName;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
if (appNameContains !== undefined) {
|
|
608
|
+
localVarQueryParameter['appNameContains'] = appNameContains;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
if (templateId !== undefined) {
|
|
612
|
+
localVarQueryParameter['templateId'] = templateId;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
if (unclassifiedOnly !== undefined) {
|
|
616
|
+
localVarQueryParameter['unclassifiedOnly'] = unclassifiedOnly;
|
|
617
|
+
}
|
|
618
|
+
|
|
524
619
|
|
|
525
620
|
|
|
526
621
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -13445,11 +13540,30 @@ export const SharedApiFp = function(configuration?: Configuration) {
|
|
|
13445
13540
|
* @param {SortType} [sortType]
|
|
13446
13541
|
* @param {string} [groupBy]
|
|
13447
13542
|
* @param {number} [topN]
|
|
13543
|
+
* @param {number} [minExecutionTime] Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
13544
|
+
* @param {number} [maxExecutionTime] Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
13545
|
+
* @param {number} [minLockTime] Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
13546
|
+
* @param {number} [maxLockTime] Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
13547
|
+
* @param {number} [minRowsExamined]
|
|
13548
|
+
* @param {number} [maxRowsExamined]
|
|
13549
|
+
* @param {number} [minRowsSent]
|
|
13550
|
+
* @param {number} [maxRowsSent]
|
|
13551
|
+
* @param {string} [dbName]
|
|
13552
|
+
* @param {string} [dbNameContains]
|
|
13553
|
+
* @param {string} [userName]
|
|
13554
|
+
* @param {string} [userNameContains]
|
|
13555
|
+
* @param {string} [clientIp]
|
|
13556
|
+
* @param {string} [clientIpContains]
|
|
13557
|
+
* @param {string} [clientIpCIDR]
|
|
13558
|
+
* @param {string} [appName]
|
|
13559
|
+
* @param {string} [appNameContains]
|
|
13560
|
+
* @param {string} [templateId]
|
|
13561
|
+
* @param {boolean} [unclassifiedOnly]
|
|
13448
13562
|
* @param {*} [options] Override http request option.
|
|
13449
13563
|
* @throws {RequiredError}
|
|
13450
13564
|
*/
|
|
13451
|
-
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>> {
|
|
13452
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.aggregateSlowLogs(orgName, clusterName, startTime, endTime, componentName, instanceName, query, limit, sortType, groupBy, topN, options);
|
|
13565
|
+
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>> {
|
|
13566
|
+
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);
|
|
13453
13567
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
13454
13568
|
const localVarOperationServerBasePath = operationServerMap['SharedApi.aggregateSlowLogs']?.[localVarOperationServerIndex]?.url;
|
|
13455
13569
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -17223,7 +17337,7 @@ export const SharedApiFactory = function (configuration?: Configuration, basePat
|
|
|
17223
17337
|
* @throws {RequiredError}
|
|
17224
17338
|
*/
|
|
17225
17339
|
aggregateSlowLogs(requestParameters: SharedApiAggregateSlowLogsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClusterExecutionLogAggregateResponse> {
|
|
17226
|
-
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));
|
|
17340
|
+
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));
|
|
17227
17341
|
},
|
|
17228
17342
|
/**
|
|
17229
17343
|
* alert statistic
|
|
@@ -22107,6 +22221,139 @@ export interface SharedApiAggregateSlowLogsRequest {
|
|
|
22107
22221
|
* @memberof SharedApiAggregateSlowLogs
|
|
22108
22222
|
*/
|
|
22109
22223
|
readonly topN?: number
|
|
22224
|
+
|
|
22225
|
+
/**
|
|
22226
|
+
* Minimum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
22227
|
+
* @type {number}
|
|
22228
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22229
|
+
*/
|
|
22230
|
+
readonly minExecutionTime?: number
|
|
22231
|
+
|
|
22232
|
+
/**
|
|
22233
|
+
* Maximum execution time in seconds. Decimal values are supported, for example 0.5.
|
|
22234
|
+
* @type {number}
|
|
22235
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22236
|
+
*/
|
|
22237
|
+
readonly maxExecutionTime?: number
|
|
22238
|
+
|
|
22239
|
+
/**
|
|
22240
|
+
* Minimum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
22241
|
+
* @type {number}
|
|
22242
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22243
|
+
*/
|
|
22244
|
+
readonly minLockTime?: number
|
|
22245
|
+
|
|
22246
|
+
/**
|
|
22247
|
+
* Maximum lock time in seconds. Decimal values are supported, for example 0.001.
|
|
22248
|
+
* @type {number}
|
|
22249
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22250
|
+
*/
|
|
22251
|
+
readonly maxLockTime?: number
|
|
22252
|
+
|
|
22253
|
+
/**
|
|
22254
|
+
*
|
|
22255
|
+
* @type {number}
|
|
22256
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22257
|
+
*/
|
|
22258
|
+
readonly minRowsExamined?: number
|
|
22259
|
+
|
|
22260
|
+
/**
|
|
22261
|
+
*
|
|
22262
|
+
* @type {number}
|
|
22263
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22264
|
+
*/
|
|
22265
|
+
readonly maxRowsExamined?: number
|
|
22266
|
+
|
|
22267
|
+
/**
|
|
22268
|
+
*
|
|
22269
|
+
* @type {number}
|
|
22270
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22271
|
+
*/
|
|
22272
|
+
readonly minRowsSent?: number
|
|
22273
|
+
|
|
22274
|
+
/**
|
|
22275
|
+
*
|
|
22276
|
+
* @type {number}
|
|
22277
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22278
|
+
*/
|
|
22279
|
+
readonly maxRowsSent?: number
|
|
22280
|
+
|
|
22281
|
+
/**
|
|
22282
|
+
*
|
|
22283
|
+
* @type {string}
|
|
22284
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22285
|
+
*/
|
|
22286
|
+
readonly dbName?: string
|
|
22287
|
+
|
|
22288
|
+
/**
|
|
22289
|
+
*
|
|
22290
|
+
* @type {string}
|
|
22291
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22292
|
+
*/
|
|
22293
|
+
readonly dbNameContains?: string
|
|
22294
|
+
|
|
22295
|
+
/**
|
|
22296
|
+
*
|
|
22297
|
+
* @type {string}
|
|
22298
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22299
|
+
*/
|
|
22300
|
+
readonly userName?: string
|
|
22301
|
+
|
|
22302
|
+
/**
|
|
22303
|
+
*
|
|
22304
|
+
* @type {string}
|
|
22305
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22306
|
+
*/
|
|
22307
|
+
readonly userNameContains?: string
|
|
22308
|
+
|
|
22309
|
+
/**
|
|
22310
|
+
*
|
|
22311
|
+
* @type {string}
|
|
22312
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22313
|
+
*/
|
|
22314
|
+
readonly clientIp?: string
|
|
22315
|
+
|
|
22316
|
+
/**
|
|
22317
|
+
*
|
|
22318
|
+
* @type {string}
|
|
22319
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22320
|
+
*/
|
|
22321
|
+
readonly clientIpContains?: string
|
|
22322
|
+
|
|
22323
|
+
/**
|
|
22324
|
+
*
|
|
22325
|
+
* @type {string}
|
|
22326
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22327
|
+
*/
|
|
22328
|
+
readonly clientIpCIDR?: string
|
|
22329
|
+
|
|
22330
|
+
/**
|
|
22331
|
+
*
|
|
22332
|
+
* @type {string}
|
|
22333
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22334
|
+
*/
|
|
22335
|
+
readonly appName?: string
|
|
22336
|
+
|
|
22337
|
+
/**
|
|
22338
|
+
*
|
|
22339
|
+
* @type {string}
|
|
22340
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22341
|
+
*/
|
|
22342
|
+
readonly appNameContains?: string
|
|
22343
|
+
|
|
22344
|
+
/**
|
|
22345
|
+
*
|
|
22346
|
+
* @type {string}
|
|
22347
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22348
|
+
*/
|
|
22349
|
+
readonly templateId?: string
|
|
22350
|
+
|
|
22351
|
+
/**
|
|
22352
|
+
*
|
|
22353
|
+
* @type {boolean}
|
|
22354
|
+
* @memberof SharedApiAggregateSlowLogs
|
|
22355
|
+
*/
|
|
22356
|
+
readonly unclassifiedOnly?: boolean
|
|
22110
22357
|
}
|
|
22111
22358
|
|
|
22112
22359
|
/**
|
|
@@ -29942,7 +30189,7 @@ export class SharedApi extends BaseAPI implements SharedApiInterface {
|
|
|
29942
30189
|
* @memberof SharedApi
|
|
29943
30190
|
*/
|
|
29944
30191
|
public aggregateSlowLogs(requestParameters: SharedApiAggregateSlowLogsRequest, options?: RawAxiosRequestConfig) {
|
|
29945
|
-
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));
|
|
30192
|
+
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));
|
|
29946
30193
|
}
|
|
29947
30194
|
|
|
29948
30195
|
/**
|
|
@@ -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';
|
|
@@ -51,10 +49,6 @@ export * from './ai-agent-tool-confirmation-status';
|
|
|
51
49
|
export * from './ai-agent-turn-action';
|
|
52
50
|
export * from './ai-agent-turn-action-list';
|
|
53
51
|
export * from './ai-agent-turn-status';
|
|
54
|
-
export * from './ai-conversation';
|
|
55
|
-
export * from './ai-conversation-list-response';
|
|
56
|
-
export * from './ai-message';
|
|
57
|
-
export * from './ai-message-list-response';
|
|
58
52
|
export * from './alert-cluster';
|
|
59
53
|
export * from './alert-config';
|
|
60
54
|
export * from './alert-inhibit';
|
|
@@ -150,9 +144,6 @@ export * from './cdc-tool-template';
|
|
|
150
144
|
export * from './cdc-worker-template';
|
|
151
145
|
export * from './certificate';
|
|
152
146
|
export * from './certificate-issuer';
|
|
153
|
-
export * from './chat-request';
|
|
154
|
-
export * from './chat-response';
|
|
155
|
-
export * from './chat-response-type';
|
|
156
147
|
export * from './check-apikey';
|
|
157
148
|
export * from './class';
|
|
158
149
|
export * from './class-batch';
|
|
@@ -702,7 +693,6 @@ export * from './selected-object-option-tree';
|
|
|
702
693
|
export * from './selected-object-option-tree-level-order-inner';
|
|
703
694
|
export * from './selective-method-option';
|
|
704
695
|
export * from './selective-object-tree-node';
|
|
705
|
-
export * from './sender-type';
|
|
706
696
|
export * from './series-item';
|
|
707
697
|
export * from './service-descriptor';
|
|
708
698
|
export * from './service-descriptor-address-style';
|