tccli 3.0.1095.1__py2.py3-none-any.whl → 3.0.1097.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 (92) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/aiart/v20221229/QueryDrawPortraitJob.md +30 -0
  3. tccli/examples/aiart/v20221229/QueryTrainPortraitModelJob.md +24 -0
  4. tccli/examples/aiart/v20221229/SubmitDrawPortraitJob.md +23 -0
  5. tccli/examples/aiart/v20221229/SubmitTrainPortraitModelJob.md +20 -0
  6. tccli/examples/aiart/v20221229/UploadTrainPortraitImages.md +25 -0
  7. tccli/examples/ccc/v20200210/ModifyStaffPassword.md +22 -0
  8. tccli/examples/cls/v20201016/DeleteKafkaRecharge.md +3 -3
  9. tccli/examples/cls/v20201016/ModifyKafkaRecharge.md +23 -13
  10. tccli/examples/cls/v20201016/PreviewKafkaRecharge.md +47 -15
  11. tccli/examples/csip/v20221121/DescribeAlertList.md +176 -0
  12. tccli/examples/cynosdb/v20190107/AddClusterSlaveZone.md +2 -1
  13. tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +9 -2
  14. tccli/examples/cynosdb/v20190107/DescribeTasks.md +12 -0
  15. tccli/examples/cynosdb/v20190107/ModifyClusterSlaveZone.md +2 -1
  16. tccli/examples/cynosdb/v20190107/ModifyInstanceUpgradeLimitDays.md +22 -0
  17. tccli/examples/dcdb/v20180411/DescribeDCDBInstances.md +4 -3
  18. tccli/examples/dlc/v20210125/DescribeNotebookSessionStatementSqlResult.md +3 -1
  19. tccli/examples/lke/v20231130/GetEmbedding.md +4 -1
  20. tccli/examples/lke/v20231130/QueryParseDocResult.md +4 -1
  21. tccli/examples/lke/v20231130/QueryRewrite.md +6 -1
  22. tccli/examples/mariadb/v20170312/DescribeDBInstanceDetail.md +2 -1
  23. tccli/examples/mariadb/v20170312/DescribeDBInstances.md +4 -3
  24. tccli/examples/mps/v20190612/CreateAdaptiveDynamicStreamingTemplate.md +1 -1
  25. tccli/examples/mps/v20190612/ModifyAdaptiveDynamicStreamingTemplate.md +1 -1
  26. tccli/examples/organization/v20210331/DescribeEffectivePolicy.md +25 -0
  27. tccli/examples/organization/v20210331/ListNonCompliantResource.md +43 -0
  28. tccli/examples/ssl/v20191205/DescribeDeleteCertificatesTaskResult.md +72 -0
  29. tccli/examples/tdmq/v20200217/DescribeRabbitMQQueueDetail.md +25 -22
  30. tccli/examples/trocket/v20230308/DescribeMQTTClient.md +57 -49
  31. tccli/examples/trocket/v20230308/DescribeMQTTInsPublicEndpoints.md +38 -6
  32. tccli/examples/trocket/v20230308/DescribeMQTTInsVPCEndpoints.md +14 -12
  33. tccli/examples/trocket/v20230308/DescribeMQTTInstanceList.md +1 -121
  34. tccli/examples/trocket/v20230308/DescribeMQTTProductSKUList.md +0 -47
  35. tccli/examples/trocket/v20230308/DescribeMQTTUserList.md +1 -1
  36. tccli/examples/vpc/v20170312/DisableVpnGatewaySslClientCert.md +2 -2
  37. tccli/services/aiart/aiart_client.py +269 -4
  38. tccli/services/aiart/v20221229/api.json +405 -1
  39. tccli/services/aiart/v20221229/examples.json +40 -0
  40. tccli/services/billing/v20180709/api.json +30 -0
  41. tccli/services/bma/v20221115/api.json +4 -6
  42. tccli/services/ccc/ccc_client.py +53 -0
  43. tccli/services/ccc/v20200210/api.json +57 -5
  44. tccli/services/ccc/v20200210/examples.json +8 -0
  45. tccli/services/cdb/v20170320/api.json +9 -0
  46. tccli/services/cdn/v20180606/api.json +1 -1
  47. tccli/services/cls/v20201016/api.json +49 -49
  48. tccli/services/cls/v20201016/examples.json +13 -7
  49. tccli/services/csip/csip_client.py +53 -0
  50. tccli/services/csip/v20221121/api.json +1468 -7
  51. tccli/services/csip/v20221121/examples.json +8 -0
  52. tccli/services/cynosdb/cynosdb_client.py +53 -0
  53. tccli/services/cynosdb/v20190107/api.json +126 -0
  54. tccli/services/cynosdb/v20190107/examples.json +12 -4
  55. tccli/services/dcdb/v20180411/api.json +45 -3
  56. tccli/services/dcdb/v20180411/examples.json +1 -1
  57. tccli/services/dlc/v20210125/api.json +30 -0
  58. tccli/services/dlc/v20210125/examples.json +1 -1
  59. tccli/services/essbasic/v20210526/api.json +9 -0
  60. tccli/services/faceid/v20180301/api.json +22 -3
  61. tccli/services/hunyuan/v20230901/api.json +14 -14
  62. tccli/services/iotexplorer/v20190423/api.json +1 -1
  63. tccli/services/lighthouse/v20200324/api.json +2 -2
  64. tccli/services/live/v20180801/api.json +16 -7
  65. tccli/services/lke/v20231130/api.json +82 -6
  66. tccli/services/lke/v20231130/examples.json +3 -3
  67. tccli/services/mariadb/v20170312/api.json +45 -2
  68. tccli/services/mariadb/v20170312/examples.json +2 -2
  69. tccli/services/mps/v20190612/api.json +172 -92
  70. tccli/services/mps/v20190612/examples.json +2 -2
  71. tccli/services/ocr/v20181119/api.json +1 -1
  72. tccli/services/omics/v20221128/api.json +20 -2
  73. tccli/services/organization/organization_client.py +106 -0
  74. tccli/services/organization/v20210331/api.json +258 -0
  75. tccli/services/organization/v20210331/examples.json +16 -0
  76. tccli/services/ssl/ssl_client.py +53 -0
  77. tccli/services/ssl/v20191205/api.json +160 -9
  78. tccli/services/ssl/v20191205/examples.json +8 -0
  79. tccli/services/ssm/v20190923/api.json +1 -1
  80. tccli/services/tdmq/v20200217/api.json +65 -26
  81. tccli/services/tdmq/v20200217/examples.json +2 -2
  82. tccli/services/trocket/v20230308/api.json +226 -108
  83. tccli/services/trocket/v20230308/examples.json +13 -25
  84. tccli/services/trtc/v20190722/api.json +34 -15
  85. tccli/services/vpc/v20170312/api.json +20 -5
  86. tccli/services/vpc/v20170312/examples.json +2 -2
  87. tccli/services/weilingwith/v20230427/api.json +11 -11
  88. {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/METADATA +2 -2
  89. {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/RECORD +92 -81
  90. {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/WHEEL +0 -0
  91. {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/entry_points.txt +0 -0
  92. {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/license_files/LICENSE +0 -0
@@ -147,6 +147,13 @@
147
147
  "output": "DescribeCompaniesResponse",
148
148
  "status": "online"
149
149
  },
150
+ "DescribeDeleteCertificatesTaskResult": {
151
+ "document": "查询批量删除任务结果",
152
+ "input": "DescribeDeleteCertificatesTaskResultRequest",
153
+ "name": "查询批量删除任务结果",
154
+ "output": "DescribeDeleteCertificatesTaskResultResponse",
155
+ "status": "online"
156
+ },
150
157
  "DescribeDeployedResources": {
151
158
  "document": "证书查询关联资源, 最新查询接口请使用CreateCertificateBindResourceSyncTask, 可以查询更多支持的云资源",
152
159
  "input": "DescribeDeployedResourcesRequest",
@@ -2513,6 +2520,72 @@
2513
2520
  ],
2514
2521
  "type": "object"
2515
2522
  },
2523
+ "DeleteTaskResult": {
2524
+ "document": "批量删除证书异步任务结果",
2525
+ "members": [
2526
+ {
2527
+ "disabled": false,
2528
+ "document": "任务ID",
2529
+ "example": "无",
2530
+ "member": "string",
2531
+ "name": "TaskId",
2532
+ "output_required": true,
2533
+ "type": "string",
2534
+ "value_allowed_null": false
2535
+ },
2536
+ {
2537
+ "disabled": false,
2538
+ "document": "证书ID",
2539
+ "example": "无",
2540
+ "member": "string",
2541
+ "name": "CertId",
2542
+ "output_required": true,
2543
+ "type": "string",
2544
+ "value_allowed_null": false
2545
+ },
2546
+ {
2547
+ "disabled": false,
2548
+ "document": "异步查询结果: 0表示任务进行中、 1表示任务成功、 2表示任务失败、3表示未授权服务角色导致任务失败、4表示有未解绑的云资源导致任务失败、5表示查询关联云资源超时导致任务失败",
2549
+ "example": "无",
2550
+ "member": "uint64",
2551
+ "name": "Status",
2552
+ "output_required": true,
2553
+ "type": "int",
2554
+ "value_allowed_null": false
2555
+ },
2556
+ {
2557
+ "disabled": false,
2558
+ "document": "错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
2559
+ "example": "无",
2560
+ "member": "string",
2561
+ "name": "Error",
2562
+ "output_required": true,
2563
+ "type": "string",
2564
+ "value_allowed_null": true
2565
+ },
2566
+ {
2567
+ "disabled": false,
2568
+ "document": "当前结果缓存时间\n注意:此字段可能返回 null,表示取不到有效值。",
2569
+ "example": "无",
2570
+ "member": "string",
2571
+ "name": "CacheTime",
2572
+ "output_required": true,
2573
+ "type": "string",
2574
+ "value_allowed_null": true
2575
+ },
2576
+ {
2577
+ "disabled": false,
2578
+ "document": "包含的域名\n注意:此字段可能返回 null,表示取不到有效值。",
2579
+ "example": "无",
2580
+ "member": "string",
2581
+ "name": "Domains",
2582
+ "output_required": true,
2583
+ "type": "list",
2584
+ "value_allowed_null": true
2585
+ }
2586
+ ],
2587
+ "usage": "out"
2588
+ },
2516
2589
  "DeployCertificateInstanceRequest": {
2517
2590
  "document": "DeployCertificateInstance请求参数结构体",
2518
2591
  "members": [
@@ -4402,6 +4475,43 @@
4402
4475
  ],
4403
4476
  "type": "object"
4404
4477
  },
4478
+ "DescribeDeleteCertificatesTaskResultRequest": {
4479
+ "document": "DescribeDeleteCertificatesTaskResult请求参数结构体",
4480
+ "members": [
4481
+ {
4482
+ "disabled": false,
4483
+ "document": "DeleteCertificates接口返回的任务ID, 最大支持100个",
4484
+ "example": "无",
4485
+ "member": "string",
4486
+ "name": "TaskIds",
4487
+ "required": true,
4488
+ "type": "list"
4489
+ }
4490
+ ],
4491
+ "type": "object"
4492
+ },
4493
+ "DescribeDeleteCertificatesTaskResultResponse": {
4494
+ "document": "DescribeDeleteCertificatesTaskResult返回参数结构体",
4495
+ "members": [
4496
+ {
4497
+ "disabled": false,
4498
+ "document": "批量删除证书异步任务结果\n注意:此字段可能返回 null,表示取不到有效值。",
4499
+ "example": "无",
4500
+ "member": "DeleteTaskResult",
4501
+ "name": "DeleteTaskResult",
4502
+ "output_required": true,
4503
+ "type": "list",
4504
+ "value_allowed_null": true
4505
+ },
4506
+ {
4507
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4508
+ "member": "string",
4509
+ "name": "RequestId",
4510
+ "type": "string"
4511
+ }
4512
+ ],
4513
+ "type": "object"
4514
+ },
4405
4515
  "DescribeDeployedResourcesRequest": {
4406
4516
  "document": "DescribeDeployedResources请求参数结构体",
4407
4517
  "members": [
@@ -4799,35 +4909,71 @@
4799
4909
  "example": "无",
4800
4910
  "member": "string",
4801
4911
  "name": "CertificateId",
4802
- "required": true,
4912
+ "required": false,
4803
4913
  "type": "string"
4804
4914
  },
4915
+ {
4916
+ "disabled": false,
4917
+ "document": "是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时",
4918
+ "example": "无",
4919
+ "member": "uint64",
4920
+ "name": "IsCache",
4921
+ "required": false,
4922
+ "type": "int"
4923
+ },
4924
+ {
4925
+ "disabled": false,
4926
+ "document": "过滤参数列表",
4927
+ "example": "无",
4928
+ "member": "Filter",
4929
+ "name": "Filters",
4930
+ "required": false,
4931
+ "type": "list"
4932
+ },
4805
4933
  {
4806
4934
  "disabled": false,
4807
4935
  "document": "部署资源类型 cos",
4808
4936
  "example": "无",
4809
4937
  "member": "string",
4810
4938
  "name": "ResourceType",
4811
- "required": true,
4939
+ "required": false,
4812
4940
  "type": "string"
4813
4941
  },
4814
4942
  {
4815
4943
  "disabled": false,
4816
- "document": "是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时",
4944
+ "document": "原证书ID\t",
4817
4945
  "example": "无",
4818
- "member": "uint64",
4819
- "name": "IsCache",
4946
+ "member": "string",
4947
+ "name": "OldCertificateId",
4948
+ "required": false,
4949
+ "type": "string"
4950
+ },
4951
+ {
4952
+ "disabled": false,
4953
+ "document": "分页偏移量,从0开始。",
4954
+ "example": "无",
4955
+ "member": "int64",
4956
+ "name": "Offset",
4820
4957
  "required": false,
4821
4958
  "type": "int"
4822
4959
  },
4823
4960
  {
4824
4961
  "disabled": false,
4825
- "document": "过滤参数列表",
4962
+ "document": "每页数量,默认10。\t",
4826
4963
  "example": "无",
4827
- "member": "Filter",
4828
- "name": "Filters",
4964
+ "member": "int64",
4965
+ "name": "Limit",
4829
4966
  "required": false,
4830
- "type": "list"
4967
+ "type": "int"
4968
+ },
4969
+ {
4970
+ "disabled": false,
4971
+ "document": "是否异步\t",
4972
+ "example": "无",
4973
+ "member": "int64",
4974
+ "name": "AsyncCache",
4975
+ "required": false,
4976
+ "type": "int"
4831
4977
  }
4832
4978
  ],
4833
4979
  "type": "object"
@@ -4841,6 +4987,7 @@
4841
4987
  "example": "无",
4842
4988
  "member": "CosInstanceDetail",
4843
4989
  "name": "InstanceList",
4990
+ "output_required": true,
4844
4991
  "type": "list",
4845
4992
  "value_allowed_null": true
4846
4993
  },
@@ -4850,6 +4997,7 @@
4850
4997
  "example": "无",
4851
4998
  "member": "int64",
4852
4999
  "name": "TotalCount",
5000
+ "output_required": true,
4853
5001
  "type": "int",
4854
5002
  "value_allowed_null": true
4855
5003
  },
@@ -4859,6 +5007,7 @@
4859
5007
  "example": "无",
4860
5008
  "member": "int64",
4861
5009
  "name": "AsyncTotalNum",
5010
+ "output_required": true,
4862
5011
  "type": "int",
4863
5012
  "value_allowed_null": true
4864
5013
  },
@@ -4868,6 +5017,7 @@
4868
5017
  "example": "无",
4869
5018
  "member": "int64",
4870
5019
  "name": "AsyncOffset",
5020
+ "output_required": true,
4871
5021
  "type": "int",
4872
5022
  "value_allowed_null": true
4873
5023
  },
@@ -4877,6 +5027,7 @@
4877
5027
  "example": "无",
4878
5028
  "member": "string",
4879
5029
  "name": "AsyncCacheTime",
5030
+ "output_required": true,
4880
5031
  "type": "string",
4881
5032
  "value_allowed_null": true
4882
5033
  },
@@ -186,6 +186,14 @@
186
186
  "title": "查询公司列表"
187
187
  }
188
188
  ],
189
+ "DescribeDeleteCertificatesTaskResult": [
190
+ {
191
+ "document": "正常查询",
192
+ "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeleteCertificatesTaskResult\n<公共请求参数>\n\n{\n \"TaskIds\": [\n \"11\",\n \"12\",\n \"13\",\n \"15\",\n \"14\"\n ]\n}",
193
+ "output": "{\n \"Response\": {\n \"DeleteTaskResult\": [\n {\n \"TaskId\": \"11\",\n \"Status\": 0,\n \"CertId\": \"1ODjBeH8\",\n \"Domains\": [\n \"GMCert ECC Root CA - 01\"\n ],\n \"Error\": null,\n \"CacheTime\": \"2023-09-27 19:01:47\"\n },\n {\n \"TaskId\": \"12\",\n \"Status\": 0,\n \"CertId\": \"25EMBPYQ\",\n \"Domains\": [\n \"hank.com\"\n ],\n \"Error\": null,\n \"CacheTime\": \"2023-09-27 19:01:48\"\n },\n {\n \"TaskId\": \"13\",\n \"Status\": 0,\n \"CertId\": \"txV0pewo\",\n \"Domains\": [\n \"test.hankzzz.com\"\n ],\n \"Error\": null,\n \"CacheTime\": \"2023-09-27 19:01:48\"\n },\n {\n \"TaskId\": \"14\",\n \"Status\": 4,\n \"CertId\": \"rcGiGyTx\",\n \"Domains\": [\n \"*.hath.fun\"\n ],\n \"Error\": \"有未解绑的云资源\",\n \"CacheTime\": \"2023-09-27 19:01:48\"\n },\n {\n \"TaskId\": \"15\",\n \"Status\": 2,\n \"CertId\": \"4FVmnb1u\",\n \"Domains\": [\n \"*.hank-dv.com\"\n ],\n \"Error\": \"当前的证书状态不支持此操作\",\n \"CacheTime\": \"2023-09-27 19:01:48\"\n }\n ],\n \"RequestId\": \"037cc05f-c384-4d71-ab4f-a42d896ebb2e\"\n }\n}",
194
+ "title": "正常查询"
195
+ }
196
+ ],
189
197
  "DescribeDeployedResources": [
190
198
  {
191
199
  "document": "证书查询关联资源",
@@ -1180,7 +1180,7 @@
1180
1180
  "example": "test",
1181
1181
  "member": "string",
1182
1182
  "name": "SecretName",
1183
- "required": true,
1183
+ "output_required": true,
1184
1184
  "type": "string",
1185
1185
  "value_allowed_null": false
1186
1186
  },
@@ -3614,6 +3614,15 @@
3614
3614
  "name": "TraceFlag",
3615
3615
  "required": false,
3616
3616
  "type": "bool"
3617
+ },
3618
+ {
3619
+ "disabled": false,
3620
+ "document": "是否创建镜像队列策略,默认值 true",
3621
+ "example": "true",
3622
+ "member": "bool",
3623
+ "name": "MirrorQueuePolicyFlag",
3624
+ "required": false,
3625
+ "type": "bool"
3617
3626
  }
3618
3627
  ],
3619
3628
  "type": "object"
@@ -3627,7 +3636,7 @@
3627
3636
  "example": "testVhost",
3628
3637
  "member": "string",
3629
3638
  "name": "VirtualHost",
3630
- "required": true,
3639
+ "output_required": true,
3631
3640
  "type": "string",
3632
3641
  "value_allowed_null": false
3633
3642
  },
@@ -7174,7 +7183,7 @@
7174
7183
  "example": "queue1",
7175
7184
  "member": "string",
7176
7185
  "name": "InstanceId",
7177
- "required": true,
7186
+ "output_required": true,
7178
7187
  "type": "string",
7179
7188
  "value_allowed_null": true
7180
7189
  },
@@ -7184,7 +7193,7 @@
7184
7193
  "example": "testVhost",
7185
7194
  "member": "string",
7186
7195
  "name": "VirtualHost",
7187
- "required": true,
7196
+ "output_required": true,
7188
7197
  "type": "string",
7189
7198
  "value_allowed_null": true
7190
7199
  },
@@ -7194,7 +7203,7 @@
7194
7203
  "example": "testQueue",
7195
7204
  "member": "string",
7196
7205
  "name": "QueueName",
7197
- "required": true,
7206
+ "output_required": true,
7198
7207
  "type": "string",
7199
7208
  "value_allowed_null": true
7200
7209
  },
@@ -7204,7 +7213,7 @@
7204
7213
  "example": "classic",
7205
7214
  "member": "string",
7206
7215
  "name": "QueueType",
7207
- "required": true,
7216
+ "output_required": true,
7208
7217
  "type": "string",
7209
7218
  "value_allowed_null": true
7210
7219
  },
@@ -7214,7 +7223,7 @@
7214
7223
  "example": "0",
7215
7224
  "member": "int64",
7216
7225
  "name": "Consumers",
7217
- "required": true,
7226
+ "output_required": true,
7218
7227
  "type": "int",
7219
7228
  "value_allowed_null": true
7220
7229
  },
@@ -7224,7 +7233,7 @@
7224
7233
  "example": "true",
7225
7234
  "member": "bool",
7226
7235
  "name": "Durable",
7227
- "required": true,
7236
+ "output_required": true,
7228
7237
  "type": "bool",
7229
7238
  "value_allowed_null": true
7230
7239
  },
@@ -7234,7 +7243,7 @@
7234
7243
  "example": "false",
7235
7244
  "member": "bool",
7236
7245
  "name": "AutoDelete",
7237
- "required": true,
7246
+ "output_required": true,
7238
7247
  "type": "bool",
7239
7248
  "value_allowed_null": true
7240
7249
  },
@@ -7244,7 +7253,7 @@
7244
7253
  "example": "testRemark",
7245
7254
  "member": "string",
7246
7255
  "name": "Remark",
7247
- "required": true,
7256
+ "output_required": true,
7248
7257
  "type": "string",
7249
7258
  "value_allowed_null": true
7250
7259
  },
@@ -7254,7 +7263,7 @@
7254
7263
  "example": "1000",
7255
7264
  "member": "int64",
7256
7265
  "name": "MessageTTL",
7257
- "required": true,
7266
+ "output_required": true,
7258
7267
  "type": "int",
7259
7268
  "value_allowed_null": true
7260
7269
  },
@@ -7264,7 +7273,7 @@
7264
7273
  "example": "1000",
7265
7274
  "member": "int64",
7266
7275
  "name": "AutoExpire",
7267
- "required": true,
7276
+ "output_required": true,
7268
7277
  "type": "int",
7269
7278
  "value_allowed_null": true
7270
7279
  },
@@ -7274,7 +7283,7 @@
7274
7283
  "example": "1000",
7275
7284
  "member": "int64",
7276
7285
  "name": "MaxLength",
7277
- "required": true,
7286
+ "output_required": true,
7278
7287
  "type": "int",
7279
7288
  "value_allowed_null": true
7280
7289
  },
@@ -7284,7 +7293,7 @@
7284
7293
  "example": "1000",
7285
7294
  "member": "int64",
7286
7295
  "name": "MaxLengthBytes",
7287
- "required": true,
7296
+ "output_required": true,
7288
7297
  "type": "int",
7289
7298
  "value_allowed_null": true
7290
7299
  },
@@ -7294,7 +7303,7 @@
7294
7303
  "example": "1000",
7295
7304
  "member": "int64",
7296
7305
  "name": "DeliveryLimit",
7297
- "required": true,
7306
+ "output_required": true,
7298
7307
  "type": "int",
7299
7308
  "value_allowed_null": true
7300
7309
  },
@@ -7304,7 +7313,7 @@
7304
7313
  "example": "drop-head",
7305
7314
  "member": "string",
7306
7315
  "name": "OverflowBehaviour",
7307
- "required": true,
7316
+ "output_required": true,
7308
7317
  "type": "string",
7309
7318
  "value_allowed_null": true
7310
7319
  },
@@ -7314,7 +7323,7 @@
7314
7323
  "example": "testDeadLetterExchange",
7315
7324
  "member": "string",
7316
7325
  "name": "DeadLetterExchange",
7317
- "required": true,
7326
+ "output_required": true,
7318
7327
  "type": "string",
7319
7328
  "value_allowed_null": true
7320
7329
  },
@@ -7324,7 +7333,7 @@
7324
7333
  "example": "testDeadLetterRoutingKey",
7325
7334
  "member": "string",
7326
7335
  "name": "DeadLetterRoutingKey",
7327
- "required": true,
7336
+ "output_required": true,
7328
7337
  "type": "string",
7329
7338
  "value_allowed_null": true
7330
7339
  },
@@ -7334,7 +7343,7 @@
7334
7343
  "example": "true",
7335
7344
  "member": "bool",
7336
7345
  "name": "SingleActiveConsumer",
7337
- "required": true,
7346
+ "output_required": true,
7338
7347
  "type": "bool",
7339
7348
  "value_allowed_null": true
7340
7349
  },
@@ -7344,7 +7353,7 @@
7344
7353
  "example": "1000",
7345
7354
  "member": "int64",
7346
7355
  "name": "MaximumPriority",
7347
- "required": true,
7356
+ "output_required": true,
7348
7357
  "type": "int",
7349
7358
  "value_allowed_null": true
7350
7359
  },
@@ -7354,7 +7363,7 @@
7354
7363
  "example": "true",
7355
7364
  "member": "bool",
7356
7365
  "name": "LazyMode",
7357
- "required": true,
7366
+ "output_required": true,
7358
7367
  "type": "bool",
7359
7368
  "value_allowed_null": true
7360
7369
  },
@@ -7364,7 +7373,7 @@
7364
7373
  "example": "testMasterLocator",
7365
7374
  "member": "string",
7366
7375
  "name": "MasterLocator",
7367
- "required": true,
7376
+ "output_required": true,
7368
7377
  "type": "string",
7369
7378
  "value_allowed_null": true
7370
7379
  },
@@ -7374,7 +7383,7 @@
7374
7383
  "example": "1000",
7375
7384
  "member": "int64",
7376
7385
  "name": "MaxInMemoryLength",
7377
- "required": true,
7386
+ "output_required": true,
7378
7387
  "type": "int",
7379
7388
  "value_allowed_null": true
7380
7389
  },
@@ -7384,7 +7393,7 @@
7384
7393
  "example": "1000",
7385
7394
  "member": "int64",
7386
7395
  "name": "MaxInMemoryBytes",
7387
- "required": true,
7396
+ "output_required": true,
7388
7397
  "type": "int",
7389
7398
  "value_allowed_null": true
7390
7399
  },
@@ -7394,7 +7403,7 @@
7394
7403
  "example": "1669174535",
7395
7404
  "member": "int64",
7396
7405
  "name": "CreateTime",
7397
- "required": true,
7406
+ "output_required": true,
7398
7407
  "type": "int",
7399
7408
  "value_allowed_null": true
7400
7409
  },
@@ -7404,10 +7413,40 @@
7404
7413
  "example": "rabbit@rabbitmq-broker-0.rabbitmq-broker-internal.amqp-xxx.",
7405
7414
  "member": "string",
7406
7415
  "name": "Node",
7407
- "required": true,
7416
+ "output_required": true,
7417
+ "type": "string",
7418
+ "value_allowed_null": true
7419
+ },
7420
+ {
7421
+ "disabled": false,
7422
+ "document": "仲裁队列死信一致性策略\n注意:此字段可能返回 null,表示取不到有效值。",
7423
+ "example": "at-most-once",
7424
+ "member": "string",
7425
+ "name": "DeadLetterStrategy",
7426
+ "output_required": true,
7427
+ "type": "string",
7428
+ "value_allowed_null": true
7429
+ },
7430
+ {
7431
+ "disabled": false,
7432
+ "document": "仲裁队列的领导者选举策略\n注意:此字段可能返回 null,表示取不到有效值。",
7433
+ "example": "client-local",
7434
+ "member": "string",
7435
+ "name": "QueueLeaderLocator",
7436
+ "output_required": true,
7408
7437
  "type": "string",
7409
7438
  "value_allowed_null": true
7410
7439
  },
7440
+ {
7441
+ "disabled": false,
7442
+ "document": "仲裁队列的初始副本组大小\n注意:此字段可能返回 null,表示取不到有效值。",
7443
+ "example": "3",
7444
+ "member": "int64",
7445
+ "name": "QuorumInitialGroupSize",
7446
+ "output_required": true,
7447
+ "type": "int",
7448
+ "value_allowed_null": true
7449
+ },
7411
7450
  {
7412
7451
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7413
7452
  "member": "string",
@@ -13151,7 +13190,7 @@
13151
13190
  },
13152
13191
  {
13153
13192
  "disabled": false,
13154
- "document": "0:本地域访问,由于并没有配置跨地域容灾,所该类型的接入点,无法进行异地切换、异地访问切回;\n1:本地域访问,由于配置了跨地域容灾,随时可以进行异地切换,该状态用于主集群的接入点\n2:跨地域访问,已经完成了异地切换,该状态用于源集群的接入点,该状态下的接入点不可删除\n3:跨地域访问,随时可以进行异地访问切回,该状态用于目标集群的接入点,该状态下的接入点不可删除\n注意:此字段可能返回 null,表示取不到有效值。",
13193
+ "document": "0:本地域访问,由于并没有配置跨地域容灾,所该类型的接入点,无法进行异地切换、异地访问切回;\n1:本地域访问,由于配置了跨地域容灾,随时可以进行异地切换,该状态用于主集群的接入点\n2:跨地域访问,已经完成了异地切换,该状态用于源集群的接入点,该状态下的接入点不可删除\n3:跨地域访问,随时可以进行异地访问切回,该状态用于目标集群的接入点,该状态下的接入点不可删除\n4:跨地域访问,目标集群已经完成异地切回,等待删除状态\n注意:此字段可能返回 null,表示取不到有效值。",
13155
13194
  "example": "0",
13156
13195
  "member": "uint64",
13157
13196
  "name": "OperationType",
@@ -527,8 +527,8 @@
527
527
  "DescribeRabbitMQQueueDetail": [
528
528
  {
529
529
  "document": "",
530
- "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQQueueDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-44w9928j\",\n \"VirtualHost\": \"test\",\n \"QueueName\": \"xx\"\n}",
531
- "output": "{\n \"Response\": {\n \"Consumers\": 0,\n \"Durable\": true,\n \"LazyMode\": true,\n \"QueueName\": \"xx\",\n \"QueueType\": \"xx\",\n \"VirtualHost\": \"xx\",\n \"InstanceId\": \"xx\",\n \"AutoExpire\": 0,\n \"MaxInMemoryLength\": 0,\n \"MaxLengthBytes\": 0,\n \"MessageTTL\": 0,\n \"SingleActiveConsumer\": true,\n \"Remark\": \"xx\",\n \"AutoDelete\": true,\n \"DeadLetterExchange\": \"xx\",\n \"DeliveryLimit\": 0,\n \"RequestId\": \"xx\",\n \"OverflowBehaviour\": \"xx\",\n \"MasterLocator\": \"xx\",\n \"MaxInMemoryBytes\": 0,\n \"MaximumPriority\": 0,\n \"DeadLetterRoutingKey\": \"xx\",\n \"MaxLength\": 0,\n \"Node\": \"xx\",\n \"CreateTime\": 1669174535\n }\n}",
530
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQQueueDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\",\n \"VirtualHost\": \"abc\",\n \"QueueName\": \"abc\"\n}",
531
+ "output": "{\n \"Response\": {\n \"InstanceId\": \"abc\",\n \"VirtualHost\": \"abc\",\n \"QueueName\": \"abc\",\n \"QueueType\": \"abc\",\n \"Consumers\": 0,\n \"Durable\": true,\n \"AutoDelete\": true,\n \"Remark\": \"abc\",\n \"MessageTTL\": 0,\n \"AutoExpire\": 0,\n \"MaxLength\": 0,\n \"MaxLengthBytes\": 0,\n \"DeliveryLimit\": 0,\n \"OverflowBehaviour\": \"abc\",\n \"DeadLetterExchange\": \"abc\",\n \"DeadLetterRoutingKey\": \"abc\",\n \"SingleActiveConsumer\": true,\n \"MaximumPriority\": 0,\n \"LazyMode\": true,\n \"MasterLocator\": \"abc\",\n \"MaxInMemoryLength\": 0,\n \"MaxInMemoryBytes\": 0,\n \"CreateTime\": 0,\n \"Node\": \"abc\",\n \"DeadLetterStrategy\": \"abc\",\n \"QueueLeaderLocator\": \"abc\",\n \"QuorumInitialGroupSize\": 0,\n \"RequestId\": \"abc\"\n }\n}",
532
532
  "title": "查询RabbitMQ队列详情"
533
533
  }
534
534
  ],