tccli 3.0.1248.1__py2.py3-none-any.whl → 3.0.1250.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 (58) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/aiart_client.py +113 -7
  3. tccli/services/aiart/v20221229/api.json +191 -0
  4. tccli/services/aiart/v20221229/examples.json +16 -0
  5. tccli/services/batch/v20170312/api.json +1 -1
  6. tccli/services/cbs/v20170312/api.json +6 -0
  7. tccli/services/cdb/v20170320/api.json +9 -0
  8. tccli/services/cfw/v20190904/api.json +5 -3
  9. tccli/services/cmq/cmq_client.py +4 -799
  10. tccli/services/cmq/v20190304/api.json +135 -1329
  11. tccli/services/cmq/v20190304/examples.json +0 -120
  12. tccli/services/config/config_client.py +110 -4
  13. tccli/services/config/v20220802/api.json +374 -0
  14. tccli/services/config/v20220802/examples.json +16 -0
  15. tccli/services/cvm/v20170312/api.json +1 -1
  16. tccli/services/dc/v20180410/api.json +50 -48
  17. tccli/services/dc/v20180410/examples.json +8 -8
  18. tccli/services/ecm/v20190719/api.json +64 -62
  19. tccli/services/ecm/v20190719/examples.json +5 -5
  20. tccli/services/es/v20180416/api.json +10 -0
  21. tccli/services/ess/v20201111/api.json +163 -163
  22. tccli/services/ess/v20201111/examples.json +15 -21
  23. tccli/services/essbasic/v20210526/api.json +89 -89
  24. tccli/services/essbasic/v20210526/examples.json +2 -2
  25. tccli/services/hai/hai_client.py +60 -7
  26. tccli/services/hai/v20230812/api.json +195 -0
  27. tccli/services/hai/v20230812/examples.json +8 -0
  28. tccli/services/iotexplorer/iotexplorer_client.py +228 -16
  29. tccli/services/iotexplorer/v20190423/api.json +536 -0
  30. tccli/services/iotexplorer/v20190423/examples.json +32 -0
  31. tccli/services/iotvideo/iotvideo_client.py +53 -0
  32. tccli/services/iotvideo/v20211125/api.json +80 -0
  33. tccli/services/iotvideo/v20211125/examples.json +8 -0
  34. tccli/services/lkeap/v20240522/api.json +13 -13
  35. tccli/services/lkeap/v20240522/examples.json +2 -2
  36. tccli/services/mna/v20210119/api.json +24 -24
  37. tccli/services/mna/v20210119/examples.json +2 -2
  38. tccli/services/redis/v20180412/api.json +181 -181
  39. tccli/services/redis/v20180412/examples.json +1 -1
  40. tccli/services/sms/v20190711/api.json +48 -0
  41. tccli/services/sms/v20210111/api.json +48 -0
  42. tccli/services/tcb/v20180608/api.json +173 -145
  43. tccli/services/tcb/v20180608/examples.json +8 -8
  44. tccli/services/tcr/v20190924/api.json +5 -5
  45. tccli/services/tke/v20220501/api.json +1 -1
  46. tccli/services/trro/v20220325/api.json +71 -61
  47. tccli/services/trro/v20220325/examples.json +1 -1
  48. tccli/services/trtc/v20190722/api.json +114 -114
  49. tccli/services/tse/v20201207/api.json +18 -0
  50. tccli/services/vpc/v20170312/api.json +35 -33
  51. tccli/services/vpc/v20170312/examples.json +18 -18
  52. tccli/services/wedata/v20210820/api.json +80 -2
  53. tccli/services/wedata/v20210820/examples.json +1 -1
  54. {tccli-3.0.1248.1.dist-info → tccli-3.0.1250.1.dist-info}/METADATA +2 -2
  55. {tccli-3.0.1248.1.dist-info → tccli-3.0.1250.1.dist-info}/RECORD +58 -58
  56. {tccli-3.0.1248.1.dist-info → tccli-3.0.1250.1.dist-info}/WHEEL +0 -0
  57. {tccli-3.0.1248.1.dist-info → tccli-3.0.1250.1.dist-info}/entry_points.txt +0 -0
  58. {tccli-3.0.1248.1.dist-info → tccli-3.0.1250.1.dist-info}/license_files/LICENSE +0 -0
@@ -3275,7 +3275,7 @@
3275
3275
  {
3276
3276
  "disabled": false,
3277
3277
  "document": "安全组名称,可任意命名,但不得超过60个字符。",
3278
- "example": "",
3278
+ "example": "demo",
3279
3279
  "member": "string",
3280
3280
  "name": "GroupName",
3281
3281
  "required": true,
@@ -3284,7 +3284,7 @@
3284
3284
  {
3285
3285
  "disabled": false,
3286
3286
  "document": "安全组备注,最多100个字符。",
3287
- "example": "",
3287
+ "example": "demo",
3288
3288
  "member": "string",
3289
3289
  "name": "GroupDescription",
3290
3290
  "required": true,
@@ -3293,7 +3293,7 @@
3293
3293
  {
3294
3294
  "disabled": false,
3295
3295
  "document": "指定绑定的标签列表,例如:[{\"Key\": \"city\", \"Value\": \"shanghai\"}]",
3296
- "example": "",
3296
+ "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
3297
3297
  "member": "Tag",
3298
3298
  "name": "Tags",
3299
3299
  "required": false,
@@ -3308,9 +3308,10 @@
3308
3308
  {
3309
3309
  "disabled": false,
3310
3310
  "document": "安全组对象。",
3311
- "example": "",
3311
+ "example": "{\"SecurityGroupId\": \"esg-3g7ftkp3\"}",
3312
3312
  "member": "SecurityGroup",
3313
3313
  "name": "SecurityGroup",
3314
+ "output_required": true,
3314
3315
  "type": "object",
3315
3316
  "value_allowed_null": false
3316
3317
  },
@@ -3735,7 +3736,7 @@
3735
3736
  {
3736
3737
  "disabled": false,
3737
3738
  "document": "弹性网卡实例ID,例如:eni-m6dyj72l。",
3738
- "example": "",
3739
+ "example": "eni-m6dyj72l",
3739
3740
  "member": "string",
3740
3741
  "name": "NetworkInterfaceId",
3741
3742
  "required": true,
@@ -3744,7 +3745,7 @@
3744
3745
  {
3745
3746
  "disabled": false,
3746
3747
  "document": "ECM 地域,形如ap-xian-ecm。",
3747
- "example": "",
3748
+ "example": "ap-xian-ecm",
3748
3749
  "member": "string",
3749
3750
  "name": "EcmRegion",
3750
3751
  "required": true,
@@ -3834,7 +3835,7 @@
3834
3835
  {
3835
3836
  "disabled": false,
3836
3837
  "document": "安全组实例ID,例如esg-33ocnj9n,可通过DescribeSecurityGroups获取。",
3837
- "example": "",
3838
+ "example": "esg-33ocnj9n",
3838
3839
  "member": "string",
3839
3840
  "name": "SecurityGroupId",
3840
3841
  "required": true,
@@ -3843,7 +3844,7 @@
3843
3844
  {
3844
3845
  "disabled": false,
3845
3846
  "document": "安全组规则集合。一个请求中只能删除单个方向的一条或多条规则。支持指定索引(PolicyIndex) 匹配删除和安全组规则匹配删除两种方式,一个请求中只能使用一种匹配方式。",
3846
- "example": "",
3847
+ "example": "{\"Ingress\": [{\"CidrBlock\": \"10.0.0.0/16\", \"Protocol\": \"tcp\", \"Port\": \"80\", \"Action\": \"accept\"}]}",
3847
3848
  "member": "SecurityGroupPolicySet",
3848
3849
  "name": "SecurityGroupPolicySet",
3849
3850
  "required": true,
@@ -3870,7 +3871,7 @@
3870
3871
  {
3871
3872
  "disabled": false,
3872
3873
  "document": "安全组实例ID,例如esg-33ocnj9n,可通过DescribeSecurityGroups获取。",
3873
- "example": "",
3874
+ "example": "esg-33ocnj9n",
3874
3875
  "member": "string",
3875
3876
  "name": "SecurityGroupId",
3876
3877
  "required": true,
@@ -3933,7 +3934,7 @@
3933
3934
  {
3934
3935
  "disabled": false,
3935
3936
  "document": "子网实例ID。可通过DescribeSubnets接口返回值中的SubnetId获取。",
3936
- "example": "",
3937
+ "example": "subnet-jxa0xg1o",
3937
3938
  "member": "string",
3938
3939
  "name": "SubnetId",
3939
3940
  "required": true,
@@ -3942,7 +3943,7 @@
3942
3943
  {
3943
3944
  "disabled": false,
3944
3945
  "document": "ECM 地域",
3945
- "example": "",
3946
+ "example": "ap-hangzhou-ecm",
3946
3947
  "member": "string",
3947
3948
  "name": "EcmRegion",
3948
3949
  "required": true,
@@ -3969,7 +3970,7 @@
3969
3970
  {
3970
3971
  "disabled": false,
3971
3972
  "document": "VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。",
3972
- "example": "",
3973
+ "example": "vpc-ila64qtl",
3973
3974
  "member": "string",
3974
3975
  "name": "VpcId",
3975
3976
  "required": true,
@@ -3978,7 +3979,7 @@
3978
3979
  {
3979
3980
  "disabled": false,
3980
3981
  "document": "ECM 地域",
3981
- "example": "",
3982
+ "example": "ap-hangzhou-ecm",
3982
3983
  "member": "string",
3983
3984
  "name": "EcmRegion",
3984
3985
  "required": true,
@@ -4353,7 +4354,7 @@
4353
4354
  {
4354
4355
  "disabled": false,
4355
4356
  "document": "ECM地域",
4356
- "example": "",
4357
+ "example": "ap-hangzhou-ecm",
4357
4358
  "member": "string",
4358
4359
  "name": "EcmRegion",
4359
4360
  "required": true,
@@ -4362,7 +4363,7 @@
4362
4363
  {
4363
4364
  "disabled": false,
4364
4365
  "document": "ECM可用区",
4365
- "example": "",
4366
+ "example": "ap-hangzhou-ecm-1",
4366
4367
  "member": "string",
4367
4368
  "name": "Zone",
4368
4369
  "required": true,
@@ -4377,9 +4378,10 @@
4377
4378
  {
4378
4379
  "disabled": false,
4379
4380
  "document": "默认子网信息,若无子网,则为空数据。",
4380
- "example": "",
4381
+ "example": "",
4381
4382
  "member": "Subnet",
4382
4383
  "name": "Subnet",
4384
+ "output_required": true,
4383
4385
  "type": "object",
4384
4386
  "value_allowed_null": false
4385
4387
  },
@@ -5351,13 +5353,13 @@
5351
5353
  },
5352
5354
  {
5353
5355
  "disabled": false,
5354
- "document": "实例详细信息列表。\n注意:此字段可能返回 null,表示取不到有效值。",
5356
+ "document": "实例详细信息列表。",
5355
5357
  "example": "无",
5356
5358
  "member": "NetworkInterface",
5357
5359
  "name": "NetworkInterfaceSet",
5358
5360
  "output_required": true,
5359
5361
  "type": "list",
5360
- "value_allowed_null": true
5362
+ "value_allowed_null": false
5361
5363
  },
5362
5364
  {
5363
5365
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -5759,7 +5761,7 @@
5759
5761
  {
5760
5762
  "disabled": false,
5761
5763
  "document": "路由表实例ID,例如:rtb-azd4dt1c。",
5762
- "example": "1",
5764
+ "example": "[\"rtb-azd4dt1c\"]",
5763
5765
  "member": "string",
5764
5766
  "name": "RouteTableIds",
5765
5767
  "required": false,
@@ -5768,7 +5770,7 @@
5768
5770
  {
5769
5771
  "disabled": false,
5770
5772
  "document": "过滤条件,参数不支持同时指定RouteTableIds和Filters。\nroute-table-id - String - (过滤条件)路由表实例ID。\nroute-table-name - String - (过滤条件)路由表名称。\nvpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。\nassociation.main - String - (过滤条件)是否主路由表。",
5771
- "example": "",
5773
+ "example": "[{\"Name\": \"route-table-id\", \"Values\": [\"rtb-ms7c7gcr\"]}]",
5772
5774
  "member": "Filter",
5773
5775
  "name": "Filters",
5774
5776
  "required": false,
@@ -5786,7 +5788,7 @@
5786
5788
  {
5787
5789
  "disabled": false,
5788
5790
  "document": "限数",
5789
- "example": "1",
5791
+ "example": "10",
5790
5792
  "member": "uint64",
5791
5793
  "name": "Limit",
5792
5794
  "required": false,
@@ -5795,7 +5797,7 @@
5795
5797
  {
5796
5798
  "disabled": false,
5797
5799
  "document": "ECM 地域,传空或不传表示所有区域",
5798
- "example": "1",
5800
+ "example": "ap-hangzhou-ecm",
5799
5801
  "member": "string",
5800
5802
  "name": "EcmRegion",
5801
5803
  "required": false,
@@ -5813,19 +5815,19 @@
5813
5815
  "example": "2",
5814
5816
  "member": "uint64",
5815
5817
  "name": "TotalCount",
5816
- "required": true,
5818
+ "output_required": true,
5817
5819
  "type": "int",
5818
5820
  "value_allowed_null": false
5819
5821
  },
5820
5822
  {
5821
5823
  "disabled": false,
5822
- "document": "路由表列表\n注意:此字段可能返回 null,表示取不到有效值。",
5824
+ "document": "路由表列表",
5823
5825
  "example": "无",
5824
5826
  "member": "RouteTable",
5825
5827
  "name": "RouteTableSet",
5826
- "required": true,
5828
+ "output_required": true,
5827
5829
  "type": "list",
5828
- "value_allowed_null": true
5830
+ "value_allowed_null": false
5829
5831
  },
5830
5832
  {
5831
5833
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -6177,13 +6179,13 @@
6177
6179
  },
6178
6180
  {
6179
6181
  "disabled": false,
6180
- "document": "子网对象。\n注意:此字段可能返回 null,表示取不到有效值。",
6182
+ "document": "子网对象。",
6181
6183
  "example": "无",
6182
6184
  "member": "Subnet",
6183
6185
  "name": "SubnetSet",
6184
6186
  "output_required": true,
6185
6187
  "type": "list",
6186
- "value_allowed_null": true
6188
+ "value_allowed_null": false
6187
6189
  },
6188
6190
  {
6189
6191
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -6461,13 +6463,13 @@
6461
6463
  },
6462
6464
  {
6463
6465
  "disabled": false,
6464
- "document": "私有网络对象。\n注意:此字段可能返回 null,表示取不到有效值。",
6466
+ "document": "私有网络对象。",
6465
6467
  "example": "无",
6466
6468
  "member": "VpcInfo",
6467
6469
  "name": "VpcSet",
6468
6470
  "output_required": true,
6469
6471
  "type": "list",
6470
- "value_allowed_null": true
6472
+ "value_allowed_null": false
6471
6473
  },
6472
6474
  {
6473
6475
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -7319,110 +7321,110 @@
7319
7321
  {
7320
7322
  "disabled": false,
7321
7323
  "document": "HAVIP的ID,是HAVIP的唯一标识。",
7322
- "example": "",
7324
+ "example": "havip-4tw1bxlq",
7323
7325
  "member": "string",
7324
7326
  "name": "HaVipId",
7325
- "required": true,
7327
+ "output_required": true,
7326
7328
  "type": "string",
7327
7329
  "value_allowed_null": false
7328
7330
  },
7329
7331
  {
7330
7332
  "disabled": false,
7331
7333
  "document": "HAVIP名称。",
7332
- "example": "",
7334
+ "example": "demo",
7333
7335
  "member": "string",
7334
7336
  "name": "HaVipName",
7335
- "required": true,
7337
+ "output_required": true,
7336
7338
  "type": "string",
7337
7339
  "value_allowed_null": false
7338
7340
  },
7339
7341
  {
7340
7342
  "disabled": false,
7341
7343
  "document": "虚拟IP地址。",
7342
- "example": "",
7344
+ "example": "10.0.0.2",
7343
7345
  "member": "string",
7344
7346
  "name": "Vip",
7345
- "required": true,
7347
+ "output_required": true,
7346
7348
  "type": "string",
7347
7349
  "value_allowed_null": false
7348
7350
  },
7349
7351
  {
7350
7352
  "disabled": false,
7351
7353
  "document": "HAVIP所在私有网络ID。",
7352
- "example": "",
7354
+ "example": "vpc-ms7c7gcr",
7353
7355
  "member": "string",
7354
7356
  "name": "VpcId",
7355
- "required": true,
7357
+ "output_required": true,
7356
7358
  "type": "string",
7357
7359
  "value_allowed_null": false
7358
7360
  },
7359
7361
  {
7360
7362
  "disabled": false,
7361
7363
  "document": "HAVIP所在子网ID。",
7362
- "example": "",
7364
+ "example": "subnet-6zwa44xm",
7363
7365
  "member": "string",
7364
7366
  "name": "SubnetId",
7365
- "required": true,
7367
+ "output_required": true,
7366
7368
  "type": "string",
7367
7369
  "value_allowed_null": false
7368
7370
  },
7369
7371
  {
7370
7372
  "disabled": false,
7371
7373
  "document": "HAVIP关联弹性网卡ID。",
7372
- "example": "",
7374
+ "example": "eni-ms7c7gcr",
7373
7375
  "member": "string",
7374
7376
  "name": "NetworkInterfaceId",
7375
- "required": true,
7377
+ "output_required": true,
7376
7378
  "type": "string",
7377
7379
  "value_allowed_null": false
7378
7380
  },
7379
7381
  {
7380
7382
  "disabled": false,
7381
7383
  "document": "被绑定的实例ID。",
7382
- "example": "",
7384
+ "example": "ins-kngiybxl",
7383
7385
  "member": "string",
7384
7386
  "name": "InstanceId",
7385
- "required": true,
7387
+ "output_required": true,
7386
7388
  "type": "string",
7387
7389
  "value_allowed_null": false
7388
7390
  },
7389
7391
  {
7390
7392
  "disabled": false,
7391
7393
  "document": "绑定EIP。",
7392
- "example": "",
7394
+ "example": "123.100.80.185",
7393
7395
  "member": "string",
7394
7396
  "name": "AddressIp",
7395
- "required": true,
7397
+ "output_required": true,
7396
7398
  "type": "string",
7397
7399
  "value_allowed_null": false
7398
7400
  },
7399
7401
  {
7400
7402
  "disabled": false,
7401
7403
  "document": "状态:\nAVAILABLE:运行中。\nUNBIND:未绑定。",
7402
- "example": "",
7404
+ "example": "AVAILABLE",
7403
7405
  "member": "string",
7404
7406
  "name": "State",
7405
- "required": true,
7407
+ "output_required": true,
7406
7408
  "type": "string",
7407
7409
  "value_allowed_null": false
7408
7410
  },
7409
7411
  {
7410
7412
  "disabled": false,
7411
7413
  "document": "创建时间。",
7412
- "example": "",
7414
+ "example": "2017-03-24 11:54:32",
7413
7415
  "member": "string",
7414
7416
  "name": "CreatedTime",
7415
- "required": true,
7417
+ "output_required": true,
7416
7418
  "type": "string",
7417
7419
  "value_allowed_null": false
7418
7420
  },
7419
7421
  {
7420
7422
  "disabled": false,
7421
7423
  "document": "使用havip的业务标识。",
7422
- "example": "",
7424
+ "example": "SCF",
7423
7425
  "member": "string",
7424
7426
  "name": "Business",
7425
- "required": true,
7427
+ "output_required": true,
7426
7428
  "type": "string",
7427
7429
  "value_allowed_null": false
7428
7430
  }
@@ -12199,14 +12201,14 @@
12199
12201
  },
12200
12202
  {
12201
12203
  "disabled": false,
12202
- "document": "是否是主IP。\n注意:此字段可能返回 null,表示取不到有效值。",
12204
+ "document": "是否是主IP",
12203
12205
  "example": "false",
12204
12206
  "member": "bool",
12205
12207
  "name": "Primary",
12206
12208
  "output_required": true,
12207
12209
  "required": false,
12208
12210
  "type": "bool",
12209
- "value_allowed_null": true
12211
+ "value_allowed_null": false
12210
12212
  },
12211
12213
  {
12212
12214
  "disabled": false,
@@ -12243,14 +12245,14 @@
12243
12245
  },
12244
12246
  {
12245
12247
  "disabled": false,
12246
- "document": "公网IP是否被封堵。\n注意:此字段可能返回 null,表示取不到有效值。",
12248
+ "document": "公网IP是否被封堵。",
12247
12249
  "example": "false",
12248
12250
  "member": "bool",
12249
12251
  "name": "IsWanIpBlocked",
12250
12252
  "output_required": true,
12251
12253
  "required": false,
12252
12254
  "type": "bool",
12253
- "value_allowed_null": true
12255
+ "value_allowed_null": false
12254
12256
  },
12255
12257
  {
12256
12258
  "disabled": false,
@@ -13882,14 +13884,14 @@
13882
13884
  },
13883
13885
  {
13884
13886
  "disabled": false,
13885
- "document": "修改时间,例如 2020-07-22 19:27:23\n注意:此字段可能返回 null,表示取不到有效值。",
13887
+ "document": "修改时间,例如 2020-07-22 19:27:23",
13886
13888
  "example": "2021-05-11 16:46:38",
13887
13889
  "member": "string",
13888
13890
  "name": "ModifyTime",
13889
13891
  "output_required": true,
13890
13892
  "required": false,
13891
13893
  "type": "string",
13892
- "value_allowed_null": true
13894
+ "value_allowed_null": false
13893
13895
  },
13894
13896
  {
13895
13897
  "disabled": false,
@@ -14703,25 +14705,25 @@
14703
14705
  "members": [
14704
14706
  {
14705
14707
  "disabled": false,
14706
- "document": "标签健。\n注意:此字段可能返回 null,表示取不到有效值。",
14708
+ "document": "标签健。",
14707
14709
  "example": "tag-key",
14708
14710
  "member": "string",
14709
14711
  "name": "Key",
14710
14712
  "output_required": true,
14711
14713
  "required": true,
14712
14714
  "type": "string",
14713
- "value_allowed_null": true
14715
+ "value_allowed_null": false
14714
14716
  },
14715
14717
  {
14716
14718
  "disabled": false,
14717
- "document": "标签值。\n注意:此字段可能返回 null,表示取不到有效值。",
14719
+ "document": "标签值。",
14718
14720
  "example": "tag-val",
14719
14721
  "member": "string",
14720
14722
  "name": "Value",
14721
14723
  "output_required": true,
14722
14724
  "required": true,
14723
14725
  "type": "string",
14724
- "value_allowed_null": true
14726
+ "value_allowed_null": false
14725
14727
  }
14726
14728
  ],
14727
14729
  "usage": "both"
@@ -207,8 +207,8 @@
207
207
  "CreateSecurityGroup": [
208
208
  {
209
209
  "document": "",
210
- "input": "https://ecm.tencentcloudapi.com/?Action=CreateSecurityGroup\r\n&GroupName=TestGroup\r\n&GroupDescription=test-group-desc\r\n&Tags.0.Key=city\r\n&Tags.0.Value=shanghai\r\n&<公共请求参数>",
211
- "output": "{\n \"Response\": {\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"esg-3g7ftkp3\",\n \"SecurityGroupName\": \"TestGroup\",\n \"SecurityGroupDesc\": \"test-group-desc\",\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n }\n }\n}",
210
+ "input": "https://ecm.tencentcloudapi.com/?Action=CreateSecurityGroup\n&GroupName=demo\n&GroupDescription=demo\n&Tags.0.Key=city\n&Tags.0.Value=shanghai\n&<公共请求参数>",
211
+ "output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"esg-3g7ftkp3\",\n \"SecurityGroupName\": \"demo\",\n \"SecurityGroupDesc\": \"demo\",\n \"CreatedTime\": \"2020-05-13 19:26:33\",\n \"IsDefault\": false,\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n }\n }\n}",
212
212
  "title": "创建安全组"
213
213
  }
214
214
  ],
@@ -311,8 +311,8 @@
311
311
  "DeleteSecurityGroup": [
312
312
  {
313
313
  "document": "",
314
- "input": "https://ecm.tencentcloudapi.com/?Action=DeleteSecurityGroup\r\n&Version=2019-07-19\r\n&SecurityGroupId=esg-kxxx1gb1\r\n&<公共请求参数>",
315
- "output": "{\n \"Response\": {}\n}",
314
+ "input": "https://ecm.tencentcloudapi.com/?Action=DeleteSecurityGroup\n&SecurityGroupId=esg-kxxx1gb1\n&<公共请求参数>",
315
+ "output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
316
316
  "title": "删除安全组"
317
317
  }
318
318
  ],
@@ -606,7 +606,7 @@
606
606
  {
607
607
  "document": "",
608
608
  "input": "https://ecm.tencentcloudapi.com/?Action=DescribeRouteTables\n&Offset=0\n&Limit=1\n&<公共请求参数>",
609
- "output": "{\n \"Response\": {\n \"RouteTableSet\": [\n {\n \"VpcId\": \"vpc-2at5y1pn\",\n \"RouteTableId\": \"rtb-l2h8d7c2\",\n \"RouteTableName\": \"TestRouteTable\",\n \"AssociationSet\": [],\n \"RouteSet\": [\n {\n \"RouteItemId\": \"rti-12345678\",\n \"DestinationCidrBlock\": \"169.254.64.0/23\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.0.25\",\n \"RouteDescription\": \"\"\n }\n ],\n \"Main\": false,\n \"CreatedTime\": \"2020-11-30 19:52:03\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
609
+ "output": "{\n \"Response\": {\n \"RouteTableSet\": [\n {\n \"VpcId\": \"vpc-2at5y1pn\",\n \"RouteTableId\": \"rtb-l2h8d7c2\",\n \"RouteTableName\": \"demo\",\n \"AssociationSet\": [],\n \"RouteSet\": [\n {\n \"RouteItemId\": \"rti-ms7c7gcr\",\n \"RouteId\": 0,\n \"RouteTableId\": \"rtb-l2h8d7c2\",\n \"DestinationCidrBlock\": \"169.254.64.0/23\",\n \"GatewayType\": \"NORMAL_CVM\",\n \"GatewayId\": \"172.16.0.25\",\n \"RouteType\": \"USER\",\n \"RouteDescription\": \"demo\",\n \"Enabled\": true\n }\n ],\n \"Main\": false,\n \"CreatedTime\": \"2020-11-30 19:52:03\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
610
610
  "title": "查看路由表对象列表"
611
611
  }
612
612
  ],
@@ -5481,6 +5481,16 @@
5481
5481
  "type": "object",
5482
5482
  "value_allowed_null": true
5483
5483
  },
5484
+ {
5485
+ "disabled": false,
5486
+ "document": "索引别名字段\n注意:此字段可能返回 null,表示取不到有效值。",
5487
+ "example": "[alias1,alias2]",
5488
+ "member": "string",
5489
+ "name": "IndexAliasesField",
5490
+ "output_required": false,
5491
+ "type": "list",
5492
+ "value_allowed_null": true
5493
+ },
5484
5494
  {
5485
5495
  "disabled": false,
5486
5496
  "document": "索引所属集群APP ID\n注意:此字段可能返回 null,表示取不到有效值。",