tccli 3.0.1295.2__py2.py3-none-any.whl → 3.0.1296.2__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.
- tccli/__init__.py +1 -1
- tccli/services/antiddos/v20200309/api.json +123 -116
- tccli/services/bi/v20220105/api.json +17 -17
- tccli/services/bi/v20220105/examples.json +16 -16
- tccli/services/cam/v20190116/api.json +2 -2
- tccli/services/cam/v20190116/examples.json +1 -1
- tccli/services/ccc/v20200210/api.json +35 -17
- tccli/services/cdn/v20180606/api.json +61 -55
- tccli/services/cdn/v20180606/examples.json +11 -11
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/chc/v20230418/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +3 -3
- tccli/services/cme/v20191029/api.json +522 -501
- tccli/services/cme/v20191029/examples.json +138 -138
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +40 -0
- tccli/services/cynosdb/v20190107/api.json +15 -15
- tccli/services/domain/v20180808/api.json +5 -5
- tccli/services/dts/v20180330/api.json +2 -2
- tccli/services/dts/v20211206/api.json +14 -14
- tccli/services/ecdn/v20191012/api.json +4 -4
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/ess/v20201111/api.json +13 -4
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/gs/v20191118/api.json +9 -0
- tccli/services/iotcloud/v20210408/api.json +35 -31
- tccli/services/iotcloud/v20210408/examples.json +7 -7
- tccli/services/iotexplorer/v20190423/api.json +20 -0
- tccli/services/iotvideo/v20201215/api.json +4 -4
- tccli/services/iotvideo/v20201215/examples.json +2 -2
- tccli/services/iotvideo/v20211125/api.json +27 -7
- tccli/services/iotvideo/v20211125/examples.json +5 -5
- tccli/services/live/v20180801/api.json +31 -2
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +10 -0
- tccli/services/mmps/v20200710/api.json +8 -8
- tccli/services/mqtt/v20240516/api.json +82 -43
- tccli/services/mqtt/v20240516/examples.json +7 -7
- tccli/services/ocr/ocr_client.py +16 -175
- tccli/services/ocr/v20181119/api.json +15 -245
- tccli/services/ocr/v20181119/examples.json +1 -25
- tccli/services/partners/partners_client.py +118 -65
- tccli/services/partners/v20180321/api.json +93 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/sqlserver/v20180328/api.json +37 -0
- tccli/services/tag/v20180813/api.json +75 -73
- tccli/services/tag/v20180813/examples.json +10 -10
- tccli/services/tdid/v20210519/api.json +12 -12
- tccli/services/tdmq/tdmq_client.py +0 -53
- tccli/services/tdmq/v20200217/api.json +0 -52
- tccli/services/tdmq/v20200217/examples.json +0 -8
- tccli/services/thpc/v20230321/api.json +10 -0
- tccli/services/tke/v20180525/api.json +5 -5
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +19 -0
- tccli/services/vod/v20180717/api.json +732 -670
- tccli/services/vod/v20180717/examples.json +31 -31
- tccli/services/vpc/v20170312/api.json +53 -53
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1295.2.dist-info → tccli-3.0.1296.2.dist-info}/METADATA +2 -2
- {tccli-3.0.1295.2.dist-info → tccli-3.0.1296.2.dist-info}/RECORD +64 -64
- {tccli-3.0.1295.2.dist-info → tccli-3.0.1296.2.dist-info}/WHEEL +0 -0
- {tccli-3.0.1295.2.dist-info → tccli-3.0.1296.2.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1295.2.dist-info → tccli-3.0.1296.2.dist-info}/license_files/LICENSE +0 -0
@@ -1678,7 +1678,7 @@
|
|
1678
1678
|
"example": "0",
|
1679
1679
|
"member": "int64",
|
1680
1680
|
"name": "Result",
|
1681
|
-
"
|
1681
|
+
"output_required": true,
|
1682
1682
|
"type": "int",
|
1683
1683
|
"value_allowed_null": false
|
1684
1684
|
},
|
@@ -1688,29 +1688,29 @@
|
|
1688
1688
|
"example": "4",
|
1689
1689
|
"member": "int64",
|
1690
1690
|
"name": "Status",
|
1691
|
-
"
|
1691
|
+
"output_required": true,
|
1692
1692
|
"type": "int",
|
1693
1693
|
"value_allowed_null": false
|
1694
1694
|
},
|
1695
1695
|
{
|
1696
1696
|
"disabled": false,
|
1697
|
-
"document": "
|
1697
|
+
"document": "诊断失败的错误信息",
|
1698
1698
|
"example": "内部原因",
|
1699
1699
|
"member": "string",
|
1700
1700
|
"name": "ErrMsg",
|
1701
|
-
"
|
1701
|
+
"output_required": false,
|
1702
1702
|
"type": "string",
|
1703
|
-
"value_allowed_null":
|
1703
|
+
"value_allowed_null": false
|
1704
1704
|
},
|
1705
1705
|
{
|
1706
1706
|
"disabled": false,
|
1707
|
-
"document": "
|
1707
|
+
"document": "任务流详情",
|
1708
1708
|
"example": "无",
|
1709
1709
|
"member": "TaskFlowStepsInfo",
|
1710
1710
|
"name": "FlowSteps",
|
1711
|
-
"
|
1711
|
+
"output_required": false,
|
1712
1712
|
"type": "list",
|
1713
|
-
"value_allowed_null":
|
1713
|
+
"value_allowed_null": false
|
1714
1714
|
},
|
1715
1715
|
{
|
1716
1716
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -225,7 +225,7 @@
|
|
225
225
|
"status": "online"
|
226
226
|
},
|
227
227
|
"DescribeMessageList": {
|
228
|
-
"document": "
|
228
|
+
"document": "根据一级Topic查询消息列表",
|
229
229
|
"input": "DescribeMessageListRequest",
|
230
230
|
"name": "查询MQTT消息列表",
|
231
231
|
"output": "DescribeMessageListResponse",
|
@@ -288,7 +288,7 @@
|
|
288
288
|
"status": "online"
|
289
289
|
},
|
290
290
|
"ModifyInstance": {
|
291
|
-
"document": "
|
291
|
+
"document": "修改实例属性,只有运行中的集群可以调用该接口进行变更配置。",
|
292
292
|
"input": "ModifyInstanceRequest",
|
293
293
|
"name": "修改MQTT实例属性",
|
294
294
|
"output": "ModifyInstanceResponse",
|
@@ -850,7 +850,7 @@
|
|
850
850
|
"members": [
|
851
851
|
{
|
852
852
|
"disabled": false,
|
853
|
-
"document": "实例ID",
|
853
|
+
"document": "腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。",
|
854
854
|
"example": "mqtt-xxxx",
|
855
855
|
"member": "string",
|
856
856
|
"name": "InstanceId",
|
@@ -859,7 +859,7 @@
|
|
859
859
|
},
|
860
860
|
{
|
861
861
|
"disabled": false,
|
862
|
-
"document": "
|
862
|
+
"document": "策略名称,不能为空,3-64个字符,支持中文、字母、数字、“-”及“_”。",
|
863
863
|
"example": "name",
|
864
864
|
"member": "string",
|
865
865
|
"name": "PolicyName",
|
@@ -868,7 +868,7 @@
|
|
868
868
|
},
|
869
869
|
{
|
870
870
|
"disabled": false,
|
871
|
-
"document": "
|
871
|
+
"document": "策略版本,默认为1,当前仅支持1",
|
872
872
|
"example": "1",
|
873
873
|
"member": "int64",
|
874
874
|
"name": "PolicyVersion",
|
@@ -877,7 +877,7 @@
|
|
877
877
|
},
|
878
878
|
{
|
879
879
|
"disabled": false,
|
880
|
-
"document": "
|
880
|
+
"document": "策略优先级,越小越优先,不能重复",
|
881
881
|
"example": "1",
|
882
882
|
"member": "int64",
|
883
883
|
"name": "Priority",
|
@@ -886,7 +886,7 @@
|
|
886
886
|
},
|
887
887
|
{
|
888
888
|
"disabled": false,
|
889
|
-
"document": "
|
889
|
+
"document": "决策:\nallow 允许\ndeny 拒绝",
|
890
890
|
"example": "allow",
|
891
891
|
"member": "string",
|
892
892
|
"name": "Effect",
|
@@ -895,7 +895,7 @@
|
|
895
895
|
},
|
896
896
|
{
|
897
897
|
"disabled": false,
|
898
|
-
"document": "
|
898
|
+
"document": "操作\nconnect:连接\npub:发布\nsub:订阅",
|
899
899
|
"example": "connect",
|
900
900
|
"member": "string",
|
901
901
|
"name": "Actions",
|
@@ -904,7 +904,7 @@
|
|
904
904
|
},
|
905
905
|
{
|
906
906
|
"disabled": false,
|
907
|
-
"document": "
|
907
|
+
"document": "条件-保留消息\n1,匹配保留消息;\n2,匹配非保留消息,\n3.匹配保留和非保留消息",
|
908
908
|
"example": "1",
|
909
909
|
"member": "int64",
|
910
910
|
"name": "Retain",
|
@@ -913,7 +913,7 @@
|
|
913
913
|
},
|
914
914
|
{
|
915
915
|
"disabled": false,
|
916
|
-
"document": "
|
916
|
+
"document": "条件:服务质量\n0:最多一次\n1:最少一次\n2:精确一次",
|
917
917
|
"example": "1",
|
918
918
|
"member": "string",
|
919
919
|
"name": "Qos",
|
@@ -922,7 +922,7 @@
|
|
922
922
|
},
|
923
923
|
{
|
924
924
|
"disabled": false,
|
925
|
-
"document": "
|
925
|
+
"document": "资源,需要匹配的订阅",
|
926
926
|
"example": "topic1",
|
927
927
|
"member": "string",
|
928
928
|
"name": "Resources",
|
@@ -931,7 +931,7 @@
|
|
931
931
|
},
|
932
932
|
{
|
933
933
|
"disabled": false,
|
934
|
-
"document": "
|
934
|
+
"document": "条件-用户名",
|
935
935
|
"example": "user1",
|
936
936
|
"member": "string",
|
937
937
|
"name": "Username",
|
@@ -940,7 +940,7 @@
|
|
940
940
|
},
|
941
941
|
{
|
942
942
|
"disabled": false,
|
943
|
-
"document": "
|
943
|
+
"document": "条件:客户端ID,支持正则",
|
944
944
|
"example": "client1",
|
945
945
|
"member": "string",
|
946
946
|
"name": "ClientId",
|
@@ -949,7 +949,7 @@
|
|
949
949
|
},
|
950
950
|
{
|
951
951
|
"disabled": false,
|
952
|
-
"document": "IP
|
952
|
+
"document": "条件:客户端IP地址,支持IP或者CIDR",
|
953
953
|
"example": "127.0.0.1",
|
954
954
|
"member": "string",
|
955
955
|
"name": "Ip",
|
@@ -958,7 +958,7 @@
|
|
958
958
|
},
|
959
959
|
{
|
960
960
|
"disabled": false,
|
961
|
-
"document": "
|
961
|
+
"document": "备注信息,最长 128 字符",
|
962
962
|
"example": "remark",
|
963
963
|
"member": "string",
|
964
964
|
"name": "Remark",
|
@@ -971,6 +971,26 @@
|
|
971
971
|
"CreateAuthorizationPolicyResponse": {
|
972
972
|
"document": "CreateAuthorizationPolicy返回参数结构体",
|
973
973
|
"members": [
|
974
|
+
{
|
975
|
+
"disabled": false,
|
976
|
+
"document": "集群Id",
|
977
|
+
"example": "mqtt-xxxx",
|
978
|
+
"member": "string",
|
979
|
+
"name": "InstanceId",
|
980
|
+
"output_required": true,
|
981
|
+
"type": "string",
|
982
|
+
"value_allowed_null": false
|
983
|
+
},
|
984
|
+
{
|
985
|
+
"disabled": false,
|
986
|
+
"document": "策略id",
|
987
|
+
"example": "1",
|
988
|
+
"member": "int64",
|
989
|
+
"name": "Id",
|
990
|
+
"output_required": true,
|
991
|
+
"type": "int",
|
992
|
+
"value_allowed_null": false
|
993
|
+
},
|
974
994
|
{
|
975
995
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
976
996
|
"member": "string",
|
@@ -2685,7 +2705,7 @@
|
|
2685
2705
|
"members": [
|
2686
2706
|
{
|
2687
2707
|
"disabled": false,
|
2688
|
-
"document": "实例ID",
|
2708
|
+
"document": "实例ID [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)",
|
2689
2709
|
"example": "mqtt-xxxx",
|
2690
2710
|
"member": "string",
|
2691
2711
|
"name": "InstanceId",
|
@@ -2700,8 +2720,8 @@
|
|
2700
2720
|
"members": [
|
2701
2721
|
{
|
2702
2722
|
"disabled": false,
|
2703
|
-
"document": "实例类型\nBASIC 基础版\nPRO
|
2704
|
-
"example": "
|
2723
|
+
"document": "实例类型\nBASIC 基础版\nPRO 专业版\nPLATINUM 铂金版",
|
2724
|
+
"example": "PRO",
|
2705
2725
|
"member": "string",
|
2706
2726
|
"name": "InstanceType",
|
2707
2727
|
"output_required": true,
|
@@ -2780,7 +2800,7 @@
|
|
2780
2800
|
},
|
2781
2801
|
{
|
2782
2802
|
"disabled": false,
|
2783
|
-
"document": "
|
2803
|
+
"document": "实例状态, RUNNING, 运行中 MAINTAINING,维护中 ABNORMAL,异常 OVERDUE,欠费 DESTROYED,已删除 CREATING,创建中 MODIFYING,变配中 CREATE_FAILURE,创建失败 MODIFY_FAILURE,变配失败 DELETING,删除中",
|
2784
2804
|
"example": "RUNNING",
|
2785
2805
|
"member": "string",
|
2786
2806
|
"name": "InstanceStatus",
|
@@ -2791,7 +2811,7 @@
|
|
2791
2811
|
{
|
2792
2812
|
"disabled": false,
|
2793
2813
|
"document": "实例规格",
|
2794
|
-
"example": "
|
2814
|
+
"example": "pro_10k_1",
|
2795
2815
|
"member": "string",
|
2796
2816
|
"name": "SkuCode",
|
2797
2817
|
"output_required": true,
|
@@ -2850,7 +2870,7 @@
|
|
2850
2870
|
},
|
2851
2871
|
{
|
2852
2872
|
"disabled": false,
|
2853
|
-
"document": "
|
2873
|
+
"document": "是否自动续费。仅包年包月集群生效。 1:自动续费 0:非自动续费",
|
2854
2874
|
"example": "1",
|
2855
2875
|
"member": "int64",
|
2856
2876
|
"name": "RenewFlag",
|
@@ -2870,7 +2890,7 @@
|
|
2870
2890
|
},
|
2871
2891
|
{
|
2872
2892
|
"disabled": false,
|
2873
|
-
"document": "
|
2893
|
+
"document": "到期时间,毫秒级时间戳",
|
2874
2894
|
"example": "1713164969433",
|
2875
2895
|
"member": "int64",
|
2876
2896
|
"name": "ExpiryTime",
|
@@ -2880,7 +2900,7 @@
|
|
2880
2900
|
},
|
2881
2901
|
{
|
2882
2902
|
"disabled": false,
|
2883
|
-
"document": "
|
2903
|
+
"document": "预销毁时间,毫秒级时间戳",
|
2884
2904
|
"example": "1713164969433",
|
2885
2905
|
"member": "int64",
|
2886
2906
|
"name": "DestroyTime",
|
@@ -2911,7 +2931,7 @@
|
|
2911
2931
|
{
|
2912
2932
|
"disabled": false,
|
2913
2933
|
"document": "证书注册码",
|
2914
|
-
"example": "
|
2934
|
+
"example": "2140c1c2-e26d-47f6-9048-0573f91b219b",
|
2915
2935
|
"member": "string",
|
2916
2936
|
"name": "RegistrationCode",
|
2917
2937
|
"output_required": false,
|
@@ -2928,6 +2948,16 @@
|
|
2928
2948
|
"type": "int",
|
2929
2949
|
"value_allowed_null": false
|
2930
2950
|
},
|
2951
|
+
{
|
2952
|
+
"disabled": false,
|
2953
|
+
"document": "授权策略开关",
|
2954
|
+
"example": "false",
|
2955
|
+
"member": "bool",
|
2956
|
+
"name": "AuthorizationPolicy",
|
2957
|
+
"output_required": false,
|
2958
|
+
"type": "bool",
|
2959
|
+
"value_allowed_null": false
|
2960
|
+
},
|
2931
2961
|
{
|
2932
2962
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2933
2963
|
"member": "string",
|
@@ -2942,7 +2972,7 @@
|
|
2942
2972
|
"members": [
|
2943
2973
|
{
|
2944
2974
|
"disabled": false,
|
2945
|
-
"document": "实例ID",
|
2975
|
+
"document": "腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。",
|
2946
2976
|
"example": "mqtt-xxxx",
|
2947
2977
|
"member": "string",
|
2948
2978
|
"name": "InstanceId",
|
@@ -2951,7 +2981,7 @@
|
|
2951
2981
|
},
|
2952
2982
|
{
|
2953
2983
|
"disabled": false,
|
2954
|
-
"document": "
|
2984
|
+
"document": "要查询的一级Topic,可从 [查询MQTT主题列表](https://cloud.tencent.com/document/product/1778/111082) 获取。",
|
2955
2985
|
"example": "home",
|
2956
2986
|
"member": "string",
|
2957
2987
|
"name": "Topic",
|
@@ -2960,7 +2990,7 @@
|
|
2960
2990
|
},
|
2961
2991
|
{
|
2962
2992
|
"disabled": false,
|
2963
|
-
"document": "
|
2993
|
+
"document": "开始时间,毫秒级时间戳 。",
|
2964
2994
|
"example": "1712025623202",
|
2965
2995
|
"member": "int64",
|
2966
2996
|
"name": "StartTime",
|
@@ -2969,7 +2999,7 @@
|
|
2969
2999
|
},
|
2970
3000
|
{
|
2971
3001
|
"disabled": false,
|
2972
|
-
"document": "
|
3002
|
+
"document": "结束时间,毫秒级时间戳 。",
|
2973
3003
|
"example": "1712112023202",
|
2974
3004
|
"member": "int64",
|
2975
3005
|
"name": "EndTime",
|
@@ -2978,7 +3008,7 @@
|
|
2978
3008
|
},
|
2979
3009
|
{
|
2980
3010
|
"disabled": false,
|
2981
|
-
"document": "请求任务id",
|
3011
|
+
"document": "请求任务id,用于相同查询参数下查询加速,第一次查询时无需传递,第一次查询会根据本次查询参数生成查询任务ID,保留查询条件,查询下一页消息时可传递第一次查询返回的任务ID。",
|
2982
3012
|
"example": "dcfefe36-829d-4dd8-a436-e622c6ecab8f",
|
2983
3013
|
"member": "string",
|
2984
3014
|
"name": "TaskRequestId",
|
@@ -2987,7 +3017,7 @@
|
|
2987
3017
|
},
|
2988
3018
|
{
|
2989
3019
|
"disabled": false,
|
2990
|
-
"document": "
|
3020
|
+
"document": "查询起始位置,默认0",
|
2991
3021
|
"example": "0",
|
2992
3022
|
"member": "int64",
|
2993
3023
|
"name": "Offset",
|
@@ -2996,7 +3026,7 @@
|
|
2996
3026
|
},
|
2997
3027
|
{
|
2998
3028
|
"disabled": false,
|
2999
|
-
"document": "
|
3029
|
+
"document": "查询结果限制数量,默认20,最大50",
|
3000
3030
|
"example": "10",
|
3001
3031
|
"member": "int64",
|
3002
3032
|
"name": "Limit",
|
@@ -3613,7 +3643,7 @@
|
|
3613
3643
|
},
|
3614
3644
|
{
|
3615
3645
|
"disabled": false,
|
3616
|
-
"document": "
|
3646
|
+
"document": "JWT认证器字段说明\nfrom(认证字段)\n password:从password字段获取认证字段\n username:从username字段获取认证字段\nsecret(签名方式)\n hmac-based:hmac-based签名方式\n public-key:public-key签名方式\nsecret(密钥),hmac-based需要配置密钥\npublic-key(公钥),public-key签名方式需要配置\n样例:{\"from\":\"password\",\"secret\":\"secret282698\",\"algorithm\":\"hmac-based\"}\n\nJWKS认证器字段说明\nendpoint(接入点):公钥获取服务器接入地址\nrefreshInterval(认证内容):公钥集合刷新周期\nfrom(认证字段)\n password:从password字段获取认证字段\n username:从username字段获取认证字段\ntext:公钥集合\n样例:{\"endpoint\":\"127.0.0.1\",\"refreshInterval\":60,\"from\":\"password\"}\n\nHTTP认证器\nheaders(请求头):标准请求头和自定义请求头\nendpoint(接入点):认证服务器接入点\nmethod(http请求方法):POST/GET\nreadTimeout(读超时时间):读取认证服务器数据超时时间,单位秒\nconnectTimeout(连接超时时间):连接认证服务器超时时间,单位秒\nbody(请求体):http请求体\nconcurrency(并发数):最大并发请求数量\n样例:{\"headers\":[{\"key\":\"Content-type\",\"value\":\"application/json\"},{\"key\":\"username\",\"value\":\"${Username}\"}],\"endpoint\":\"https://127.0.0.1:443\",\"method\":\"POST\",\"readTimeout\":10,\"connectTimeout\":10,\"body\":[{\"key\":\"client-id\",\"value\":\"${ClientId}\"}],\"concurrency\":8}\n参考 [认证管理概述](https://cloud.tencent.com/document/product/1778/114813)",
|
3617
3647
|
"example": "{\\\"headers\\\":[{\\\"key\\\":\\\"user\\\",\\\"value\\\":\\\"${username}\\\"}],\\\"endpoint\\\":\\\"127.0.0.1\\\",\\\"method\\\":\\\"Post\\\",\\\"readTimeout\\\":1,\\\"connectTimeout\\\":1,\\\"body\\\":[{\\\"key\\\":\\\"user\\\",\\\"value\\\":\\\"${username}\\\"}],\\\"concurrency\\\":1}",
|
3618
3648
|
"member": "string",
|
3619
3649
|
"name": "Config",
|
@@ -3679,7 +3709,7 @@
|
|
3679
3709
|
},
|
3680
3710
|
{
|
3681
3711
|
"disabled": false,
|
3682
|
-
"document": "MQTT 协议版本\n3:表示MQTT 3.1版本\n4:表示 MQTT 3.1.1\n5
|
3712
|
+
"document": "MQTT 协议版本\n3:表示MQTT 3.1版本\n4:表示 MQTT 3.1.1\n5:表示MQTT 5.0协议",
|
3683
3713
|
"example": "4",
|
3684
3714
|
"member": "int64",
|
3685
3715
|
"name": "ProtocolVersion",
|
@@ -4121,7 +4151,7 @@
|
|
4121
4151
|
{
|
4122
4152
|
"disabled": false,
|
4123
4153
|
"document": "客户端地址\t",
|
4124
|
-
"example": "127.0.0.1",
|
4154
|
+
"example": "127.0.0.1:34679",
|
4125
4155
|
"member": "string",
|
4126
4156
|
"name": "ProducerAddr",
|
4127
4157
|
"output_required": true,
|
@@ -4130,8 +4160,8 @@
|
|
4130
4160
|
},
|
4131
4161
|
{
|
4132
4162
|
"disabled": false,
|
4133
|
-
"document": "
|
4134
|
-
"example": "
|
4163
|
+
"document": "消息发送时间,格式 日期时间:YYYY-MM-DD hh:mm:ss",
|
4164
|
+
"example": "2025-03-27 15:23:35",
|
4135
4165
|
"member": "string",
|
4136
4166
|
"name": "ProduceTime",
|
4137
4167
|
"output_required": true,
|
@@ -4170,7 +4200,7 @@
|
|
4170
4200
|
},
|
4171
4201
|
{
|
4172
4202
|
"disabled": false,
|
4173
|
-
"document": "
|
4203
|
+
"document": "消息质量等级\n0:至多一次\n1:至少一次\n2:精确一次",
|
4174
4204
|
"example": "1",
|
4175
4205
|
"member": "string",
|
4176
4206
|
"name": "Qos",
|
@@ -4647,7 +4677,7 @@
|
|
4647
4677
|
"members": [
|
4648
4678
|
{
|
4649
4679
|
"disabled": false,
|
4650
|
-
"document": "实例ID",
|
4680
|
+
"document": "腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。",
|
4651
4681
|
"example": "mqtt-xxxx",
|
4652
4682
|
"member": "string",
|
4653
4683
|
"name": "InstanceId",
|
@@ -4656,7 +4686,7 @@
|
|
4656
4686
|
},
|
4657
4687
|
{
|
4658
4688
|
"disabled": false,
|
4659
|
-
"document": "
|
4689
|
+
"document": "要修改实例名称,不能为空, 3-64个字符,只能包含数字、字母、“-”和“_”。",
|
4660
4690
|
"example": "instance1",
|
4661
4691
|
"member": "string",
|
4662
4692
|
"name": "Name",
|
@@ -4665,7 +4695,7 @@
|
|
4665
4695
|
},
|
4666
4696
|
{
|
4667
4697
|
"disabled": false,
|
4668
|
-
"document": "
|
4698
|
+
"document": "要修改的备注信息,最多64个字符。",
|
4669
4699
|
"example": "remark",
|
4670
4700
|
"member": "string",
|
4671
4701
|
"name": "Remark",
|
@@ -4674,8 +4704,8 @@
|
|
4674
4704
|
},
|
4675
4705
|
{
|
4676
4706
|
"disabled": false,
|
4677
|
-
"document": "
|
4678
|
-
"example": "
|
4707
|
+
"document": "需要变更的配置规格\n基础版和增强版集群不能升配到铂金版规格,铂金版集群不能降配至基础版和增强版规格。",
|
4708
|
+
"example": "pro_10k_1",
|
4679
4709
|
"member": "string",
|
4680
4710
|
"name": "SkuCode",
|
4681
4711
|
"required": false,
|
@@ -4684,7 +4714,7 @@
|
|
4684
4714
|
{
|
4685
4715
|
"disabled": false,
|
4686
4716
|
"document": "客户端证书注册方式:\nJITP:自动注册\nAPI:手动通过API注册",
|
4687
|
-
"example": "
|
4717
|
+
"example": "JITP",
|
4688
4718
|
"member": "string",
|
4689
4719
|
"name": "DeviceCertificateProvisionType",
|
4690
4720
|
"required": false,
|
@@ -4698,6 +4728,15 @@
|
|
4698
4728
|
"name": "AutomaticActivation",
|
4699
4729
|
"required": false,
|
4700
4730
|
"type": "bool"
|
4731
|
+
},
|
4732
|
+
{
|
4733
|
+
"disabled": false,
|
4734
|
+
"document": "授权策略开关",
|
4735
|
+
"example": "false",
|
4736
|
+
"member": "bool",
|
4737
|
+
"name": "AuthorizationPolicy",
|
4738
|
+
"required": false,
|
4739
|
+
"type": "bool"
|
4701
4740
|
}
|
4702
4741
|
],
|
4703
4742
|
"type": "object"
|
@@ -26,9 +26,9 @@
|
|
26
26
|
],
|
27
27
|
"CreateAuthorizationPolicy": [
|
28
28
|
{
|
29
|
-
"document": "
|
30
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAuthorizationPolicy\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
31
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"
|
29
|
+
"document": "",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAuthorizationPolicy\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-xxx\",\n \"PolicyName\": \"name1\",\n \"PolicyVersion\": 1,\n \"Priority\": 4,\n \"Effect\": \"allow\",\n \"Actions\": \"pub\",\n \"Retain\": 1,\n \"Qos\": \"2\"\n}",
|
31
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Id\": 6,\n \"InstanceId\": \"mqtt-xxx\",\n \"RequestId\": \"2e477c8c-abef-46e2-bde3-29433b34f309\"\n }\n}",
|
32
32
|
"title": "示例"
|
33
33
|
}
|
34
34
|
],
|
@@ -244,7 +244,7 @@
|
|
244
244
|
{
|
245
245
|
"document": "示例",
|
246
246
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-bg8k8v8o\"\n}",
|
247
|
-
"output": "{\n \"
|
247
|
+
"output": "{\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"5a2634e3-effd-4380-a9ff-3658ec6c1fdc\",\n \"InstanceType\": \"PRO\",\n \"InstanceStatus\": \"RUNNING\",\n \"PayMode\": \"POSTPAID\",\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"CreatedTime\": 1741832627,\n \"TpsLimit\": 6000,\n \"Remark\": \"\",\n \"SkuCode\": \"pro_6k_1\",\n \"MaxSubscriptionPerClient\": 30,\n \"MaxSubscription\": 180000,\n \"AuthorizationPolicyLimit\": 20,\n \"ClientNumLimit\": 6000,\n \"MaxCaNum\": 20,\n \"DeviceCertificateProvisionType\": \"JITP\",\n \"RegistrationCode\": \"66a00d75-8272-421f-be2a-166e2c2e7813\",\n \"AutomaticActivation\": true,\n \"X509Mode\": \"BYOC\",\n \"ExpiryTime\": 0,\n \"TopicNumLimit\": 300,\n \"InstanceId\": \"mqtt-zxjwkr98\",\n \"TopicNum\": 1,\n \"InstanceName\": \"mqtt-instance1\"\n },\n \"Error\": null\n}",
|
248
248
|
"title": "示例"
|
249
249
|
}
|
250
250
|
],
|
@@ -258,9 +258,9 @@
|
|
258
258
|
],
|
259
259
|
"DescribeMessageList": [
|
260
260
|
{
|
261
|
-
"document": "
|
262
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:
|
263
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"DeadLetterResendSuccessTimes\":
|
261
|
+
"document": "",
|
262
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMessageList\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-g839agr2\",\n \"Topic\": \"home\",\n \"StartTime\": 1743058422270,\n \"EndTime\": 1743060222270,\n \"TaskRequestId\": \"\",\n \"Offset\": 0,\n \"Limit\": 20\n}",
|
263
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"DeadLetterResendSuccessTimes\": 0,\n \"DeadLetterResendTimes\": 0,\n \"Keys\": \"\",\n \"MsgId\": \"153970740050639FEE488932E9830036\",\n \"ProduceTime\": \"2025-03-27 15:23:35\",\n \"ProducerAddr\": \"21.57.114.216:34679\",\n \"Qos\": \"1\",\n \"SubTopic\": \"/11/\",\n \"Tags\": \"MQTT_COMMON\"\n },\n {\n \"DeadLetterResendSuccessTimes\": 0,\n \"DeadLetterResendTimes\": 0,\n \"Keys\": \"\",\n \"MsgId\": \"153970740050639FEE488932EB200037\",\n \"ProduceTime\": \"2025-03-27 15:23:35\",\n \"ProducerAddr\": \"21.57.114.216:34679\",\n \"Qos\": \"1\",\n \"SubTopic\": \"/11/\",\n \"Tags\": \"MQTT_COMMON\"\n }\n ],\n \"RequestId\": \"3381468d-6a5d-4fac-917f-726109bb968b\",\n \"TaskRequestId\": \"d43a8003-6359-4b25-a802-1ad46c98732a\",\n \"TotalCount\": 2\n }\n}",
|
264
264
|
"title": "示例"
|
265
265
|
}
|
266
266
|
],
|