tccli 3.0.1104.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.
- tccli/__init__.py +1 -1
- tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +0 -4
- tccli/examples/cynosdb/v20190107/CreateCLSDelivery.md +9 -1
- tccli/examples/cynosdb/v20190107/DeleteCLSDelivery.md +5 -1
- tccli/examples/cynosdb/v20190107/DescribeInstanceCLSLogDelivery.md +27 -2
- tccli/examples/cynosdb/v20190107/StartCLSDelivery.md +5 -1
- tccli/examples/cynosdb/v20190107/StopCLSDelivery.md +5 -1
- tccli/examples/dsgc/v20190723/DescribeDSPACOSDiscoveryTaskResult.md +21 -13
- tccli/services/antiddos/v20200309/api.json +2 -2
- tccli/services/asr/v20190614/api.json +5 -5
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +15 -12
- tccli/services/clb/v20180317/api.json +9 -0
- tccli/services/cynosdb/v20190107/api.json +306 -5
- tccli/services/cynosdb/v20190107/examples.json +10 -10
- tccli/services/dsgc/v20190723/api.json +348 -333
- tccli/services/dsgc/v20190723/examples.json +2 -2
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/emr/v20190103/api.json +30 -0
- tccli/services/es/v20180416/api.json +10 -0
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/ocr/v20181119/api.json +80 -22
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/tbaas/v20180416/api.json +24 -24
- tccli/services/tione/tione_client.py +0 -53
- tccli/services/tione/v20191022/api.json +0 -52
- tccli/services/tione/v20191022/examples.json +0 -8
- tccli/services/tione/v20211111/api.json +28 -0
- tccli/services/tmt/v20180321/api.json +8 -8
- tccli/services/trtc/v20190722/api.json +9 -0
- tccli/services/tse/v20201207/api.json +37 -7
- {tccli-3.0.1104.1.dist-info → tccli-3.0.1105.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1104.1.dist-info → tccli-3.0.1105.1.dist-info}/RECORD +39 -39
- {tccli-3.0.1104.1.dist-info → tccli-3.0.1105.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1104.1.dist-info → tccli-3.0.1105.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1104.1.dist-info → tccli-3.0.1105.1.dist-info}/license_files/LICENSE +0 -0
@@ -2842,6 +2842,75 @@
|
|
2842
2842
|
],
|
2843
2843
|
"usage": "out"
|
2844
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
|
+
},
|
2845
2914
|
"CloseAuditServiceRequest": {
|
2846
2915
|
"document": "CloseAuditService请求参数结构体",
|
2847
2916
|
"members": [
|
@@ -3633,12 +3702,41 @@
|
|
3633
3702
|
},
|
3634
3703
|
"CreateCLSDeliveryRequest": {
|
3635
3704
|
"document": "CreateCLSDelivery请求参数结构体",
|
3636
|
-
"members": [
|
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
|
+
],
|
3637
3725
|
"type": "object"
|
3638
3726
|
},
|
3639
3727
|
"CreateCLSDeliveryResponse": {
|
3640
3728
|
"document": "CreateCLSDelivery返回参数结构体",
|
3641
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
|
+
},
|
3642
3740
|
{
|
3643
3741
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3644
3742
|
"member": "string",
|
@@ -7405,12 +7503,41 @@
|
|
7405
7503
|
},
|
7406
7504
|
"DeleteCLSDeliveryRequest": {
|
7407
7505
|
"document": "DeleteCLSDelivery请求参数结构体",
|
7408
|
-
"members": [
|
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
|
+
],
|
7409
7526
|
"type": "object"
|
7410
7527
|
},
|
7411
7528
|
"DeleteCLSDeliveryResponse": {
|
7412
7529
|
"document": "DeleteCLSDelivery返回参数结构体",
|
7413
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
|
+
},
|
7414
7541
|
{
|
7415
7542
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7416
7543
|
"member": "string",
|
@@ -9413,12 +9540,42 @@
|
|
9413
9540
|
},
|
9414
9541
|
"DescribeInstanceCLSLogDeliveryRequest": {
|
9415
9542
|
"document": "DescribeInstanceCLSLogDelivery请求参数结构体",
|
9416
|
-
"members": [
|
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
|
+
],
|
9417
9554
|
"type": "object"
|
9418
9555
|
},
|
9419
9556
|
"DescribeInstanceCLSLogDeliveryResponse": {
|
9420
9557
|
"document": "DescribeInstanceCLSLogDelivery返回参数结构体",
|
9421
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
|
+
},
|
9422
9579
|
{
|
9423
9580
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
9424
9581
|
"member": "string",
|
@@ -12051,6 +12208,92 @@
|
|
12051
12208
|
],
|
12052
12209
|
"usage": "out"
|
12053
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
|
+
},
|
12054
12297
|
"InstanceInitInfo": {
|
12055
12298
|
"document": "实例初始化配置信息",
|
12056
12299
|
"members": [
|
@@ -18496,12 +18739,41 @@
|
|
18496
18739
|
},
|
18497
18740
|
"StartCLSDeliveryRequest": {
|
18498
18741
|
"document": "StartCLSDelivery请求参数结构体",
|
18499
|
-
"members": [
|
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
|
+
],
|
18500
18762
|
"type": "object"
|
18501
18763
|
},
|
18502
18764
|
"StartCLSDeliveryResponse": {
|
18503
18765
|
"document": "StartCLSDelivery返回参数结构体",
|
18504
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
|
+
},
|
18505
18777
|
{
|
18506
18778
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
18507
18779
|
"member": "string",
|
@@ -18513,12 +18785,41 @@
|
|
18513
18785
|
},
|
18514
18786
|
"StopCLSDeliveryRequest": {
|
18515
18787
|
"document": "StopCLSDelivery请求参数结构体",
|
18516
|
-
"members": [
|
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
|
+
],
|
18517
18808
|
"type": "object"
|
18518
18809
|
},
|
18519
18810
|
"StopCLSDeliveryResponse": {
|
18520
18811
|
"document": "StopCLSDelivery返回参数结构体",
|
18521
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
|
+
},
|
18522
18823
|
{
|
18523
18824
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
18524
18825
|
"member": "string",
|
@@ -115,8 +115,8 @@
|
|
115
115
|
"CreateCLSDelivery": [
|
116
116
|
{
|
117
117
|
"document": "",
|
118
|
-
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCLSDelivery\n<公共请求参数>\n\n{}",
|
119
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"347698da-03e4-4078-8d96-9a8b219c01a5\"\n }\n}",
|
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
120
|
"title": "创建日志投递"
|
121
121
|
}
|
122
122
|
],
|
@@ -209,8 +209,8 @@
|
|
209
209
|
"DeleteCLSDelivery": [
|
210
210
|
{
|
211
211
|
"document": "",
|
212
|
-
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCLSDelivery\n<公共请求参数>\n\n{}",
|
213
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"347698da-03e4-4078-8d96-9a8b219c01a5\"\n }\n}",
|
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
214
|
"title": "删除日志投递"
|
215
215
|
}
|
216
216
|
],
|
@@ -453,8 +453,8 @@
|
|
453
453
|
"DescribeInstanceCLSLogDelivery": [
|
454
454
|
{
|
455
455
|
"document": "",
|
456
|
-
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceCLSLogDelivery\n<公共请求参数>\n\n{}",
|
457
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"347698da-03e4-4078-8d96-9a8b219c01a5\"\n }\n}",
|
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
458
|
"title": "查询实例日志投递信息"
|
459
459
|
}
|
460
460
|
],
|
@@ -1075,16 +1075,16 @@
|
|
1075
1075
|
"StartCLSDelivery": [
|
1076
1076
|
{
|
1077
1077
|
"document": "",
|
1078
|
-
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartCLSDelivery\n<公共请求参数>\n\n{}",
|
1079
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"347698da-03e4-4078-8d96-9a8b219c01a5\"\n }\n}",
|
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
1080
|
"title": "开启日志投递"
|
1081
1081
|
}
|
1082
1082
|
],
|
1083
1083
|
"StopCLSDelivery": [
|
1084
1084
|
{
|
1085
1085
|
"document": "",
|
1086
|
-
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopCLSDelivery\n<公共请求参数>\n\n{}",
|
1087
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"347698da-03e4-4078-8d96-9a8b219c01a5\"\n }\n}",
|
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
1088
|
"title": "停止日志投递"
|
1089
1089
|
}
|
1090
1090
|
],
|