tccli 3.0.1280.1__py2.py3-none-any.whl → 3.0.1282.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/acp/v20220105/api.json +80 -77
  3. tccli/services/acp/v20220105/examples.json +1 -1
  4. tccli/services/aiart/aiart_client.py +53 -0
  5. tccli/services/aiart/v20221229/api.json +62 -0
  6. tccli/services/aiart/v20221229/examples.json +8 -0
  7. tccli/services/autoscaling/v20180419/api.json +1 -1
  8. tccli/services/ccc/v20200210/api.json +9 -0
  9. tccli/services/cfg/v20210820/api.json +36 -23
  10. tccli/services/cfg/v20210820/examples.json +11 -11
  11. tccli/services/controlcenter/controlcenter_client.py +212 -0
  12. tccli/services/controlcenter/v20230110/api.json +516 -0
  13. tccli/services/controlcenter/v20230110/examples.json +32 -0
  14. tccli/services/cvm/cvm_client.py +212 -0
  15. tccli/services/cvm/v20170312/api.json +793 -4
  16. tccli/services/cvm/v20170312/examples.json +32 -0
  17. tccli/services/cynosdb/v20190107/api.json +13 -3
  18. tccli/services/dlc/v20210125/api.json +11 -0
  19. tccli/services/domain/v20180808/api.json +3 -3
  20. tccli/services/ess/v20201111/api.json +2 -2
  21. tccli/services/essbasic/v20210526/api.json +2 -2
  22. tccli/services/ims/v20201229/api.json +1 -1
  23. tccli/services/iotexplorer/v20190423/api.json +128 -0
  24. tccli/services/iotexplorer/v20190423/examples.json +3 -3
  25. tccli/services/keewidb/v20220308/api.json +2 -2
  26. tccli/services/lcic/v20220817/api.json +110 -63
  27. tccli/services/lcic/v20220817/examples.json +6 -6
  28. tccli/services/live/v20180801/api.json +15 -14
  29. tccli/services/lke/lke_client.py +4 -110
  30. tccli/services/lke/v20231130/api.json +0 -164
  31. tccli/services/lke/v20231130/examples.json +0 -16
  32. tccli/services/lowcode/v20210108/api.json +120 -11
  33. tccli/services/lowcode/v20210108/examples.json +9 -9
  34. tccli/services/mariadb/v20170312/api.json +7 -7
  35. tccli/services/mariadb/v20170312/examples.json +1 -1
  36. tccli/services/mongodb/v20190725/api.json +3 -3
  37. tccli/services/mqtt/mqtt_client.py +216 -4
  38. tccli/services/mqtt/v20240516/api.json +515 -0
  39. tccli/services/mqtt/v20240516/examples.json +38 -0
  40. tccli/services/ocr/v20181119/api.json +3 -3
  41. tccli/services/organization/organization_client.py +114 -8
  42. tccli/services/organization/v20210331/api.json +86 -0
  43. tccli/services/organization/v20210331/examples.json +16 -0
  44. tccli/services/partners/partners_client.py +61 -8
  45. tccli/services/partners/v20180321/api.json +110 -0
  46. tccli/services/partners/v20180321/examples.json +8 -0
  47. tccli/services/sms/v20190711/examples.json +1 -1
  48. tccli/services/sms/v20210111/examples.json +1 -1
  49. tccli/services/tat/v20201028/api.json +141 -128
  50. tccli/services/tat/v20201028/examples.json +12 -12
  51. tccli/services/teo/v20220901/api.json +4 -4
  52. tccli/services/tke/v20180525/api.json +293 -293
  53. tccli/services/tke/v20220501/api.json +2 -2
  54. tccli/services/vdb/v20230616/api.json +12 -12
  55. {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/METADATA +2 -2
  56. {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/RECORD +59 -59
  57. {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/WHEEL +0 -0
  58. {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/entry_points.txt +0 -0
  59. {tccli-3.0.1280.1.dist-info → tccli-3.0.1282.1.dist-info}/license_files/LICENSE +0 -0
@@ -168,6 +168,13 @@
168
168
  "output": "DescribeCaCertificatesResponse",
169
169
  "status": "online"
170
170
  },
171
+ "DescribeClientList": {
172
+ "document": "查询 MQTT 客户端详情",
173
+ "input": "DescribeClientListRequest",
174
+ "name": "查询 MQTT 客户端列表",
175
+ "output": "DescribeClientListResponse",
176
+ "status": "online"
177
+ },
171
178
  "DescribeDeviceCertificate": {
172
179
  "document": "查询设备证书详情接口",
173
180
  "input": "DescribeDeviceCertificateRequest",
@@ -189,6 +196,13 @@
189
196
  "output": "DescribeInsPublicEndpointsResponse",
190
197
  "status": "online"
191
198
  },
199
+ "DescribeInsVPCEndpoints": {
200
+ "document": "查询MQTT实例公网接入点",
201
+ "input": "DescribeInsVPCEndpointsRequest",
202
+ "name": "查询MQTT实例VPC接入点",
203
+ "output": "DescribeInsVPCEndpointsResponse",
204
+ "status": "online"
205
+ },
192
206
  "DescribeInstance": {
193
207
  "document": "查询实例信息",
194
208
  "input": "DescribeInstanceRequest",
@@ -203,6 +217,13 @@
203
217
  "output": "DescribeInstanceListResponse",
204
218
  "status": "online"
205
219
  },
220
+ "DescribeMessageList": {
221
+ "document": "查询消息列表,如查询死信,请设置ConsumerGroup参数",
222
+ "input": "DescribeMessageListRequest",
223
+ "name": "查询MQTT消息列表",
224
+ "output": "DescribeMessageListResponse",
225
+ "status": "online"
226
+ },
206
227
  "DescribeProductSKUList": {
207
228
  "document": "获取产品售卖规格",
208
229
  "input": "DescribeProductSKUListRequest",
@@ -210,6 +231,13 @@
210
231
  "output": "DescribeProductSKUListResponse",
211
232
  "status": "online"
212
233
  },
234
+ "DescribeSharedSubscriptionLag": {
235
+ "document": "查询共享订阅消息堆积量",
236
+ "input": "DescribeSharedSubscriptionLagRequest",
237
+ "name": "查询共享订阅堆积",
238
+ "output": "DescribeSharedSubscriptionLagResponse",
239
+ "status": "online"
240
+ },
213
241
  "DescribeTopic": {
214
242
  "document": "查询mqtt主题详情",
215
243
  "input": "DescribeTopicRequest",
@@ -1994,6 +2022,61 @@
1994
2022
  ],
1995
2023
  "type": "object"
1996
2024
  },
2025
+ "DescribeClientListRequest": {
2026
+ "document": "DescribeClientList请求参数结构体",
2027
+ "members": [
2028
+ {
2029
+ "disabled": false,
2030
+ "document": "实例ID",
2031
+ "example": "mqtt-xxxx",
2032
+ "member": "string",
2033
+ "name": "InstanceId",
2034
+ "required": true,
2035
+ "type": "string"
2036
+ },
2037
+ {
2038
+ "disabled": false,
2039
+ "document": "客户端名",
2040
+ "example": "client1",
2041
+ "member": "string",
2042
+ "name": "ClientId",
2043
+ "required": false,
2044
+ "type": "string"
2045
+ },
2046
+ {
2047
+ "disabled": false,
2048
+ "document": "客户端数量限制,最大1024,默认1024",
2049
+ "example": "1024",
2050
+ "member": "string",
2051
+ "name": "Number",
2052
+ "required": false,
2053
+ "type": "string"
2054
+ }
2055
+ ],
2056
+ "type": "object"
2057
+ },
2058
+ "DescribeClientListResponse": {
2059
+ "document": "DescribeClientList返回参数结构体",
2060
+ "members": [
2061
+ {
2062
+ "disabled": false,
2063
+ "document": "客户端列表",
2064
+ "example": "[ \t\t\t{ \t\t\t\t\"ClientAddress\": \"11.176.16.153:63066\", \t\t\t\t\"ClientId\": \"sub_client1\", \t\t\t\t\"ConnectTime\": 1710314923557, \t\t\t\t\"ConnectionStatus\": \"CONNECTED\", \t\t\t\t\"CreateTime\": 1710314923554, \t\t\t\t\"DisconnectTime\": 0, \t\t\t\t\"Keepalive\": 60, \t\t\t\t\"MQTTClientSubscriptions\": [ \t\t\t\t\t{ \t\t\t\t\t\t\"Qos\": 1, \t\t\t\t\t\t\"TopicFilter\": \"home/temp/+/\" \t\t\t\t\t}, \t\t\t\t\t{ \t\t\t\t\t\t\"Qos\": 0, \t\t\t\t\t\t\"TopicFilter\": \"home/humidity/+/\" \t\t\t\t\t}, \t\t\t\t\t{ \t\t\t\t\t\t\"Qos\": 2, \t\t\t\t\t\t\"TopicFilter\": \"home/person/+/\" \t\t\t\t\t} \t\t\t\t], \t\t\t\t\"ProtocolVersion\": 4 \t\t\t}, \t\t\t{ \t\t\t\t\"ClientAddress\": \"11.176.16.153:62048\", \t\t\t\t\"ClientId\": \"sub_client2\", \t\t\t\t\"ConnectTime\": 1710314912143, \t\t\t\t\"ConnectionStatus\": \"CONNECTED\", \t\t\t\t\"CreateTime\": 1710314912140, \t\t\t\t\"DisconnectTime\": 0, \t\t\t\t\"Keepalive\": 60, \t\t\t\t\"MQTTClientSubscriptions\": [ \t\t\t\t\t{ \t\t\t\t\t\t\"Qos\": 1, \t\t\t\t\t\t\"TopicFilter\": \"home/sun/+/\" \t\t\t\t\t}, \t\t\t\t\t{ \t\t\t\t\t\t\"Qos\": 1, \t\t\t\t\t\t\"TopicFilter\": \"home/temp/+/\" \t\t\t\t\t}, \t\t\t\t\t{ \t\t\t\t\t\t\"Qos\": 0, \t\t\t\t\t\t\"TopicFilter\": \"home/humidity/+/\" \t\t\t\t\t}, \t\t\t\t\t{ \t\t\t\t\t\t\"Qos\": 2, \t\t\t\t\t\t\"TopicFilter\": \"home/person/+/\" \t\t\t\t\t} \t\t\t\t], \t\t\t\t\"ProtocolVersion\": 4 \t\t\t} \t\t]",
2065
+ "member": "MQTTClientInfo",
2066
+ "name": "Clients",
2067
+ "output_required": true,
2068
+ "type": "list",
2069
+ "value_allowed_null": false
2070
+ },
2071
+ {
2072
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2073
+ "member": "string",
2074
+ "name": "RequestId",
2075
+ "type": "string"
2076
+ }
2077
+ ],
2078
+ "type": "object"
2079
+ },
1997
2080
  "DescribeDeviceCertificateRequest": {
1998
2081
  "document": "DescribeDeviceCertificate请求参数结构体",
1999
2082
  "members": [
@@ -2330,6 +2413,43 @@
2330
2413
  ],
2331
2414
  "type": "object"
2332
2415
  },
2416
+ "DescribeInsVPCEndpointsRequest": {
2417
+ "document": "DescribeInsVPCEndpoints请求参数结构体",
2418
+ "members": [
2419
+ {
2420
+ "disabled": false,
2421
+ "document": "实例ID",
2422
+ "example": "mqtt-xxxx",
2423
+ "member": "string",
2424
+ "name": "InstanceId",
2425
+ "required": true,
2426
+ "type": "string"
2427
+ }
2428
+ ],
2429
+ "type": "object"
2430
+ },
2431
+ "DescribeInsVPCEndpointsResponse": {
2432
+ "document": "DescribeInsVPCEndpoints返回参数结构体",
2433
+ "members": [
2434
+ {
2435
+ "disabled": false,
2436
+ "document": "接入点",
2437
+ "example": " [ \t\t\t{ \t\t\t\t\"Host\": \"mqtt-47ka4rdr-cd-qcloud.mqtt.tencenttdmq.com\", \t\t\t\t\"Port\": 1883, \t\t\t\t\"SubnetId\": null, \t\t\t\t\"Type\": \"mqtt-tcp\", \t\t\t\t\"Url\": \"mqtt-47ka4rdr-cd-qcloud.mqtt.tencenttdmq.com:1883\", \t\t\t\t\"VpcId\": null \t\t\t}, \t\t\t{ \t\t\t\t\"Host\": \"mqtt-47ka4rdr-cd-qcloud.mqtt.tencenttdmq.com\", \t\t\t\t\"Port\": 8888, \t\t\t\t\"SubnetId\": null, \t\t\t\t\"Type\": \"mqtt-ws\", \t\t\t\t\"Url\": \"mqtt-47ka4rdr-cd-qcloud.mqtt.tencenttdmq.com:8888\", \t\t\t\t\"VpcId\": null \t\t\t} \t\t]",
2438
+ "member": "MQTTEndpointItem",
2439
+ "name": "Endpoints",
2440
+ "output_required": false,
2441
+ "type": "list",
2442
+ "value_allowed_null": false
2443
+ },
2444
+ {
2445
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2446
+ "member": "string",
2447
+ "name": "RequestId",
2448
+ "type": "string"
2449
+ }
2450
+ ],
2451
+ "type": "object"
2452
+ },
2333
2453
  "DescribeInstanceListRequest": {
2334
2454
  "document": "DescribeInstanceList请求参数结构体",
2335
2455
  "members": [
@@ -2661,6 +2781,117 @@
2661
2781
  ],
2662
2782
  "type": "object"
2663
2783
  },
2784
+ "DescribeMessageListRequest": {
2785
+ "document": "DescribeMessageList请求参数结构体",
2786
+ "members": [
2787
+ {
2788
+ "disabled": false,
2789
+ "document": "实例ID",
2790
+ "example": "mqtt-xxxx",
2791
+ "member": "string",
2792
+ "name": "InstanceId",
2793
+ "required": true,
2794
+ "type": "string"
2795
+ },
2796
+ {
2797
+ "disabled": false,
2798
+ "document": "主题",
2799
+ "example": "test",
2800
+ "member": "string",
2801
+ "name": "Topic",
2802
+ "required": true,
2803
+ "type": "string"
2804
+ },
2805
+ {
2806
+ "disabled": false,
2807
+ "document": "开始时间",
2808
+ "example": "1712025623202",
2809
+ "member": "int64",
2810
+ "name": "StartTime",
2811
+ "required": true,
2812
+ "type": "int"
2813
+ },
2814
+ {
2815
+ "disabled": false,
2816
+ "document": "结束时间",
2817
+ "example": "1712112023202",
2818
+ "member": "int64",
2819
+ "name": "EndTime",
2820
+ "required": true,
2821
+ "type": "int"
2822
+ },
2823
+ {
2824
+ "disabled": false,
2825
+ "document": "请求任务id",
2826
+ "example": "dcfefe36-829d-4dd8-a436-e622c6ecab8f",
2827
+ "member": "string",
2828
+ "name": "TaskRequestId",
2829
+ "required": true,
2830
+ "type": "string"
2831
+ },
2832
+ {
2833
+ "disabled": false,
2834
+ "document": "查询起始位置",
2835
+ "example": "0",
2836
+ "member": "int64",
2837
+ "name": "Offset",
2838
+ "required": false,
2839
+ "type": "int"
2840
+ },
2841
+ {
2842
+ "disabled": false,
2843
+ "document": "查询结果限制数量",
2844
+ "example": "10",
2845
+ "member": "int64",
2846
+ "name": "Limit",
2847
+ "required": false,
2848
+ "type": "int"
2849
+ }
2850
+ ],
2851
+ "type": "object"
2852
+ },
2853
+ "DescribeMessageListResponse": {
2854
+ "document": "DescribeMessageList返回参数结构体",
2855
+ "members": [
2856
+ {
2857
+ "disabled": false,
2858
+ "document": "查询总数\n注意:此字段可能返回 null,表示取不到有效值。",
2859
+ "example": "10",
2860
+ "member": "int64",
2861
+ "name": "TotalCount",
2862
+ "output_required": false,
2863
+ "type": "int",
2864
+ "value_allowed_null": true
2865
+ },
2866
+ {
2867
+ "disabled": false,
2868
+ "document": "消息记录列表\n注意:此字段可能返回 null,表示取不到有效值。",
2869
+ "example": "[ { \"MsgId\": \"0B8D67D3003505C29BFD077EC81A0005\", \"SubTopic\": \"/humidity/room1/\", \"Qos\": \"2\", \"Tags\": \"MQTT_COMMON\", \"Keys\": null, \"ProducerAddr\": \"11.176.16.153:26866\", \"ProduceTime\": \"2024-04-02 10:55:49\", \"DeadLetterResendTimes\": null, \"DeadLetterResendSuccessTimes\": null }, { \"MsgId\": \"0B8D67D3003505C29BFD077EC65B0002\", \"SubTopic\": \"/humidity/room0/\", \"Qos\": \"2\", \"Tags\": \"MQTT_COMMON\", \"Keys\": null, \"ProducerAddr\": \"11.176.16.153:26866\", \"ProduceTime\": \"2024-04-02 10:55:48\", \"DeadLetterResendTimes\": null, \"DeadLetterResendSuccessTimes\": null } ]",
2870
+ "member": "MQTTMessageItem",
2871
+ "name": "Data",
2872
+ "output_required": true,
2873
+ "type": "list",
2874
+ "value_allowed_null": true
2875
+ },
2876
+ {
2877
+ "disabled": false,
2878
+ "document": "请求任务id",
2879
+ "example": "dcfefe36-829d-4dd8-a436-e622c6ecab8f",
2880
+ "member": "string",
2881
+ "name": "TaskRequestId",
2882
+ "output_required": false,
2883
+ "type": "string",
2884
+ "value_allowed_null": false
2885
+ },
2886
+ {
2887
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2888
+ "member": "string",
2889
+ "name": "RequestId",
2890
+ "type": "string"
2891
+ }
2892
+ ],
2893
+ "type": "object"
2894
+ },
2664
2895
  "DescribeProductSKUListRequest": {
2665
2896
  "document": "DescribeProductSKUList请求参数结构体",
2666
2897
  "members": [],
@@ -2698,6 +2929,52 @@
2698
2929
  ],
2699
2930
  "type": "object"
2700
2931
  },
2932
+ "DescribeSharedSubscriptionLagRequest": {
2933
+ "document": "DescribeSharedSubscriptionLag请求参数结构体",
2934
+ "members": [
2935
+ {
2936
+ "disabled": false,
2937
+ "document": "集群id\t",
2938
+ "example": "mqtt-sample",
2939
+ "member": "string",
2940
+ "name": "InstanceId",
2941
+ "required": true,
2942
+ "type": "string"
2943
+ },
2944
+ {
2945
+ "disabled": false,
2946
+ "document": "共享订阅表达式",
2947
+ "example": "$share/example_group/home/#",
2948
+ "member": "string",
2949
+ "name": "SharedSubscription",
2950
+ "required": true,
2951
+ "type": "string"
2952
+ }
2953
+ ],
2954
+ "type": "object"
2955
+ },
2956
+ "DescribeSharedSubscriptionLagResponse": {
2957
+ "document": "DescribeSharedSubscriptionLag返回参数结构体",
2958
+ "members": [
2959
+ {
2960
+ "disabled": false,
2961
+ "document": "堆积值",
2962
+ "example": "1",
2963
+ "member": "int64",
2964
+ "name": "Lag",
2965
+ "output_required": true,
2966
+ "type": "int",
2967
+ "value_allowed_null": false
2968
+ },
2969
+ {
2970
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2971
+ "member": "string",
2972
+ "name": "RequestId",
2973
+ "type": "string"
2974
+ }
2975
+ ],
2976
+ "type": "object"
2977
+ },
2701
2978
  "DescribeTopicListRequest": {
2702
2979
  "document": "DescribeTopicList请求参数结构体",
2703
2980
  "members": [
@@ -3187,6 +3464,148 @@
3187
3464
  ],
3188
3465
  "usage": "out"
3189
3466
  },
3467
+ "MQTTClientInfo": {
3468
+ "document": "MQTT客户端信息",
3469
+ "members": [
3470
+ {
3471
+ "disabled": false,
3472
+ "document": "客户端唯一标识\n注意:此字段可能返回 null,表示取不到有效值。",
3473
+ "example": "ClientId",
3474
+ "member": "string",
3475
+ "name": "ClientId",
3476
+ "output_required": false,
3477
+ "type": "string",
3478
+ "value_allowed_null": true
3479
+ },
3480
+ {
3481
+ "disabled": false,
3482
+ "document": "客户端网络地址\n注意:此字段可能返回 null,表示取不到有效值。",
3483
+ "example": "127.0.0.1:10001",
3484
+ "member": "string",
3485
+ "name": "ClientAddress",
3486
+ "output_required": false,
3487
+ "type": "string",
3488
+ "value_allowed_null": true
3489
+ },
3490
+ {
3491
+ "disabled": false,
3492
+ "document": "MQTT 协议版本,4 表示 MQTT 3.1.1\n注意:此字段可能返回 null,表示取不到有效值。",
3493
+ "example": "4",
3494
+ "member": "int64",
3495
+ "name": "ProtocolVersion",
3496
+ "output_required": false,
3497
+ "type": "int",
3498
+ "value_allowed_null": true
3499
+ },
3500
+ {
3501
+ "disabled": false,
3502
+ "document": "保持连接时间,单位:秒\n注意:此字段可能返回 null,表示取不到有效值。",
3503
+ "example": "60",
3504
+ "member": "int64",
3505
+ "name": "Keepalive",
3506
+ "output_required": false,
3507
+ "type": "int",
3508
+ "value_allowed_null": true
3509
+ },
3510
+ {
3511
+ "disabled": false,
3512
+ "document": "连接状态,CONNECTED 已连接,DISCONNECTED 未连接\n注意:此字段可能返回 null,表示取不到有效值。",
3513
+ "example": "CONNECTED",
3514
+ "member": "string",
3515
+ "name": "ConnectionStatus",
3516
+ "output_required": false,
3517
+ "type": "string",
3518
+ "value_allowed_null": true
3519
+ },
3520
+ {
3521
+ "disabled": false,
3522
+ "document": "客户端创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
3523
+ "example": "1701396000000",
3524
+ "member": "int64",
3525
+ "name": "CreateTime",
3526
+ "output_required": false,
3527
+ "type": "int",
3528
+ "value_allowed_null": true
3529
+ },
3530
+ {
3531
+ "disabled": false,
3532
+ "document": "上次建立连接时间\n注意:此字段可能返回 null,表示取不到有效值。",
3533
+ "example": "1701396000000",
3534
+ "member": "int64",
3535
+ "name": "ConnectTime",
3536
+ "output_required": false,
3537
+ "type": "int",
3538
+ "value_allowed_null": true
3539
+ },
3540
+ {
3541
+ "disabled": false,
3542
+ "document": "上次断开连接时间,仅对持久会话(cleanSession=false)并且客户端当前未连接时有意义\n注意:此字段可能返回 null,表示取不到有效值。",
3543
+ "example": "1701403200000",
3544
+ "member": "int64",
3545
+ "name": "DisconnectTime",
3546
+ "output_required": false,
3547
+ "type": "int",
3548
+ "value_allowed_null": true
3549
+ },
3550
+ {
3551
+ "disabled": false,
3552
+ "document": "客户端的订阅列表\n注意:此字段可能返回 null,表示取不到有效值。",
3553
+ "example": "无",
3554
+ "member": "MQTTClientSubscription",
3555
+ "name": "MQTTClientSubscriptions",
3556
+ "output_required": false,
3557
+ "type": "list",
3558
+ "value_allowed_null": true
3559
+ }
3560
+ ],
3561
+ "usage": "out"
3562
+ },
3563
+ "MQTTClientSubscription": {
3564
+ "document": "MQTT 订阅关系",
3565
+ "members": [
3566
+ {
3567
+ "disabled": false,
3568
+ "document": "topic 订阅",
3569
+ "example": "mytopic/a/+",
3570
+ "member": "string",
3571
+ "name": "TopicFilter",
3572
+ "output_required": false,
3573
+ "type": "string",
3574
+ "value_allowed_null": false
3575
+ },
3576
+ {
3577
+ "disabled": false,
3578
+ "document": "服务质量等级",
3579
+ "example": "1",
3580
+ "member": "int64",
3581
+ "name": "Qos",
3582
+ "output_required": false,
3583
+ "type": "int",
3584
+ "value_allowed_null": false
3585
+ },
3586
+ {
3587
+ "disabled": false,
3588
+ "document": "堆积数量",
3589
+ "example": "0",
3590
+ "member": "int64",
3591
+ "name": "Lag",
3592
+ "output_required": false,
3593
+ "type": "int",
3594
+ "value_allowed_null": false
3595
+ },
3596
+ {
3597
+ "disabled": false,
3598
+ "document": "投递未确认数量",
3599
+ "example": "0",
3600
+ "member": "int64",
3601
+ "name": "Inflight",
3602
+ "output_required": false,
3603
+ "type": "int",
3604
+ "value_allowed_null": false
3605
+ }
3606
+ ],
3607
+ "usage": "out"
3608
+ },
3190
3609
  "MQTTEndpointItem": {
3191
3610
  "document": "MQTTEndpoint",
3192
3611
  "members": [
@@ -3476,6 +3895,102 @@
3476
3895
  ],
3477
3896
  "usage": "out"
3478
3897
  },
3898
+ "MQTTMessageItem": {
3899
+ "document": "消息记录",
3900
+ "members": [
3901
+ {
3902
+ "disabled": false,
3903
+ "document": "消息ID\n注意:此字段可能返回 null,表示取不到有效值。",
3904
+ "example": "test",
3905
+ "member": "string",
3906
+ "name": "MsgId",
3907
+ "output_required": true,
3908
+ "type": "string",
3909
+ "value_allowed_null": true
3910
+ },
3911
+ {
3912
+ "disabled": false,
3913
+ "document": "消息tag\n注意:此字段可能返回 null,表示取不到有效值。",
3914
+ "example": "tag1",
3915
+ "member": "string",
3916
+ "name": "Tags",
3917
+ "output_required": true,
3918
+ "type": "string",
3919
+ "value_allowed_null": true
3920
+ },
3921
+ {
3922
+ "disabled": false,
3923
+ "document": "消息key\n注意:此字段可能返回 null,表示取不到有效值。",
3924
+ "example": "value1",
3925
+ "member": "string",
3926
+ "name": "Keys",
3927
+ "output_required": true,
3928
+ "type": "string",
3929
+ "value_allowed_null": true
3930
+ },
3931
+ {
3932
+ "disabled": false,
3933
+ "document": "客户端地址\t\n注意:此字段可能返回 null,表示取不到有效值。",
3934
+ "example": "127.0.0.1",
3935
+ "member": "string",
3936
+ "name": "ProducerAddr",
3937
+ "output_required": true,
3938
+ "type": "string",
3939
+ "value_allowed_null": true
3940
+ },
3941
+ {
3942
+ "disabled": false,
3943
+ "document": "消息发送时间\t\n注意:此字段可能返回 null,表示取不到有效值。",
3944
+ "example": "1713164969433",
3945
+ "member": "string",
3946
+ "name": "ProduceTime",
3947
+ "output_required": true,
3948
+ "type": "string",
3949
+ "value_allowed_null": true
3950
+ },
3951
+ {
3952
+ "disabled": false,
3953
+ "document": "死信重发次数\t\n注意:此字段可能返回 null,表示取不到有效值。",
3954
+ "example": "2",
3955
+ "member": "int64",
3956
+ "name": "DeadLetterResendTimes",
3957
+ "output_required": true,
3958
+ "type": "int",
3959
+ "value_allowed_null": true
3960
+ },
3961
+ {
3962
+ "disabled": false,
3963
+ "document": "死信重发成功次数\n注意:此字段可能返回 null,表示取不到有效值。",
3964
+ "example": "2",
3965
+ "member": "int64",
3966
+ "name": "DeadLetterResendSuccessTimes",
3967
+ "output_required": true,
3968
+ "type": "int",
3969
+ "value_allowed_null": true
3970
+ },
3971
+ {
3972
+ "disabled": false,
3973
+ "document": "子topic\n注意:此字段可能返回 null,表示取不到有效值。",
3974
+ "example": "subtopic",
3975
+ "member": "string",
3976
+ "name": "SubTopic",
3977
+ "output_required": false,
3978
+ "type": "string",
3979
+ "value_allowed_null": true
3980
+ },
3981
+ {
3982
+ "disabled": false,
3983
+ "document": "消息质量等级\n注意:此字段可能返回 null,表示取不到有效值。",
3984
+ "example": "1",
3985
+ "member": "string",
3986
+ "name": "Qos",
3987
+ "output_required": false,
3988
+ "type": "string",
3989
+ "value_allowed_null": true
3990
+ }
3991
+ ],
3992
+ "usage": "out"
3993
+ },
3479
3994
  "MQTTTopicItem": {
3480
3995
  "document": "MQTT 主题详情",
3481
3996
  "members": [
@@ -198,6 +198,14 @@
198
198
  "title": "示例"
199
199
  }
200
200
  ],
201
+ "DescribeClientList": [
202
+ {
203
+ "document": "示例",
204
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTClientList\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-2vnk55xv\",\n \"ClientId\": \"sub\",\n \"Number\": \"10\"\n}",
205
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Clients\": [\n {\n \"ClientAddress\": \"11.176.16.153:63066\",\n \"ClientId\": \"sub_client1\",\n \"ConnectTime\": 1710314923557,\n \"ConnectionStatus\": \"CONNECTED\",\n \"CreateTime\": 1710314923554,\n \"DisconnectTime\": 0,\n \"Keepalive\": 60,\n \"MQTTClientSubscriptions\": [\n {\n \"Qos\": 1,\n \"TopicFilter\": \"home/temp/+/\"\n },\n {\n \"Qos\": 0,\n \"TopicFilter\": \"home/humidity/+/\"\n },\n {\n \"Qos\": 2,\n \"TopicFilter\": \"home/person/+/\"\n }\n ],\n \"ProtocolVersion\": 4\n },\n {\n \"ClientAddress\": \"11.176.16.153:62048\",\n \"ClientId\": \"sub_client2\",\n \"ConnectTime\": 1710314912143,\n \"ConnectionStatus\": \"CONNECTED\",\n \"CreateTime\": 1710314912140,\n \"DisconnectTime\": 0,\n \"Keepalive\": 60,\n \"MQTTClientSubscriptions\": [\n {\n \"Qos\": 1,\n \"TopicFilter\": \"home/sun/+/\"\n },\n {\n \"Qos\": 1,\n \"TopicFilter\": \"home/temp/+/\"\n },\n {\n \"Qos\": 0,\n \"TopicFilter\": \"home/humidity/+/\"\n },\n {\n \"Qos\": 2,\n \"TopicFilter\": \"home/person/+/\"\n }\n ],\n \"ProtocolVersion\": 4\n }\n ],\n \"RequestId\": \"9f81924f-41e8-4f24-aaf2-61da7da9c713\"\n }\n}",
206
+ "title": "示例"
207
+ }
208
+ ],
201
209
  "DescribeDeviceCertificate": [
202
210
  {
203
211
  "document": "示例",
@@ -222,6 +230,20 @@
222
230
  "title": "示例"
223
231
  }
224
232
  ],
233
+ "DescribeInsVPCEndpoints": [
234
+ {
235
+ "document": "样例",
236
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsVPCEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-25zqb75a\"\n}",
237
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com\",\n \"Ip\": \"10.0.0.25\",\n \"Port\": 1883,\n \"SubnetId\": \"subnet-fr9ez60m\",\n \"Type\": \"mqtt-tcp\",\n \"Url\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com:1883\",\n \"VpcId\": \"vpc-35wk4c6h\"\n },\n {\n \"Host\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com\",\n \"Ip\": \"10.0.0.25\",\n \"Port\": 8888,\n \"SubnetId\": \"subnet-fr9ez60m\",\n \"Type\": \"mqtt-ws\",\n \"Url\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com:8888\",\n \"VpcId\": \"vpc-35wk4c6h\"\n }\n ],\n \"RequestId\": \"4313484d-47c1-4fc8-b402-f997d2ba7256\"\n }\n}",
238
+ "title": "样例"
239
+ },
240
+ {
241
+ "document": "示例",
242
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInsVPCEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-g4r4x85z\"\n}",
243
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com\",\n \"Ip\": \"127.0.0.1\",\n \"Port\": 1883,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tcp\",\n \"Url\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com:1883\",\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com\",\n \"Ip\": \"127.0.0.1\",\n \"Port\": 8888,\n \"SubnetId\": null,\n \"Type\": \"mqtt-ws\",\n \"Url\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com:8888\",\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com\",\n \"Ip\": \"127.0.0.1\",\n \"Port\": 8883,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tls\",\n \"Url\": \"mqtt-g4r4x85z-cd-vpc.mqtt.tencenttdmq.com:8883\",\n \"VpcId\": null\n }\n ],\n \"RequestId\": \"ec17e61f-7749-4192-bbc7-804b031a7da8\"\n }\n}",
244
+ "title": "示例"
245
+ }
246
+ ],
225
247
  "DescribeInstance": [
226
248
  {
227
249
  "document": "示例",
@@ -238,6 +260,14 @@
238
260
  "title": "示例"
239
261
  }
240
262
  ],
263
+ "DescribeMessageList": [
264
+ {
265
+ "document": "示例",
266
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTMessageList\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Topic\": \"topic24\",\n \"Offset\": 0,\n \"Limit\": 20,\n \"StartTime\": 1705373755266,\n \"EndTime\": 1705632955266,\n \"TaskRequestId\": \" \"\n}",
267
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"DeadLetterResendSuccessTimes\": null,\n \"DeadLetterResendTimes\": null,\n \"Keys\": null,\n \"MsgId\": \"0B8D67F0002D6ACBCFC0557BCEBA0001\",\n \"ProduceTime\": \"2024-01-17 14:22:57\",\n \"ProducerAddr\": \"11.176.16.153:51134\",\n \"Qos\": \"1\",\n \"SubTopic\": \"/1/\",\n \"Tags\": \"MQTT_COMMON\"\n },\n {\n \"DeadLetterResendSuccessTimes\": null,\n \"DeadLetterResendTimes\": null,\n \"Keys\": null,\n \"MsgId\": \"0B8D67F0002D6ACBCFC0557B1A980000\",\n \"ProduceTime\": \"2024-01-17 14:22:11\",\n \"ProducerAddr\": \"11.176.16.153:44044\",\n \"Qos\": \"0\",\n \"SubTopic\": \"\",\n \"Tags\": \"MQTT_COMMON\"\n }\n ],\n \"RequestId\": \"116cd3f5-668f-42fe-8572-fcd5d3a31377\",\n \"TaskRequestId\": \"e3d14393-4701-4f62-8a7d-b52bd59b5ace\",\n \"TotalCount\": 2\n }\n}",
268
+ "title": "示例"
269
+ }
270
+ ],
241
271
  "DescribeProductSKUList": [
242
272
  {
243
273
  "document": "示例",
@@ -246,6 +276,14 @@
246
276
  "title": "示例"
247
277
  }
248
278
  ],
279
+ "DescribeSharedSubscriptionLag": [
280
+ {
281
+ "document": "示例",
282
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSharedSubscriptionLag\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-8x3ae7q2\",\n \"SharedSubscription\": \"$share/group/home\"\n}",
283
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Lag\": 0,\n \"RequestId\": \"f5209cd4-34e9-4807-807d-57c35296d7e5\"\n }\n}",
284
+ "title": "示例"
285
+ }
286
+ ],
249
287
  "DescribeTopic": [
250
288
  {
251
289
  "document": "示例",