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/adminapi.yaml
CHANGED
|
@@ -6732,38 +6732,22 @@ paths:
|
|
|
6732
6732
|
format: int64
|
|
6733
6733
|
- in: query
|
|
6734
6734
|
name: dbName
|
|
6735
|
-
|
|
6736
|
-
type: string
|
|
6737
|
-
- in: query
|
|
6738
|
-
name: dbNameContains
|
|
6735
|
+
description: Filter slow logs whose database name contains this value.
|
|
6739
6736
|
schema:
|
|
6740
6737
|
type: string
|
|
6741
6738
|
- in: query
|
|
6742
6739
|
name: userName
|
|
6743
|
-
|
|
6744
|
-
type: string
|
|
6745
|
-
- in: query
|
|
6746
|
-
name: userNameContains
|
|
6740
|
+
description: Filter slow logs whose user name contains this value.
|
|
6747
6741
|
schema:
|
|
6748
6742
|
type: string
|
|
6749
6743
|
- in: query
|
|
6750
6744
|
name: clientIp
|
|
6751
|
-
|
|
6752
|
-
type: string
|
|
6753
|
-
- in: query
|
|
6754
|
-
name: clientIpContains
|
|
6755
|
-
schema:
|
|
6756
|
-
type: string
|
|
6757
|
-
- in: query
|
|
6758
|
-
name: clientIpCIDR
|
|
6745
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
6759
6746
|
schema:
|
|
6760
6747
|
type: string
|
|
6761
6748
|
- in: query
|
|
6762
6749
|
name: appName
|
|
6763
|
-
|
|
6764
|
-
type: string
|
|
6765
|
-
- in: query
|
|
6766
|
-
name: appNameContains
|
|
6750
|
+
description: Filter slow logs whose application name contains this value.
|
|
6767
6751
|
schema:
|
|
6768
6752
|
type: string
|
|
6769
6753
|
- in: query
|
|
@@ -6930,38 +6914,22 @@ paths:
|
|
|
6930
6914
|
format: int64
|
|
6931
6915
|
- in: query
|
|
6932
6916
|
name: dbName
|
|
6933
|
-
|
|
6934
|
-
type: string
|
|
6935
|
-
- in: query
|
|
6936
|
-
name: dbNameContains
|
|
6917
|
+
description: Filter slow logs whose database name contains this value.
|
|
6937
6918
|
schema:
|
|
6938
6919
|
type: string
|
|
6939
6920
|
- in: query
|
|
6940
6921
|
name: userName
|
|
6941
|
-
|
|
6942
|
-
type: string
|
|
6943
|
-
- in: query
|
|
6944
|
-
name: userNameContains
|
|
6922
|
+
description: Filter slow logs whose user name contains this value.
|
|
6945
6923
|
schema:
|
|
6946
6924
|
type: string
|
|
6947
6925
|
- in: query
|
|
6948
6926
|
name: clientIp
|
|
6949
|
-
|
|
6950
|
-
type: string
|
|
6951
|
-
- in: query
|
|
6952
|
-
name: clientIpContains
|
|
6953
|
-
schema:
|
|
6954
|
-
type: string
|
|
6955
|
-
- in: query
|
|
6956
|
-
name: clientIpCIDR
|
|
6927
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
6957
6928
|
schema:
|
|
6958
6929
|
type: string
|
|
6959
6930
|
- in: query
|
|
6960
6931
|
name: appName
|
|
6961
|
-
|
|
6962
|
-
type: string
|
|
6963
|
-
- in: query
|
|
6964
|
-
name: appNameContains
|
|
6932
|
+
description: Filter slow logs whose application name contains this value.
|
|
6965
6933
|
schema:
|
|
6966
6934
|
type: string
|
|
6967
6935
|
responses:
|
|
@@ -7207,38 +7175,22 @@ paths:
|
|
|
7207
7175
|
format: int64
|
|
7208
7176
|
- in: query
|
|
7209
7177
|
name: dbName
|
|
7210
|
-
|
|
7211
|
-
type: string
|
|
7212
|
-
- in: query
|
|
7213
|
-
name: dbNameContains
|
|
7178
|
+
description: Filter slow logs whose database name contains this value.
|
|
7214
7179
|
schema:
|
|
7215
7180
|
type: string
|
|
7216
7181
|
- in: query
|
|
7217
7182
|
name: userName
|
|
7218
|
-
|
|
7219
|
-
type: string
|
|
7220
|
-
- in: query
|
|
7221
|
-
name: userNameContains
|
|
7183
|
+
description: Filter slow logs whose user name contains this value.
|
|
7222
7184
|
schema:
|
|
7223
7185
|
type: string
|
|
7224
7186
|
- in: query
|
|
7225
7187
|
name: clientIp
|
|
7226
|
-
|
|
7227
|
-
type: string
|
|
7228
|
-
- in: query
|
|
7229
|
-
name: clientIpContains
|
|
7230
|
-
schema:
|
|
7231
|
-
type: string
|
|
7232
|
-
- in: query
|
|
7233
|
-
name: clientIpCIDR
|
|
7188
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
7234
7189
|
schema:
|
|
7235
7190
|
type: string
|
|
7236
7191
|
- in: query
|
|
7237
7192
|
name: appName
|
|
7238
|
-
|
|
7239
|
-
type: string
|
|
7240
|
-
- in: query
|
|
7241
|
-
name: appNameContains
|
|
7193
|
+
description: Filter slow logs whose application name contains this value.
|
|
7242
7194
|
schema:
|
|
7243
7195
|
type: string
|
|
7244
7196
|
- in: query
|
|
@@ -7366,38 +7318,22 @@ paths:
|
|
|
7366
7318
|
format: int64
|
|
7367
7319
|
- in: query
|
|
7368
7320
|
name: dbName
|
|
7369
|
-
|
|
7370
|
-
type: string
|
|
7371
|
-
- in: query
|
|
7372
|
-
name: dbNameContains
|
|
7321
|
+
description: Filter slow logs whose database name contains this value.
|
|
7373
7322
|
schema:
|
|
7374
7323
|
type: string
|
|
7375
7324
|
- in: query
|
|
7376
7325
|
name: userName
|
|
7377
|
-
|
|
7378
|
-
type: string
|
|
7379
|
-
- in: query
|
|
7380
|
-
name: userNameContains
|
|
7326
|
+
description: Filter slow logs whose user name contains this value.
|
|
7381
7327
|
schema:
|
|
7382
7328
|
type: string
|
|
7383
7329
|
- in: query
|
|
7384
7330
|
name: clientIp
|
|
7385
|
-
|
|
7386
|
-
type: string
|
|
7387
|
-
- in: query
|
|
7388
|
-
name: clientIpContains
|
|
7389
|
-
schema:
|
|
7390
|
-
type: string
|
|
7391
|
-
- in: query
|
|
7392
|
-
name: clientIpCIDR
|
|
7331
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
7393
7332
|
schema:
|
|
7394
7333
|
type: string
|
|
7395
7334
|
- in: query
|
|
7396
7335
|
name: appName
|
|
7397
|
-
|
|
7398
|
-
type: string
|
|
7399
|
-
- in: query
|
|
7400
|
-
name: appNameContains
|
|
7336
|
+
description: Filter slow logs whose application name contains this value.
|
|
7401
7337
|
schema:
|
|
7402
7338
|
type: string
|
|
7403
7339
|
- in: query
|
|
@@ -7510,38 +7446,22 @@ paths:
|
|
|
7510
7446
|
format: int64
|
|
7511
7447
|
- in: query
|
|
7512
7448
|
name: dbName
|
|
7513
|
-
|
|
7514
|
-
type: string
|
|
7515
|
-
- in: query
|
|
7516
|
-
name: dbNameContains
|
|
7449
|
+
description: Filter slow logs whose database name contains this value.
|
|
7517
7450
|
schema:
|
|
7518
7451
|
type: string
|
|
7519
7452
|
- in: query
|
|
7520
7453
|
name: userName
|
|
7521
|
-
|
|
7522
|
-
type: string
|
|
7523
|
-
- in: query
|
|
7524
|
-
name: userNameContains
|
|
7454
|
+
description: Filter slow logs whose user name contains this value.
|
|
7525
7455
|
schema:
|
|
7526
7456
|
type: string
|
|
7527
7457
|
- in: query
|
|
7528
7458
|
name: clientIp
|
|
7529
|
-
|
|
7530
|
-
type: string
|
|
7531
|
-
- in: query
|
|
7532
|
-
name: clientIpContains
|
|
7533
|
-
schema:
|
|
7534
|
-
type: string
|
|
7535
|
-
- in: query
|
|
7536
|
-
name: clientIpCIDR
|
|
7459
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
7537
7460
|
schema:
|
|
7538
7461
|
type: string
|
|
7539
7462
|
- in: query
|
|
7540
7463
|
name: appName
|
|
7541
|
-
|
|
7542
|
-
type: string
|
|
7543
|
-
- in: query
|
|
7544
|
-
name: appNameContains
|
|
7464
|
+
description: Filter slow logs whose application name contains this value.
|
|
7545
7465
|
schema:
|
|
7546
7466
|
type: string
|
|
7547
7467
|
- in: query
|
|
@@ -7795,38 +7715,22 @@ paths:
|
|
|
7795
7715
|
format: int64
|
|
7796
7716
|
- in: query
|
|
7797
7717
|
name: dbName
|
|
7798
|
-
|
|
7799
|
-
type: string
|
|
7800
|
-
- in: query
|
|
7801
|
-
name: dbNameContains
|
|
7718
|
+
description: Filter slow logs whose database name contains this value.
|
|
7802
7719
|
schema:
|
|
7803
7720
|
type: string
|
|
7804
7721
|
- in: query
|
|
7805
7722
|
name: userName
|
|
7806
|
-
|
|
7807
|
-
type: string
|
|
7808
|
-
- in: query
|
|
7809
|
-
name: userNameContains
|
|
7723
|
+
description: Filter slow logs whose user name contains this value.
|
|
7810
7724
|
schema:
|
|
7811
7725
|
type: string
|
|
7812
7726
|
- in: query
|
|
7813
7727
|
name: clientIp
|
|
7814
|
-
|
|
7815
|
-
type: string
|
|
7816
|
-
- in: query
|
|
7817
|
-
name: clientIpContains
|
|
7818
|
-
schema:
|
|
7819
|
-
type: string
|
|
7820
|
-
- in: query
|
|
7821
|
-
name: clientIpCIDR
|
|
7728
|
+
description: Filter slow logs whose client IP contains this value, or is within this CIDR range when the value is valid CIDR.
|
|
7822
7729
|
schema:
|
|
7823
7730
|
type: string
|
|
7824
7731
|
- in: query
|
|
7825
7732
|
name: appName
|
|
7826
|
-
|
|
7827
|
-
type: string
|
|
7828
|
-
- in: query
|
|
7829
|
-
name: appNameContains
|
|
7733
|
+
description: Filter slow logs whose application name contains this value.
|
|
7830
7734
|
schema:
|
|
7831
7735
|
type: string
|
|
7832
7736
|
- in: query
|