kb-cloud-client-typescript 2.3.0-alpha.109 → 2.3.0-alpha.110
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/apis/cluster-log-api.d.ts +84 -324
- package/dist/adminapi/apis/cluster-log-api.d.ts.map +1 -1
- package/dist/adminapi/apis/cluster-log-api.js +78 -228
- package/dist/adminapi/apis/cluster-log-api.js.map +1 -1
- package/dist/adminapi/apis/shared-api.d.ts +84 -324
- package/dist/adminapi/apis/shared-api.d.ts.map +1 -1
- package/dist/adminapi/apis/shared-api.js +78 -228
- package/dist/adminapi/apis/shared-api.js.map +1 -1
- package/dist/openapi/apis/cluster-log-api.d.ts +98 -378
- package/dist/openapi/apis/cluster-log-api.d.ts.map +1 -1
- package/dist/openapi/apis/cluster-log-api.js +91 -266
- package/dist/openapi/apis/cluster-log-api.js.map +1 -1
- package/dist/openapi/apis/shared-api.d.ts +98 -378
- package/dist/openapi/apis/shared-api.d.ts.map +1 -1
- package/dist/openapi/apis/shared-api.js +91 -266
- package/dist/openapi/apis/shared-api.js.map +1 -1
- package/package.json +1 -6
- package/src/adminapi/apis/cluster-log-api.ts +102 -492
- package/src/adminapi/apis/shared-api.ts +102 -492
- package/src/adminapi.yaml +24 -120
- package/src/openapi/apis/cluster-log-api.ts +119 -574
- package/src/openapi/apis/shared-api.ts +119 -574
- package/src/openapi.yaml +28 -140
package/src/openapi.yaml
CHANGED
|
@@ -2323,38 +2323,22 @@ paths:
|
|
|
2323
2323
|
format: int64
|
|
2324
2324
|
- in: query
|
|
2325
2325
|
name: dbName
|
|
2326
|
-
|
|
2327
|
-
type: string
|
|
2328
|
-
- in: query
|
|
2329
|
-
name: dbNameContains
|
|
2326
|
+
description: Filter slow logs whose database name contains this value.
|
|
2330
2327
|
schema:
|
|
2331
2328
|
type: string
|
|
2332
2329
|
- in: query
|
|
2333
2330
|
name: userName
|
|
2334
|
-
|
|
2335
|
-
type: string
|
|
2336
|
-
- in: query
|
|
2337
|
-
name: userNameContains
|
|
2331
|
+
description: Filter slow logs whose user name contains this value.
|
|
2338
2332
|
schema:
|
|
2339
2333
|
type: string
|
|
2340
2334
|
- in: query
|
|
2341
2335
|
name: clientIp
|
|
2342
|
-
|
|
2343
|
-
type: string
|
|
2344
|
-
- in: query
|
|
2345
|
-
name: clientIpContains
|
|
2346
|
-
schema:
|
|
2347
|
-
type: string
|
|
2348
|
-
- in: query
|
|
2349
|
-
name: clientIpCIDR
|
|
2336
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
2350
2337
|
schema:
|
|
2351
2338
|
type: string
|
|
2352
2339
|
- in: query
|
|
2353
2340
|
name: appName
|
|
2354
|
-
|
|
2355
|
-
type: string
|
|
2356
|
-
- in: query
|
|
2357
|
-
name: appNameContains
|
|
2341
|
+
description: Filter slow logs whose application name contains this value.
|
|
2358
2342
|
schema:
|
|
2359
2343
|
type: string
|
|
2360
2344
|
- in: query
|
|
@@ -2521,38 +2505,22 @@ paths:
|
|
|
2521
2505
|
format: int64
|
|
2522
2506
|
- in: query
|
|
2523
2507
|
name: dbName
|
|
2524
|
-
|
|
2525
|
-
type: string
|
|
2526
|
-
- in: query
|
|
2527
|
-
name: dbNameContains
|
|
2508
|
+
description: Filter slow logs whose database name contains this value.
|
|
2528
2509
|
schema:
|
|
2529
2510
|
type: string
|
|
2530
2511
|
- in: query
|
|
2531
2512
|
name: userName
|
|
2532
|
-
|
|
2533
|
-
type: string
|
|
2534
|
-
- in: query
|
|
2535
|
-
name: userNameContains
|
|
2513
|
+
description: Filter slow logs whose user name contains this value.
|
|
2536
2514
|
schema:
|
|
2537
2515
|
type: string
|
|
2538
2516
|
- in: query
|
|
2539
2517
|
name: clientIp
|
|
2540
|
-
|
|
2541
|
-
type: string
|
|
2542
|
-
- in: query
|
|
2543
|
-
name: clientIpContains
|
|
2544
|
-
schema:
|
|
2545
|
-
type: string
|
|
2546
|
-
- in: query
|
|
2547
|
-
name: clientIpCIDR
|
|
2518
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
2548
2519
|
schema:
|
|
2549
2520
|
type: string
|
|
2550
2521
|
- in: query
|
|
2551
2522
|
name: appName
|
|
2552
|
-
|
|
2553
|
-
type: string
|
|
2554
|
-
- in: query
|
|
2555
|
-
name: appNameContains
|
|
2523
|
+
description: Filter slow logs whose application name contains this value.
|
|
2556
2524
|
schema:
|
|
2557
2525
|
type: string
|
|
2558
2526
|
responses:
|
|
@@ -2798,38 +2766,22 @@ paths:
|
|
|
2798
2766
|
format: int64
|
|
2799
2767
|
- in: query
|
|
2800
2768
|
name: dbName
|
|
2801
|
-
|
|
2802
|
-
type: string
|
|
2803
|
-
- in: query
|
|
2804
|
-
name: dbNameContains
|
|
2769
|
+
description: Filter slow logs whose database name contains this value.
|
|
2805
2770
|
schema:
|
|
2806
2771
|
type: string
|
|
2807
2772
|
- in: query
|
|
2808
2773
|
name: userName
|
|
2809
|
-
|
|
2810
|
-
type: string
|
|
2811
|
-
- in: query
|
|
2812
|
-
name: userNameContains
|
|
2774
|
+
description: Filter slow logs whose user name contains this value.
|
|
2813
2775
|
schema:
|
|
2814
2776
|
type: string
|
|
2815
2777
|
- in: query
|
|
2816
2778
|
name: clientIp
|
|
2817
|
-
|
|
2818
|
-
type: string
|
|
2819
|
-
- in: query
|
|
2820
|
-
name: clientIpContains
|
|
2821
|
-
schema:
|
|
2822
|
-
type: string
|
|
2823
|
-
- in: query
|
|
2824
|
-
name: clientIpCIDR
|
|
2779
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
2825
2780
|
schema:
|
|
2826
2781
|
type: string
|
|
2827
2782
|
- in: query
|
|
2828
2783
|
name: appName
|
|
2829
|
-
|
|
2830
|
-
type: string
|
|
2831
|
-
- in: query
|
|
2832
|
-
name: appNameContains
|
|
2784
|
+
description: Filter slow logs whose application name contains this value.
|
|
2833
2785
|
schema:
|
|
2834
2786
|
type: string
|
|
2835
2787
|
- in: query
|
|
@@ -2957,38 +2909,22 @@ paths:
|
|
|
2957
2909
|
format: int64
|
|
2958
2910
|
- in: query
|
|
2959
2911
|
name: dbName
|
|
2960
|
-
|
|
2961
|
-
type: string
|
|
2962
|
-
- in: query
|
|
2963
|
-
name: dbNameContains
|
|
2912
|
+
description: Filter slow logs whose database name contains this value.
|
|
2964
2913
|
schema:
|
|
2965
2914
|
type: string
|
|
2966
2915
|
- in: query
|
|
2967
2916
|
name: userName
|
|
2968
|
-
|
|
2969
|
-
type: string
|
|
2970
|
-
- in: query
|
|
2971
|
-
name: userNameContains
|
|
2917
|
+
description: Filter slow logs whose user name contains this value.
|
|
2972
2918
|
schema:
|
|
2973
2919
|
type: string
|
|
2974
2920
|
- in: query
|
|
2975
2921
|
name: clientIp
|
|
2976
|
-
|
|
2977
|
-
type: string
|
|
2978
|
-
- in: query
|
|
2979
|
-
name: clientIpContains
|
|
2980
|
-
schema:
|
|
2981
|
-
type: string
|
|
2982
|
-
- in: query
|
|
2983
|
-
name: clientIpCIDR
|
|
2922
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
2984
2923
|
schema:
|
|
2985
2924
|
type: string
|
|
2986
2925
|
- in: query
|
|
2987
2926
|
name: appName
|
|
2988
|
-
|
|
2989
|
-
type: string
|
|
2990
|
-
- in: query
|
|
2991
|
-
name: appNameContains
|
|
2927
|
+
description: Filter slow logs whose application name contains this value.
|
|
2992
2928
|
schema:
|
|
2993
2929
|
type: string
|
|
2994
2930
|
- in: query
|
|
@@ -3101,38 +3037,22 @@ paths:
|
|
|
3101
3037
|
format: int64
|
|
3102
3038
|
- in: query
|
|
3103
3039
|
name: dbName
|
|
3104
|
-
|
|
3105
|
-
type: string
|
|
3106
|
-
- in: query
|
|
3107
|
-
name: dbNameContains
|
|
3040
|
+
description: Filter slow logs whose database name contains this value.
|
|
3108
3041
|
schema:
|
|
3109
3042
|
type: string
|
|
3110
3043
|
- in: query
|
|
3111
3044
|
name: userName
|
|
3112
|
-
|
|
3113
|
-
type: string
|
|
3114
|
-
- in: query
|
|
3115
|
-
name: userNameContains
|
|
3045
|
+
description: Filter slow logs whose user name contains this value.
|
|
3116
3046
|
schema:
|
|
3117
3047
|
type: string
|
|
3118
3048
|
- in: query
|
|
3119
3049
|
name: clientIp
|
|
3120
|
-
|
|
3121
|
-
type: string
|
|
3122
|
-
- in: query
|
|
3123
|
-
name: clientIpContains
|
|
3124
|
-
schema:
|
|
3125
|
-
type: string
|
|
3126
|
-
- in: query
|
|
3127
|
-
name: clientIpCIDR
|
|
3050
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
3128
3051
|
schema:
|
|
3129
3052
|
type: string
|
|
3130
3053
|
- in: query
|
|
3131
3054
|
name: appName
|
|
3132
|
-
|
|
3133
|
-
type: string
|
|
3134
|
-
- in: query
|
|
3135
|
-
name: appNameContains
|
|
3055
|
+
description: Filter slow logs whose application name contains this value.
|
|
3136
3056
|
schema:
|
|
3137
3057
|
type: string
|
|
3138
3058
|
- in: query
|
|
@@ -3391,38 +3311,22 @@ paths:
|
|
|
3391
3311
|
format: int64
|
|
3392
3312
|
- in: query
|
|
3393
3313
|
name: dbName
|
|
3394
|
-
|
|
3395
|
-
type: string
|
|
3396
|
-
- in: query
|
|
3397
|
-
name: dbNameContains
|
|
3314
|
+
description: Filter slow logs whose database name contains this value.
|
|
3398
3315
|
schema:
|
|
3399
3316
|
type: string
|
|
3400
3317
|
- in: query
|
|
3401
3318
|
name: userName
|
|
3402
|
-
|
|
3403
|
-
type: string
|
|
3404
|
-
- in: query
|
|
3405
|
-
name: userNameContains
|
|
3319
|
+
description: Filter slow logs whose user name contains this value.
|
|
3406
3320
|
schema:
|
|
3407
3321
|
type: string
|
|
3408
3322
|
- in: query
|
|
3409
3323
|
name: clientIp
|
|
3410
|
-
|
|
3411
|
-
type: string
|
|
3412
|
-
- in: query
|
|
3413
|
-
name: clientIpContains
|
|
3414
|
-
schema:
|
|
3415
|
-
type: string
|
|
3416
|
-
- in: query
|
|
3417
|
-
name: clientIpCIDR
|
|
3324
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
3418
3325
|
schema:
|
|
3419
3326
|
type: string
|
|
3420
3327
|
- in: query
|
|
3421
3328
|
name: appName
|
|
3422
|
-
|
|
3423
|
-
type: string
|
|
3424
|
-
- in: query
|
|
3425
|
-
name: appNameContains
|
|
3329
|
+
description: Filter slow logs whose application name contains this value.
|
|
3426
3330
|
schema:
|
|
3427
3331
|
type: string
|
|
3428
3332
|
- in: query
|
|
@@ -3689,38 +3593,22 @@ paths:
|
|
|
3689
3593
|
format: int64
|
|
3690
3594
|
- in: query
|
|
3691
3595
|
name: dbName
|
|
3692
|
-
|
|
3693
|
-
type: string
|
|
3694
|
-
- in: query
|
|
3695
|
-
name: dbNameContains
|
|
3596
|
+
description: Filter slow logs whose database name contains this value.
|
|
3696
3597
|
schema:
|
|
3697
3598
|
type: string
|
|
3698
3599
|
- in: query
|
|
3699
3600
|
name: userName
|
|
3700
|
-
|
|
3701
|
-
type: string
|
|
3702
|
-
- in: query
|
|
3703
|
-
name: userNameContains
|
|
3601
|
+
description: Filter slow logs whose user name contains this value.
|
|
3704
3602
|
schema:
|
|
3705
3603
|
type: string
|
|
3706
3604
|
- in: query
|
|
3707
3605
|
name: clientIp
|
|
3708
|
-
|
|
3709
|
-
type: string
|
|
3710
|
-
- in: query
|
|
3711
|
-
name: clientIpContains
|
|
3712
|
-
schema:
|
|
3713
|
-
type: string
|
|
3714
|
-
- in: query
|
|
3715
|
-
name: clientIpCIDR
|
|
3606
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
3716
3607
|
schema:
|
|
3717
3608
|
type: string
|
|
3718
3609
|
- in: query
|
|
3719
3610
|
name: appName
|
|
3720
|
-
|
|
3721
|
-
type: string
|
|
3722
|
-
- in: query
|
|
3723
|
-
name: appNameContains
|
|
3611
|
+
description: Filter slow logs whose application name contains this value.
|
|
3724
3612
|
schema:
|
|
3725
3613
|
type: string
|
|
3726
3614
|
- in: query
|