tccli 3.0.1103.1__py2.py3-none-any.whl → 3.0.1105.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/aiart/v20221229/ImageToImage.md +1 -1
  3. tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +0 -4
  4. tccli/examples/csip/v20221121/DescribeDbAssets.md +7 -0
  5. tccli/examples/csip/v20221121/DescribeOrganizationUserInfo.md +12 -1
  6. tccli/examples/cwp/v20180228/DescribePublicProxyInstallCommand.md +4 -4
  7. tccli/examples/cynosdb/v20190107/CreateCLSDelivery.md +26 -0
  8. tccli/examples/cynosdb/v20190107/DeleteCLSDelivery.md +22 -0
  9. tccli/examples/cynosdb/v20190107/DescribeInstanceCLSLogDelivery.md +43 -0
  10. tccli/examples/cynosdb/v20190107/StartCLSDelivery.md +22 -0
  11. tccli/examples/cynosdb/v20190107/StopCLSDelivery.md +22 -0
  12. tccli/examples/dsgc/v20190723/DescribeDSPACOSDiscoveryTaskResult.md +21 -13
  13. tccli/examples/ess/v20201111/CreateUserVerifyUrl.md +29 -0
  14. tccli/examples/ess/v20201111/DescribeUserVerifyStatus.md +23 -0
  15. tccli/examples/hai/v20230812/DescribeInstances.md +3 -2
  16. tccli/examples/hunyuan/v20230901/QueryHunyuanImageJob.md +33 -0
  17. tccli/examples/hunyuan/v20230901/SubmitHunyuanImageJob.md +21 -0
  18. tccli/examples/live/v20180801/DescribeLivePadProcessorList.md +25 -0
  19. tccli/examples/live/v20180801/StopLivePadProcessor.md +23 -0
  20. tccli/examples/mrs/v20200910/DrugInstructionObject.md +98 -0
  21. tccli/examples/ssl/v20191205/DescribeDownloadCertificateUrl.md +23 -0
  22. tccli/examples/tke/v20220501/CreateNodePool.md +33 -0
  23. tccli/examples/tke/v20220501/DeleteNodePool.md +21 -0
  24. tccli/examples/tke/v20220501/DescribeNodePools.md +9 -3
  25. tccli/examples/tke/v20220501/ModifyNodePool.md +32 -0
  26. tccli/services/aiart/v20221229/api.json +3 -3
  27. tccli/services/aiart/v20221229/examples.json +1 -1
  28. tccli/services/antiddos/v20200309/api.json +2 -2
  29. tccli/services/apm/v20210622/api.json +1 -1
  30. tccli/services/asr/v20190614/api.json +5 -5
  31. tccli/services/batch/v20170312/api.json +1 -1
  32. tccli/services/billing/v20180709/api.json +2 -2
  33. tccli/services/billing/v20180709/examples.json +1 -1
  34. tccli/services/cdb/v20170320/api.json +17 -14
  35. tccli/services/clb/v20180317/api.json +10 -1
  36. tccli/services/cls/v20201016/api.json +1 -1
  37. tccli/services/csip/v20221121/api.json +80 -2
  38. tccli/services/csip/v20221121/examples.json +4 -4
  39. tccli/services/cvm/v20170312/api.json +1 -1
  40. tccli/services/cwp/v20180228/api.json +17 -5
  41. tccli/services/cwp/v20180228/examples.json +2 -2
  42. tccli/services/cynosdb/cynosdb_client.py +269 -4
  43. tccli/services/cynosdb/v20190107/api.json +432 -0
  44. tccli/services/cynosdb/v20190107/examples.json +40 -0
  45. tccli/services/dsgc/v20190723/api.json +348 -333
  46. tccli/services/dsgc/v20190723/examples.json +2 -2
  47. tccli/services/dts/v20211206/api.json +1 -1
  48. tccli/services/emr/v20190103/api.json +30 -0
  49. tccli/services/es/v20180416/api.json +10 -0
  50. tccli/services/ess/ess_client.py +110 -4
  51. tccli/services/ess/v20201111/api.json +185 -5
  52. tccli/services/ess/v20201111/examples.json +16 -0
  53. tccli/services/essbasic/v20210526/api.json +5 -5
  54. tccli/services/faceid/v20180301/api.json +2 -2
  55. tccli/services/hai/v20230812/api.json +2 -2
  56. tccli/services/hai/v20230812/examples.json +1 -1
  57. tccli/services/hunyuan/hunyuan_client.py +110 -4
  58. tccli/services/hunyuan/v20230901/api.json +188 -4
  59. tccli/services/hunyuan/v20230901/examples.json +16 -0
  60. tccli/services/iotexplorer/v20190423/api.json +1 -1
  61. tccli/services/iotvideo/v20211125/api.json +1 -1
  62. tccli/services/lighthouse/v20200324/api.json +15 -5
  63. tccli/services/live/live_client.py +114 -8
  64. tccli/services/live/v20180801/api.json +124 -0
  65. tccli/services/live/v20180801/examples.json +16 -0
  66. tccli/services/lke/v20231130/api.json +108 -2
  67. tccli/services/mrs/v20200910/api.json +1 -1
  68. tccli/services/mrs/v20200910/examples.json +1 -1
  69. tccli/services/ocr/v20181119/api.json +80 -22
  70. tccli/services/ocr/v20181119/examples.json +1 -1
  71. tccli/services/ssl/ssl_client.py +57 -4
  72. tccli/services/ssl/v20191205/api.json +63 -0
  73. tccli/services/ssl/v20191205/examples.json +8 -0
  74. tccli/services/ssm/v20190923/api.json +1 -1
  75. tccli/services/tbaas/v20180416/api.json +24 -24
  76. tccli/services/tdmq/v20200217/api.json +10 -10
  77. tccli/services/teo/v20220901/api.json +34 -0
  78. tccli/services/tione/tione_client.py +0 -53
  79. tccli/services/tione/v20191022/api.json +0 -52
  80. tccli/services/tione/v20191022/examples.json +0 -8
  81. tccli/services/tione/v20211111/api.json +28 -0
  82. tccli/services/tke/tke_client.py +171 -12
  83. tccli/services/tke/v20220501/api.json +1403 -86
  84. tccli/services/tke/v20220501/examples.json +25 -1
  85. tccli/services/tmt/v20180321/api.json +8 -8
  86. tccli/services/trtc/v20190722/api.json +14 -8
  87. tccli/services/tse/v20201207/api.json +37 -7
  88. tccli/services/vpc/v20170312/api.json +1 -0
  89. {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/METADATA +2 -2
  90. {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/RECORD +93 -78
  91. {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/WHEEL +0 -0
  92. {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/entry_points.txt +0 -0
  93. {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/license_files/LICENSE +0 -0
@@ -98,6 +98,13 @@
98
98
  "output": "CreateBackupResponse",
99
99
  "status": "online"
100
100
  },
101
+ "CreateCLSDelivery": {
102
+ "document": "创建日志投递",
103
+ "input": "CreateCLSDeliveryRequest",
104
+ "name": "创建日志投递",
105
+ "output": "CreateCLSDeliveryResponse",
106
+ "status": "online"
107
+ },
101
108
  "CreateClusterDatabase": {
102
109
  "document": "创建数据库",
103
110
  "input": "CreateClusterDatabaseRequest",
@@ -168,6 +175,13 @@
168
175
  "output": "DeleteBackupResponse",
169
176
  "status": "online"
170
177
  },
178
+ "DeleteCLSDelivery": {
179
+ "document": "删除日志投递",
180
+ "input": "DeleteCLSDeliveryRequest",
181
+ "name": "删除日志投递",
182
+ "output": "DeleteCLSDeliveryResponse",
183
+ "status": "online"
184
+ },
171
185
  "DeleteClusterDatabase": {
172
186
  "document": "删除数据库",
173
187
  "input": "DeleteClusterDatabaseRequest",
@@ -364,6 +378,13 @@
364
378
  "output": "DescribeFlowResponse",
365
379
  "status": "online"
366
380
  },
381
+ "DescribeInstanceCLSLogDelivery": {
382
+ "document": "查询实例日志投递信息",
383
+ "input": "DescribeInstanceCLSLogDeliveryRequest",
384
+ "name": "查询实例日志投递信息",
385
+ "output": "DescribeInstanceCLSLogDeliveryResponse",
386
+ "status": "online"
387
+ },
367
388
  "DescribeInstanceDetail": {
368
389
  "document": "本接口(DescribeInstanceDetail)用于查询实例详情。",
369
390
  "input": "DescribeInstanceDetailRequest",
@@ -896,6 +917,20 @@
896
917
  "output": "SetRenewFlagResponse",
897
918
  "status": "online"
898
919
  },
920
+ "StartCLSDelivery": {
921
+ "document": "开启日志投递",
922
+ "input": "StartCLSDeliveryRequest",
923
+ "name": "开启日志投递",
924
+ "output": "StartCLSDeliveryResponse",
925
+ "status": "online"
926
+ },
927
+ "StopCLSDelivery": {
928
+ "document": "停止日志投递",
929
+ "input": "StopCLSDeliveryRequest",
930
+ "name": "停止日志投递",
931
+ "output": "StopCLSDeliveryResponse",
932
+ "status": "online"
933
+ },
899
934
  "SwitchClusterVpc": {
900
935
  "document": "更换集群vpc",
901
936
  "input": "SwitchClusterVpcRequest",
@@ -2807,6 +2842,75 @@
2807
2842
  ],
2808
2843
  "usage": "out"
2809
2844
  },
2845
+ "CLSInfo": {
2846
+ "document": "CLS日志投递配置",
2847
+ "members": [
2848
+ {
2849
+ "disabled": false,
2850
+ "document": "日志主题操作:可选create,reuse。\ncreate:新增日志主题,使用TopicName创建日志主题。\nreuse:使用已有日志主题,使用TopicId指定日志主题。\n不允许使用已有日志主题且新建日志集的组合。",
2851
+ "example": "create",
2852
+ "member": "string",
2853
+ "name": "TopicOperation",
2854
+ "required": true,
2855
+ "type": "string"
2856
+ },
2857
+ {
2858
+ "disabled": false,
2859
+ "document": "日志集操作:可选create,reuse。\ncreate:新增日志集,使用GroupName创建日志集。\nreuse:使用已有日志集,使用GroupId指定日志集。\n不允许使用已有日志主题且新建日志集的组合。",
2860
+ "example": "create",
2861
+ "member": "string",
2862
+ "name": "GroupOperation",
2863
+ "required": true,
2864
+ "type": "string"
2865
+ },
2866
+ {
2867
+ "disabled": false,
2868
+ "document": "日志投递地域",
2869
+ "example": "ap-guangzhou",
2870
+ "member": "string",
2871
+ "name": "Region",
2872
+ "required": true,
2873
+ "type": "string"
2874
+ },
2875
+ {
2876
+ "disabled": false,
2877
+ "document": "日志主题id",
2878
+ "example": "test",
2879
+ "member": "string",
2880
+ "name": "TopicId",
2881
+ "required": false,
2882
+ "type": "string"
2883
+ },
2884
+ {
2885
+ "disabled": false,
2886
+ "document": "日志主题name",
2887
+ "example": "test",
2888
+ "member": "string",
2889
+ "name": "TopicName",
2890
+ "required": false,
2891
+ "type": "string"
2892
+ },
2893
+ {
2894
+ "disabled": false,
2895
+ "document": "日志集id",
2896
+ "example": "test",
2897
+ "member": "string",
2898
+ "name": "GroupId",
2899
+ "required": false,
2900
+ "type": "string"
2901
+ },
2902
+ {
2903
+ "disabled": false,
2904
+ "document": "日志集name",
2905
+ "example": "test",
2906
+ "member": "string",
2907
+ "name": "GroupName",
2908
+ "required": false,
2909
+ "type": "string"
2910
+ }
2911
+ ],
2912
+ "usage": "in"
2913
+ },
2810
2914
  "CloseAuditServiceRequest": {
2811
2915
  "document": "CloseAuditService请求参数结构体",
2812
2916
  "members": [
@@ -3596,6 +3700,52 @@
3596
3700
  ],
3597
3701
  "type": "object"
3598
3702
  },
3703
+ "CreateCLSDeliveryRequest": {
3704
+ "document": "CreateCLSDelivery请求参数结构体",
3705
+ "members": [
3706
+ {
3707
+ "disabled": false,
3708
+ "document": "实例id",
3709
+ "example": "无",
3710
+ "member": "string",
3711
+ "name": "InstanceId",
3712
+ "required": true,
3713
+ "type": "string"
3714
+ },
3715
+ {
3716
+ "disabled": false,
3717
+ "document": "日志投递配置",
3718
+ "example": "[{\"TopicId\":\"38b86342-7cb0-4776-9ebd-ff1830035da1\",\"TopicOperation\":\"reuse\",\"GroupId\":\"17de6e2a-efd0-4fc2-ba2e-8845bd4f9895\",\"Region\":\"ap-guangzhou\",\"GroupOperation\":\"reuse\"}]",
3719
+ "member": "CLSInfo",
3720
+ "name": "CLSInfoList",
3721
+ "required": true,
3722
+ "type": "list"
3723
+ }
3724
+ ],
3725
+ "type": "object"
3726
+ },
3727
+ "CreateCLSDeliveryResponse": {
3728
+ "document": "CreateCLSDelivery返回参数结构体",
3729
+ "members": [
3730
+ {
3731
+ "disabled": false,
3732
+ "document": "异步任务id",
3733
+ "example": "123456",
3734
+ "member": "int64",
3735
+ "name": "TaskId",
3736
+ "output_required": true,
3737
+ "type": "int",
3738
+ "value_allowed_null": false
3739
+ },
3740
+ {
3741
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3742
+ "member": "string",
3743
+ "name": "RequestId",
3744
+ "type": "string"
3745
+ }
3746
+ ],
3747
+ "type": "object"
3748
+ },
3599
3749
  "CreateClusterDatabaseRequest": {
3600
3750
  "document": "CreateClusterDatabase请求参数结构体",
3601
3751
  "members": [
@@ -7351,6 +7501,52 @@
7351
7501
  ],
7352
7502
  "type": "object"
7353
7503
  },
7504
+ "DeleteCLSDeliveryRequest": {
7505
+ "document": "DeleteCLSDelivery请求参数结构体",
7506
+ "members": [
7507
+ {
7508
+ "disabled": false,
7509
+ "document": "实例id",
7510
+ "example": "cynosdbmysql-ins-nwc5ao8g",
7511
+ "member": "string",
7512
+ "name": "InstanceId",
7513
+ "required": true,
7514
+ "type": "string"
7515
+ },
7516
+ {
7517
+ "disabled": false,
7518
+ "document": "日志主题id",
7519
+ "example": "[\"83dc6703-f43a-4b95-92ec-267bdf9e48c3\"]",
7520
+ "member": "string",
7521
+ "name": "CLSTopicIds",
7522
+ "required": true,
7523
+ "type": "list"
7524
+ }
7525
+ ],
7526
+ "type": "object"
7527
+ },
7528
+ "DeleteCLSDeliveryResponse": {
7529
+ "document": "DeleteCLSDelivery返回参数结构体",
7530
+ "members": [
7531
+ {
7532
+ "disabled": false,
7533
+ "document": "异步任务id\n",
7534
+ "example": "123456",
7535
+ "member": "int64",
7536
+ "name": "TaskId",
7537
+ "output_required": false,
7538
+ "type": "int",
7539
+ "value_allowed_null": false
7540
+ },
7541
+ {
7542
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7543
+ "member": "string",
7544
+ "name": "RequestId",
7545
+ "type": "string"
7546
+ }
7547
+ ],
7548
+ "type": "object"
7549
+ },
7354
7550
  "DeleteClusterDatabaseRequest": {
7355
7551
  "document": "DeleteClusterDatabase请求参数结构体",
7356
7552
  "members": [
@@ -9342,6 +9538,53 @@
9342
9538
  ],
9343
9539
  "type": "object"
9344
9540
  },
9541
+ "DescribeInstanceCLSLogDeliveryRequest": {
9542
+ "document": "DescribeInstanceCLSLogDelivery请求参数结构体",
9543
+ "members": [
9544
+ {
9545
+ "disabled": false,
9546
+ "document": "实例id",
9547
+ "example": "cynosdbmysql-ins-nwc5ao8g",
9548
+ "member": "string",
9549
+ "name": "InstanceId",
9550
+ "required": true,
9551
+ "type": "string"
9552
+ }
9553
+ ],
9554
+ "type": "object"
9555
+ },
9556
+ "DescribeInstanceCLSLogDeliveryResponse": {
9557
+ "document": "DescribeInstanceCLSLogDelivery返回参数结构体",
9558
+ "members": [
9559
+ {
9560
+ "disabled": false,
9561
+ "document": "总数量\n",
9562
+ "example": "123",
9563
+ "member": "int64",
9564
+ "name": "TotalCount",
9565
+ "output_required": false,
9566
+ "type": "int",
9567
+ "value_allowed_null": false
9568
+ },
9569
+ {
9570
+ "disabled": false,
9571
+ "document": "实例投递信息\n",
9572
+ "example": "{\"Response\":{\"InstanceCLSDeliveryInfos\":[{\"GroupId\":\"a5532aba-506f-4ec4-a293-e0ac34b69a4e\",\"GroupName\":\"cloud_cynos_-test-003_logset\",\"InstanceId\":\"cynosdbmysql-ins-o971o62r\",\"InstanceName\":\"cynosdbmysql-ins-o971o62r\",\"Region\":\"ap-qingyuan\",\"Status\":\"running\",\"TopicId\":\"2a289122-0b01-490b-be75-763da79621fe\",\"TopicName\":\"cloud_cynos_-test-003_topic\"},{\"GroupId\":\"2f484392-d3f1-491c-82a0-00ceaad9281a\",\"GroupName\":\"cloud_cynos_-test-002_logset\",\"InstanceId\":\"cynosdbmysql-ins-o971o62r\",\"InstanceName\":\"cynosdbmysql-ins-o971o62r\",\"Region\":\"ap-qingyuan\",\"Status\":\"running\",\"TopicId\":\"83dc6703-f43a-4b95-92ec-267bdf9e48c3\",\"TopicName\":\"cloud_cynos_-test-002_topic\"}],\"RequestId\":\"347698da-03e4-4078-8d96-9a8b219c01a5\",\"TotalCount\":2}}",
9573
+ "member": "InstanceCLSDeliveryInfo",
9574
+ "name": "InstanceCLSDeliveryInfos",
9575
+ "output_required": false,
9576
+ "type": "list",
9577
+ "value_allowed_null": false
9578
+ },
9579
+ {
9580
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
9581
+ "member": "string",
9582
+ "name": "RequestId",
9583
+ "type": "string"
9584
+ }
9585
+ ],
9586
+ "type": "object"
9587
+ },
9345
9588
  "DescribeInstanceDetailRequest": {
9346
9589
  "document": "DescribeInstanceDetail请求参数结构体",
9347
9590
  "members": [
@@ -11965,6 +12208,92 @@
11965
12208
  ],
11966
12209
  "usage": "out"
11967
12210
  },
12211
+ "InstanceCLSDeliveryInfo": {
12212
+ "document": "实例日志投递信息",
12213
+ "members": [
12214
+ {
12215
+ "disabled": false,
12216
+ "document": "实例id\n注意:此字段可能返回 null,表示取不到有效值。",
12217
+ "example": "cynosdbmysql-ins-nwc5ao8g",
12218
+ "member": "string",
12219
+ "name": "InstanceId",
12220
+ "output_required": false,
12221
+ "type": "string",
12222
+ "value_allowed_null": true
12223
+ },
12224
+ {
12225
+ "disabled": false,
12226
+ "document": "实例name\n\n注意:此字段可能返回 null,表示取不到有效值。",
12227
+ "example": "无",
12228
+ "member": "string",
12229
+ "name": "InstanceName",
12230
+ "output_required": false,
12231
+ "type": "string",
12232
+ "value_allowed_null": true
12233
+ },
12234
+ {
12235
+ "disabled": false,
12236
+ "document": "日志主题id\n\n注意:此字段可能返回 null,表示取不到有效值。",
12237
+ "example": "test",
12238
+ "member": "string",
12239
+ "name": "TopicId",
12240
+ "output_required": false,
12241
+ "type": "string",
12242
+ "value_allowed_null": true
12243
+ },
12244
+ {
12245
+ "disabled": false,
12246
+ "document": "日志主题name\n注意:此字段可能返回 null,表示取不到有效值。",
12247
+ "example": "test",
12248
+ "member": "string",
12249
+ "name": "TopicName",
12250
+ "output_required": false,
12251
+ "type": "string",
12252
+ "value_allowed_null": true
12253
+ },
12254
+ {
12255
+ "disabled": false,
12256
+ "document": "日志集id\n\n注意:此字段可能返回 null,表示取不到有效值。",
12257
+ "example": "test",
12258
+ "member": "string",
12259
+ "name": "GroupId",
12260
+ "output_required": false,
12261
+ "type": "string",
12262
+ "value_allowed_null": true
12263
+ },
12264
+ {
12265
+ "disabled": false,
12266
+ "document": "日志集name\n\n注意:此字段可能返回 null,表示取不到有效值。",
12267
+ "example": "test",
12268
+ "member": "string",
12269
+ "name": "GroupName",
12270
+ "output_required": false,
12271
+ "type": "string",
12272
+ "value_allowed_null": true
12273
+ },
12274
+ {
12275
+ "disabled": false,
12276
+ "document": "日志投递地域\n\n注意:此字段可能返回 null,表示取不到有效值。",
12277
+ "example": "ap-guangzhou",
12278
+ "member": "string",
12279
+ "name": "Region",
12280
+ "output_required": false,
12281
+ "type": "string",
12282
+ "value_allowed_null": true
12283
+ },
12284
+ {
12285
+ "disabled": false,
12286
+ "document": "投递状态creating,running,offlining,offlined\n\n注意:此字段可能返回 null,表示取不到有效值。",
12287
+ "example": "creating",
12288
+ "member": "string",
12289
+ "name": "Status",
12290
+ "output_required": false,
12291
+ "type": "string",
12292
+ "value_allowed_null": true
12293
+ }
12294
+ ],
12295
+ "usage": "out"
12296
+ },
11968
12297
  "InstanceInitInfo": {
11969
12298
  "document": "实例初始化配置信息",
11970
12299
  "members": [
@@ -16859,6 +17188,17 @@
16859
17188
  "required": false,
16860
17189
  "type": "string",
16861
17190
  "value_allowed_null": true
17191
+ },
17192
+ {
17193
+ "disabled": false,
17194
+ "document": "当前资源包绑定在当前实例下的抵扣优先级\n注意:此字段可能返回 null,表示取不到有效值。",
17195
+ "example": "1",
17196
+ "member": "int64",
17197
+ "name": "DeductionPriority",
17198
+ "output_required": true,
17199
+ "required": false,
17200
+ "type": "int",
17201
+ "value_allowed_null": true
16862
17202
  }
16863
17203
  ],
16864
17204
  "usage": "both"
@@ -18397,6 +18737,98 @@
18397
18737
  ],
18398
18738
  "usage": "out"
18399
18739
  },
18740
+ "StartCLSDeliveryRequest": {
18741
+ "document": "StartCLSDelivery请求参数结构体",
18742
+ "members": [
18743
+ {
18744
+ "disabled": false,
18745
+ "document": "实例id",
18746
+ "example": "cynosdbmysql-ins-nwc5ao8g",
18747
+ "member": "string",
18748
+ "name": "InstanceId",
18749
+ "required": true,
18750
+ "type": "string"
18751
+ },
18752
+ {
18753
+ "disabled": false,
18754
+ "document": "开通的日志主题id",
18755
+ "example": "[\"83dc6703-f43a-4b95-92ec-267bdf9e48c3\"]",
18756
+ "member": "string",
18757
+ "name": "CLSTopicIds",
18758
+ "required": true,
18759
+ "type": "list"
18760
+ }
18761
+ ],
18762
+ "type": "object"
18763
+ },
18764
+ "StartCLSDeliveryResponse": {
18765
+ "document": "StartCLSDelivery返回参数结构体",
18766
+ "members": [
18767
+ {
18768
+ "disabled": false,
18769
+ "document": "异步任务id",
18770
+ "example": "123456",
18771
+ "member": "int64",
18772
+ "name": "TaskId",
18773
+ "output_required": false,
18774
+ "type": "int",
18775
+ "value_allowed_null": false
18776
+ },
18777
+ {
18778
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
18779
+ "member": "string",
18780
+ "name": "RequestId",
18781
+ "type": "string"
18782
+ }
18783
+ ],
18784
+ "type": "object"
18785
+ },
18786
+ "StopCLSDeliveryRequest": {
18787
+ "document": "StopCLSDelivery请求参数结构体",
18788
+ "members": [
18789
+ {
18790
+ "disabled": false,
18791
+ "document": "实例id",
18792
+ "example": "cynosdbmysql-ins-nwc5ao8g",
18793
+ "member": "string",
18794
+ "name": "InstanceId",
18795
+ "required": true,
18796
+ "type": "string"
18797
+ },
18798
+ {
18799
+ "disabled": false,
18800
+ "document": "日志主题id",
18801
+ "example": "[\"83dc6703-f43a-4b95-92ec-267bdf9e48c3\"]",
18802
+ "member": "string",
18803
+ "name": "CLSTopicIds",
18804
+ "required": true,
18805
+ "type": "list"
18806
+ }
18807
+ ],
18808
+ "type": "object"
18809
+ },
18810
+ "StopCLSDeliveryResponse": {
18811
+ "document": "StopCLSDelivery返回参数结构体",
18812
+ "members": [
18813
+ {
18814
+ "disabled": false,
18815
+ "document": "异步任务id\n",
18816
+ "example": "123456",
18817
+ "member": "int64",
18818
+ "name": "TaskId",
18819
+ "output_required": false,
18820
+ "type": "int",
18821
+ "value_allowed_null": false
18822
+ },
18823
+ {
18824
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
18825
+ "member": "string",
18826
+ "name": "RequestId",
18827
+ "type": "string"
18828
+ }
18829
+ ],
18830
+ "type": "object"
18831
+ },
18400
18832
  "SwitchClusterLogBin": {
18401
18833
  "document": "转换集群log bin开关",
18402
18834
  "members": [
@@ -112,6 +112,14 @@
112
112
  "title": "创建备份"
113
113
  }
114
114
  ],
115
+ "CreateCLSDelivery": [
116
+ {
117
+ "document": "",
118
+ "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCLSDelivery\n<公共请求参数>\n\n{\n \"InstanceId\": \"cynosdbmysql-ins-o971o62r\",\n \"CLSInfoList\": [\n {\n \"TopicId\": \"38b86342-7cb0-4776-9ebd-ff1830035da1\",\n \"TopicOperation\": \"reuse\",\n \"GroupId\": \"17de6e2a-efd0-4fc2-ba2e-8845bd4f9895\",\n \"Region\": \"ap-guangzhou\",\n \"GroupOperation\": \"reuse\"\n }\n ]\n}",
119
+ "output": "{\n \"Response\": {\n \"TaskId\": 123456,\n \"RequestId\": \"347698da-03e4-4078-8d96-9a8b219c01a5\"\n }\n}",
120
+ "title": "创建日志投递"
121
+ }
122
+ ],
115
123
  "CreateClusterDatabase": [
116
124
  {
117
125
  "document": "创建数据库",
@@ -198,6 +206,14 @@
198
206
  "title": "删除备份"
199
207
  }
200
208
  ],
209
+ "DeleteCLSDelivery": [
210
+ {
211
+ "document": "",
212
+ "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCLSDelivery\n<公共请求参数>\n\n{\n \"InstanceId\": \"cynosdbmysql-ins-o971o62r\",\n \"CLSTopicIds\": [\n \"83dc6703-f43a-4b95-92ec-267bdf9e48c3\",\n \"2a289122-0b01-490b-be75-763da79621fe\"\n ]\n}",
213
+ "output": "{\n \"Response\": {\n \"TaskId\": 123456,\n \"RequestId\": \"347698da-03e4-4078-8d96-9a8b219c01a5\"\n }\n}",
214
+ "title": "删除日志投递"
215
+ }
216
+ ],
201
217
  "DeleteClusterDatabase": [
202
218
  {
203
219
  "document": "",
@@ -434,6 +450,14 @@
434
450
  "title": "查询任务流信息"
435
451
  }
436
452
  ],
453
+ "DescribeInstanceCLSLogDelivery": [
454
+ {
455
+ "document": "",
456
+ "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceCLSLogDelivery\n<公共请求参数>\n\n{\n \"InstanceId\": \"cynosdbmysql-ins-o971o62r\"\n}",
457
+ "output": "{\n \"Response\": {\n \"InstanceCLSDeliveryInfos\": [\n {\n \"GroupId\": \"a5532aba-506f-4ec4-a293-e0ac34b69a4e\",\n \"GroupName\": \"cloud_cynos_-test-003_logset\",\n \"InstanceId\": \"cynosdbmysql-ins-o971o62r\",\n \"InstanceName\": \"cynosdbmysql-ins-o971o62r\",\n \"Region\": \"ap-qingyuan\",\n \"Status\": \"running\",\n \"TopicId\": \"2a289122-0b01-490b-be75-763da79621fe\",\n \"TopicName\": \"cloud_cynos_-test-003_topic\"\n },\n {\n \"GroupId\": \"2f484392-d3f1-491c-82a0-00ceaad9281a\",\n \"GroupName\": \"cloud_cynos_-test-002_logset\",\n \"InstanceId\": \"cynosdbmysql-ins-o971o62r\",\n \"InstanceName\": \"cynosdbmysql-ins-o971o62r\",\n \"Region\": \"ap-qingyuan\",\n \"Status\": \"running\",\n \"TopicId\": \"83dc6703-f43a-4b95-92ec-267bdf9e48c3\",\n \"TopicName\": \"cloud_cynos_-test-002_topic\"\n }\n ],\n \"RequestId\": \"347698da-03e4-4078-8d96-9a8b219c01a5\",\n \"TotalCount\": 2\n }\n}",
458
+ "title": "查询实例日志投递信息"
459
+ }
460
+ ],
437
461
  "DescribeInstanceDetail": [
438
462
  {
439
463
  "document": "",
@@ -1048,6 +1072,22 @@
1048
1072
  "title": "设置自动续费标志"
1049
1073
  }
1050
1074
  ],
1075
+ "StartCLSDelivery": [
1076
+ {
1077
+ "document": "",
1078
+ "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartCLSDelivery\n<公共请求参数>\n\n{\n \"InstanceId\": \"cynosdbmysql-ins-o971o62r\",\n \"CLSTopicIds\": [\n \"83dc6703-f43a-4b95-92ec-267bdf9e48c3\",\n \"2a289122-0b01-490b-be75-763da79621fe\"\n ]\n}",
1079
+ "output": "{\n \"Response\": {\n \"TaskId\": 123456,\n \"RequestId\": \"347698da-03e4-4078-8d96-9a8b219c01a5\"\n }\n}",
1080
+ "title": "开启日志投递"
1081
+ }
1082
+ ],
1083
+ "StopCLSDelivery": [
1084
+ {
1085
+ "document": "",
1086
+ "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopCLSDelivery\n<公共请求参数>\n\n{\n \"InstanceId\": \"cynosdbmysql-ins-o971o62r\",\n \"CLSTopicIds\": [\n \"83dc6703-f43a-4b95-92ec-267bdf9e48c3\",\n \"2a289122-0b01-490b-be75-763da79621fe\"\n ]\n}",
1087
+ "output": "{\n \"Response\": {\n \"TaskId\": 123456,\n \"RequestId\": \"347698da-03e4-4078-8d96-9a8b219c01a5\"\n }\n}",
1088
+ "title": "停止日志投递"
1089
+ }
1090
+ ],
1051
1091
  "SwitchClusterVpc": [
1052
1092
  {
1053
1093
  "document": "转换网络",