tccli 3.0.1376.1__py2.py3-none-any.whl → 3.0.1378.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 (58) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +3 -3
  3. tccli/services/bi/bi_client.py +53 -0
  4. tccli/services/bi/v20220105/api.json +101 -0
  5. tccli/services/bi/v20220105/examples.json +8 -0
  6. tccli/services/cdb/v20170320/api.json +16 -6
  7. tccli/services/cdb/v20170320/examples.json +1 -1
  8. tccli/services/cfs/v20190719/api.json +1 -1
  9. tccli/services/cls/v20201016/api.json +19 -17
  10. tccli/services/cls/v20201016/examples.json +1 -1
  11. tccli/services/csip/v20221121/api.json +12 -12
  12. tccli/services/cwp/v20180228/api.json +39 -9
  13. tccli/services/cwp/v20180228/examples.json +6 -0
  14. tccli/services/cynosdb/v20190107/api.json +12 -12
  15. tccli/services/dc/v20180410/api.json +18 -0
  16. tccli/services/dlc/v20210125/api.json +28 -9
  17. tccli/services/dlc/v20210125/examples.json +2 -2
  18. tccli/services/dts/dts_client.py +79 -26
  19. tccli/services/dts/v20211206/api.json +34 -0
  20. tccli/services/dts/v20211206/examples.json +8 -0
  21. tccli/services/ess/ess_client.py +106 -0
  22. tccli/services/ess/v20201111/api.json +267 -11
  23. tccli/services/ess/v20201111/examples.json +16 -0
  24. tccli/services/essbasic/v20210526/api.json +6 -6
  25. tccli/services/faceid/v20180301/api.json +1 -1
  26. tccli/services/ioa/ioa_client.py +106 -0
  27. tccli/services/ioa/v20220601/api.json +498 -0
  28. tccli/services/ioa/v20220601/examples.json +16 -0
  29. tccli/services/iotexplorer/iotexplorer_client.py +53 -0
  30. tccli/services/iotexplorer/v20190423/api.json +261 -1
  31. tccli/services/iotexplorer/v20190423/examples.json +86 -6
  32. tccli/services/live/v20180801/api.json +1 -1
  33. tccli/services/lkeap/v20240522/api.json +17 -7
  34. tccli/services/mna/v20210119/api.json +1 -1
  35. tccli/services/mongodb/v20190725/api.json +22 -10
  36. tccli/services/mps/v20190612/api.json +112 -2
  37. tccli/services/mqtt/mqtt_client.py +265 -0
  38. tccli/services/mqtt/v20240516/api.json +480 -0
  39. tccli/services/mqtt/v20240516/examples.json +40 -0
  40. tccli/services/ocr/v20181119/api.json +5 -5
  41. tccli/services/partners/v20180321/api.json +15 -15
  42. tccli/services/rce/v20201103/api.json +1 -1
  43. tccli/services/tdmq/tdmq_client.py +53 -0
  44. tccli/services/tdmq/v20200217/api.json +156 -1
  45. tccli/services/tdmq/v20200217/examples.json +8 -0
  46. tccli/services/tione/v20211111/api.json +200 -20
  47. tccli/services/tione/v20211111/examples.json +1 -1
  48. tccli/services/tke/v20180525/api.json +10 -0
  49. tccli/services/tke/v20220501/api.json +20 -2
  50. tccli/services/trtc/v20190722/api.json +22 -11
  51. tccli/services/tsf/v20180326/api.json +4 -4
  52. tccli/services/vclm/v20240523/api.json +9 -0
  53. tccli/services/vpc/v20170312/api.json +11 -2
  54. {tccli-3.0.1376.1.dist-info → tccli-3.0.1378.1.dist-info}/METADATA +2 -2
  55. {tccli-3.0.1376.1.dist-info → tccli-3.0.1378.1.dist-info}/RECORD +58 -58
  56. {tccli-3.0.1376.1.dist-info → tccli-3.0.1378.1.dist-info}/WHEEL +0 -0
  57. {tccli-3.0.1376.1.dist-info → tccli-3.0.1378.1.dist-info}/entry_points.txt +0 -0
  58. {tccli-3.0.1376.1.dist-info → tccli-3.0.1378.1.dist-info}/license_files/LICENSE +0 -0
@@ -28,6 +28,13 @@
28
28
  "output": "CreateAuthorizationPolicyResponse",
29
29
  "status": "online"
30
30
  },
31
+ "CreateDeviceIdentity": {
32
+ "document": "创建一机一密设备签名",
33
+ "input": "CreateDeviceIdentityRequest",
34
+ "name": "创建设备标识",
35
+ "output": "CreateDeviceIdentityResponse",
36
+ "status": "online"
37
+ },
31
38
  "CreateHttpAuthenticator": {
32
39
  "document": "创建一个HTTP的认证器",
33
40
  "input": "CreateHttpAuthenticatorRequest",
@@ -119,6 +126,13 @@
119
126
  "output": "DeleteDeviceCertificateResponse",
120
127
  "status": "online"
121
128
  },
129
+ "DeleteDeviceIdentity": {
130
+ "document": "删除一机一密设备签名",
131
+ "input": "DeleteDeviceIdentityRequest",
132
+ "name": "删除设备标识",
133
+ "output": "DeleteDeviceIdentityResponse",
134
+ "status": "online"
135
+ },
122
136
  "DeleteInsPublicEndpoint": {
123
137
  "document": "删除MQTT实例的公网接入点",
124
138
  "input": "DeleteInsPublicEndpointRequest",
@@ -196,6 +210,20 @@
196
210
  "output": "DescribeDeviceCertificatesResponse",
197
211
  "status": "online"
198
212
  },
213
+ "DescribeDeviceIdentities": {
214
+ "document": "查询集群下设备标识列表",
215
+ "input": "DescribeDeviceIdentitiesRequest",
216
+ "name": "查询设备标识列表",
217
+ "output": "DescribeDeviceIdentitiesResponse",
218
+ "status": "online"
219
+ },
220
+ "DescribeDeviceIdentity": {
221
+ "document": "查询设备一机一密标识",
222
+ "input": "DescribeDeviceIdentityRequest",
223
+ "name": "查询设备标识",
224
+ "output": "DescribeDeviceIdentityResponse",
225
+ "status": "online"
226
+ },
199
227
  "DescribeInsPublicEndpoints": {
200
228
  "document": "查询MQTT实例公网接入点",
201
229
  "input": "DescribeInsPublicEndpointsRequest",
@@ -287,6 +315,13 @@
287
315
  "output": "ModifyAuthorizationPolicyResponse",
288
316
  "status": "online"
289
317
  },
318
+ "ModifyDeviceIdentity": {
319
+ "document": "修改一机一密设备签名",
320
+ "input": "ModifyDeviceIdentityRequest",
321
+ "name": "修改设备标识",
322
+ "output": "ModifyDeviceIdentityResponse",
323
+ "status": "online"
324
+ },
290
325
  "ModifyHttpAuthenticator": {
291
326
  "document": "修改MQTT HTTP 认证器",
292
327
  "input": "ModifyHttpAuthenticatorRequest",
@@ -1014,6 +1049,78 @@
1014
1049
  ],
1015
1050
  "type": "object"
1016
1051
  },
1052
+ "CreateDeviceIdentityRequest": {
1053
+ "document": "CreateDeviceIdentity请求参数结构体",
1054
+ "members": [
1055
+ {
1056
+ "disabled": false,
1057
+ "document": "腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。",
1058
+ "example": "mqtt-xxxx",
1059
+ "member": "string",
1060
+ "name": "InstanceId",
1061
+ "required": true,
1062
+ "type": "string"
1063
+ },
1064
+ {
1065
+ "disabled": false,
1066
+ "document": "设备id",
1067
+ "example": "device-1",
1068
+ "member": "string",
1069
+ "name": "DeviceId",
1070
+ "required": true,
1071
+ "type": "string"
1072
+ },
1073
+ {
1074
+ "disabled": false,
1075
+ "document": "1:ENABLED-可用(默认)\n2:DISABLE-不可用",
1076
+ "example": "1",
1077
+ "member": "string",
1078
+ "name": "Status",
1079
+ "required": false,
1080
+ "type": "string"
1081
+ },
1082
+ {
1083
+ "disabled": false,
1084
+ "document": "主要签名key,不传则由系统自动生成,需要base64编码。",
1085
+ "example": "pk",
1086
+ "member": "string",
1087
+ "name": "PrimaryKey",
1088
+ "required": false,
1089
+ "type": "string"
1090
+ },
1091
+ {
1092
+ "disabled": false,
1093
+ "document": "次要签名key,不传则油系统自动生成,需要base64编码。",
1094
+ "example": "sk",
1095
+ "member": "string",
1096
+ "name": "SecondaryKey",
1097
+ "required": false,
1098
+ "type": "string"
1099
+ },
1100
+ {
1101
+ "disabled": false,
1102
+ "document": "该设备id的传播属性设置",
1103
+ "example": "无",
1104
+ "member": "PropagatingProperty",
1105
+ "name": "PropagatingProperties",
1106
+ "required": false,
1107
+ "type": "list"
1108
+ }
1109
+ ],
1110
+ "type": "object"
1111
+ },
1112
+ "CreateDeviceIdentityResponse": {
1113
+ "document": "CreateDeviceIdentity返回参数结构体",
1114
+ "members": [
1115
+ {
1116
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1117
+ "member": "string",
1118
+ "name": "RequestId",
1119
+ "type": "string"
1120
+ }
1121
+ ],
1122
+ "type": "object"
1123
+ },
1017
1124
  "CreateHttpAuthenticatorRequest": {
1018
1125
  "document": "CreateHttpAuthenticator请求参数结构体",
1019
1126
  "members": [
@@ -1800,6 +1907,42 @@
1800
1907
  ],
1801
1908
  "type": "object"
1802
1909
  },
1910
+ "DeleteDeviceIdentityRequest": {
1911
+ "document": "DeleteDeviceIdentity请求参数结构体",
1912
+ "members": [
1913
+ {
1914
+ "disabled": false,
1915
+ "document": "集群id",
1916
+ "example": "mqtt-1234",
1917
+ "member": "string",
1918
+ "name": "InstanceId",
1919
+ "required": true,
1920
+ "type": "string"
1921
+ },
1922
+ {
1923
+ "disabled": false,
1924
+ "document": "设备id",
1925
+ "example": "device-1",
1926
+ "member": "string",
1927
+ "name": "DeviceId",
1928
+ "required": true,
1929
+ "type": "string"
1930
+ }
1931
+ ],
1932
+ "type": "object"
1933
+ },
1934
+ "DeleteDeviceIdentityResponse": {
1935
+ "document": "DeleteDeviceIdentity返回参数结构体",
1936
+ "members": [
1937
+ {
1938
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1939
+ "member": "string",
1940
+ "name": "RequestId",
1941
+ "type": "string"
1942
+ }
1943
+ ],
1944
+ "type": "object"
1945
+ },
1803
1946
  "DeleteInsPublicEndpointRequest": {
1804
1947
  "document": "DeleteInsPublicEndpoint请求参数结构体",
1805
1948
  "members": [
@@ -2526,6 +2669,167 @@
2526
2669
  ],
2527
2670
  "type": "object"
2528
2671
  },
2672
+ "DescribeDeviceIdentitiesRequest": {
2673
+ "document": "DescribeDeviceIdentities请求参数结构体",
2674
+ "members": [
2675
+ {
2676
+ "disabled": false,
2677
+ "document": "集群id",
2678
+ "example": "mqtt-1234",
2679
+ "member": "string",
2680
+ "name": "InstanceId",
2681
+ "required": true,
2682
+ "type": "string"
2683
+ },
2684
+ {
2685
+ "disabled": false,
2686
+ "document": "查询起始位置",
2687
+ "example": "0",
2688
+ "member": "int64",
2689
+ "name": "Offset",
2690
+ "required": false,
2691
+ "type": "int"
2692
+ },
2693
+ {
2694
+ "disabled": false,
2695
+ "document": "查询结果限制数量",
2696
+ "example": "10",
2697
+ "member": "int64",
2698
+ "name": "Limit",
2699
+ "required": false,
2700
+ "type": "int"
2701
+ }
2702
+ ],
2703
+ "type": "object"
2704
+ },
2705
+ "DescribeDeviceIdentitiesResponse": {
2706
+ "document": "DescribeDeviceIdentities返回参数结构体",
2707
+ "members": [
2708
+ {
2709
+ "disabled": false,
2710
+ "document": "返回的设备标识列表",
2711
+ "example": "无",
2712
+ "member": "DeviceIdentityItem",
2713
+ "name": "Data",
2714
+ "output_required": true,
2715
+ "type": "list",
2716
+ "value_allowed_null": false
2717
+ },
2718
+ {
2719
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2720
+ "member": "string",
2721
+ "name": "RequestId",
2722
+ "type": "string"
2723
+ }
2724
+ ],
2725
+ "type": "object"
2726
+ },
2727
+ "DescribeDeviceIdentityRequest": {
2728
+ "document": "DescribeDeviceIdentity请求参数结构体",
2729
+ "members": [
2730
+ {
2731
+ "disabled": false,
2732
+ "document": "集群id",
2733
+ "example": "mqtt-1234",
2734
+ "member": "string",
2735
+ "name": "InstanceId",
2736
+ "required": true,
2737
+ "type": "string"
2738
+ },
2739
+ {
2740
+ "disabled": false,
2741
+ "document": "设备id",
2742
+ "example": "device-1",
2743
+ "member": "string",
2744
+ "name": "DeviceId",
2745
+ "required": true,
2746
+ "type": "string"
2747
+ }
2748
+ ],
2749
+ "type": "object"
2750
+ },
2751
+ "DescribeDeviceIdentityResponse": {
2752
+ "document": "DescribeDeviceIdentity返回参数结构体",
2753
+ "members": [
2754
+ {
2755
+ "disabled": false,
2756
+ "document": "集群id",
2757
+ "example": "mqtt-1234",
2758
+ "member": "string",
2759
+ "name": "InstanceId",
2760
+ "output_required": true,
2761
+ "type": "string",
2762
+ "value_allowed_null": false
2763
+ },
2764
+ {
2765
+ "disabled": false,
2766
+ "document": "设备id",
2767
+ "example": "device-1",
2768
+ "member": "string",
2769
+ "name": "DeviceId",
2770
+ "output_required": true,
2771
+ "type": "string",
2772
+ "value_allowed_null": false
2773
+ },
2774
+ {
2775
+ "disabled": false,
2776
+ "document": "1:ENABLED-可用\n 2:DISABLE-不可用",
2777
+ "example": "1",
2778
+ "member": "int64",
2779
+ "name": "Status",
2780
+ "output_required": true,
2781
+ "type": "int",
2782
+ "value_allowed_null": false
2783
+ },
2784
+ {
2785
+ "disabled": false,
2786
+ "document": "主要签名key",
2787
+ "example": "pk",
2788
+ "member": "string",
2789
+ "name": "PrimaryKey",
2790
+ "output_required": true,
2791
+ "type": "string",
2792
+ "value_allowed_null": false
2793
+ },
2794
+ {
2795
+ "disabled": false,
2796
+ "document": "次要签名key",
2797
+ "example": "sk",
2798
+ "member": "string",
2799
+ "name": "SecondaryKey",
2800
+ "output_required": true,
2801
+ "type": "string",
2802
+ "value_allowed_null": false
2803
+ },
2804
+ {
2805
+ "disabled": false,
2806
+ "document": "创建时间",
2807
+ "example": "1711955420",
2808
+ "member": "int64",
2809
+ "name": "CreatedTime",
2810
+ "output_required": true,
2811
+ "type": "int",
2812
+ "value_allowed_null": false
2813
+ },
2814
+ {
2815
+ "disabled": false,
2816
+ "document": "该设备id的传播属性",
2817
+ "example": "无",
2818
+ "member": "PropagatingProperty",
2819
+ "name": "PropagatingProperties",
2820
+ "output_required": false,
2821
+ "type": "list",
2822
+ "value_allowed_null": false
2823
+ },
2824
+ {
2825
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2826
+ "member": "string",
2827
+ "name": "RequestId",
2828
+ "type": "string"
2829
+ }
2830
+ ],
2831
+ "type": "object"
2832
+ },
2529
2833
  "DescribeInsPublicEndpointsRequest": {
2530
2834
  "document": "DescribeInsPublicEndpoints请求参数结构体",
2531
2835
  "members": [
@@ -3804,6 +4108,82 @@
3804
4108
  ],
3805
4109
  "usage": "out"
3806
4110
  },
4111
+ "DeviceIdentityItem": {
4112
+ "document": "设备标识列表",
4113
+ "members": [
4114
+ {
4115
+ "disabled": false,
4116
+ "document": "集群id",
4117
+ "example": "mqtt-1234",
4118
+ "member": "string",
4119
+ "name": "InstanceId",
4120
+ "output_required": true,
4121
+ "type": "string",
4122
+ "value_allowed_null": false
4123
+ },
4124
+ {
4125
+ "disabled": false,
4126
+ "document": "设备id",
4127
+ "example": "device-1",
4128
+ "member": "string",
4129
+ "name": "DeviceId",
4130
+ "output_required": true,
4131
+ "type": "string",
4132
+ "value_allowed_null": false
4133
+ },
4134
+ {
4135
+ "disabled": false,
4136
+ "document": "1:ENABLED-可用2:DISABLE-不可用",
4137
+ "example": "1",
4138
+ "member": "int64",
4139
+ "name": "Status",
4140
+ "output_required": true,
4141
+ "type": "int",
4142
+ "value_allowed_null": false
4143
+ },
4144
+ {
4145
+ "disabled": false,
4146
+ "document": "主要签名key,不传则由系统自动生成",
4147
+ "example": "pk",
4148
+ "member": "string",
4149
+ "name": "PrimaryKey",
4150
+ "output_required": true,
4151
+ "type": "string",
4152
+ "value_allowed_null": false
4153
+ },
4154
+ {
4155
+ "disabled": false,
4156
+ "document": "次要签名key,不传则由系统自动生成",
4157
+ "example": "sk",
4158
+ "member": "string",
4159
+ "name": "SecondaryKey",
4160
+ "output_required": true,
4161
+ "type": "string",
4162
+ "value_allowed_null": false
4163
+ },
4164
+ {
4165
+ "disabled": false,
4166
+ "document": "创建时间",
4167
+ "example": "1711955420",
4168
+ "member": "int64",
4169
+ "name": "CreatedTime",
4170
+ "output_required": true,
4171
+ "type": "int",
4172
+ "value_allowed_null": false
4173
+ },
4174
+ {
4175
+ "disabled": false,
4176
+ "document": "传播属性列表",
4177
+ "example": "[key1,value1]",
4178
+ "member": "PropagatingProperty",
4179
+ "name": "PropagatingProperties",
4180
+ "output_required": false,
4181
+ "type": "list",
4182
+ "value_allowed_null": false
4183
+ }
4184
+ ],
4185
+ "usage": "out"
4186
+ },
3807
4187
  "Filter": {
3808
4188
  "document": "查询过滤器",
3809
4189
  "members": [
@@ -4816,6 +5196,78 @@
4816
5196
  ],
4817
5197
  "type": "object"
4818
5198
  },
5199
+ "ModifyDeviceIdentityRequest": {
5200
+ "document": "ModifyDeviceIdentity请求参数结构体",
5201
+ "members": [
5202
+ {
5203
+ "disabled": false,
5204
+ "document": "腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。",
5205
+ "example": "mqtt-xxxx",
5206
+ "member": "string",
5207
+ "name": "InstanceId",
5208
+ "required": true,
5209
+ "type": "string"
5210
+ },
5211
+ {
5212
+ "disabled": false,
5213
+ "document": "设备id",
5214
+ "example": "device-1",
5215
+ "member": "string",
5216
+ "name": "DeviceId",
5217
+ "required": true,
5218
+ "type": "string"
5219
+ },
5220
+ {
5221
+ "disabled": false,
5222
+ "document": "1:ENABLED-可用\n2:DISABLE-不可用",
5223
+ "example": "1",
5224
+ "member": "string",
5225
+ "name": "Status",
5226
+ "required": false,
5227
+ "type": "string"
5228
+ },
5229
+ {
5230
+ "disabled": false,
5231
+ "document": "主要签名key,需要Base64编码。",
5232
+ "example": "pk",
5233
+ "member": "string",
5234
+ "name": "PrimaryKey",
5235
+ "required": false,
5236
+ "type": "string"
5237
+ },
5238
+ {
5239
+ "disabled": false,
5240
+ "document": "次要签名key,需要Base64编码。",
5241
+ "example": "sk",
5242
+ "member": "string",
5243
+ "name": "SecondaryKey",
5244
+ "required": false,
5245
+ "type": "string"
5246
+ },
5247
+ {
5248
+ "disabled": false,
5249
+ "document": "该设备id的传播属性设置\t",
5250
+ "example": "无",
5251
+ "member": "PropagatingProperty",
5252
+ "name": "PropagatingProperties",
5253
+ "required": false,
5254
+ "type": "list"
5255
+ }
5256
+ ],
5257
+ "type": "object"
5258
+ },
5259
+ "ModifyDeviceIdentityResponse": {
5260
+ "document": "ModifyDeviceIdentity返回参数结构体",
5261
+ "members": [
5262
+ {
5263
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5264
+ "member": "string",
5265
+ "name": "RequestId",
5266
+ "type": "string"
5267
+ }
5268
+ ],
5269
+ "type": "object"
5270
+ },
4819
5271
  "ModifyHttpAuthenticatorRequest": {
4820
5272
  "document": "ModifyHttpAuthenticator请求参数结构体",
4821
5273
  "members": [
@@ -5543,6 +5995,34 @@
5543
5995
  ],
5544
5996
  "usage": "out"
5545
5997
  },
5998
+ "PropagatingProperty": {
5999
+ "document": "传播属性结构",
6000
+ "members": [
6001
+ {
6002
+ "disabled": false,
6003
+ "document": "传播属性key",
6004
+ "example": "property-key",
6005
+ "member": "string",
6006
+ "name": "Key",
6007
+ "output_required": false,
6008
+ "required": true,
6009
+ "type": "string",
6010
+ "value_allowed_null": false
6011
+ },
6012
+ {
6013
+ "disabled": false,
6014
+ "document": "传播属性value",
6015
+ "example": "property-value",
6016
+ "member": "string",
6017
+ "name": "Value",
6018
+ "output_required": false,
6019
+ "required": true,
6020
+ "type": "string",
6021
+ "value_allowed_null": false
6022
+ }
6023
+ ],
6024
+ "usage": "both"
6025
+ },
5546
6026
  "PublicAccessRule": {
5547
6027
  "document": "公网访问安全规则",
5548
6028
  "members": [
@@ -32,6 +32,14 @@
32
32
  "title": "示例"
33
33
  }
34
34
  ],
35
+ "CreateDeviceIdentity": [
36
+ {
37
+ "document": "示例",
38
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDeviceIdentity\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-qzgaq8bk\",\n \"DeviceId\": \"device-2\",\n \"Status\": \"1\",\n \"PrimaryKey\": \"pk1\",\n \"SecondaryKey\": \"sk1\",\n \"PropagatingProperties\": [\n {\n \"Key\": \"key-1\",\n \"Value\": \"key-b\"\n }\n ]\n}",
39
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"30a1df4f-1a90-4241-8f77-9e568f5d0149\"\n }\n}",
40
+ "title": "示例"
41
+ }
42
+ ],
35
43
  "CreateHttpAuthenticator": [
36
44
  {
37
45
  "document": "示例",
@@ -136,6 +144,14 @@
136
144
  "title": "示例"
137
145
  }
138
146
  ],
147
+ "DeleteDeviceIdentity": [
148
+ {
149
+ "document": "示例",
150
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDeviceIdentity\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-25zezo7b\",\n \"DeviceId\": \"device-1\"\n}",
151
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"4492b6a9-d565-4c80-9ed5-12584bf17a1b\"\n }\n}",
152
+ "title": "示例"
153
+ }
154
+ ],
139
155
  "DeleteInsPublicEndpoint": [
140
156
  {
141
157
  "document": "示例",
@@ -224,6 +240,22 @@
224
240
  "title": "示例"
225
241
  }
226
242
  ],
243
+ "DescribeDeviceIdentities": [
244
+ {
245
+ "document": "示例",
246
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceIdentities\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-25zezo7b\"\n}",
247
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"CreatedTime\": 1741708800000,\n \"DeviceId\": \"device-1\",\n \"InstanceId\": \"mqtt-25zezo7b\",\n \"PrimaryKey\": \"pk2\",\n \"SecondaryKey\": \"sk2\",\n \"Status\": 2\n },\n {\n \"CreatedTime\": 1741708800000,\n \"DeviceId\": \"device-2\",\n \"InstanceId\": \"mqtt-25zezo7b\",\n \"PrimaryKey\": \"pk\",\n \"SecondaryKey\": \"sk\",\n \"Status\": 2\n }\n ],\n \"RequestId\": \"bc9241dd-5fd3-4636-aa07-06eda06661a8\"\n }\n}",
248
+ "title": "示例"
249
+ }
250
+ ],
251
+ "DescribeDeviceIdentity": [
252
+ {
253
+ "document": "示例",
254
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceIdentity\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-25zezo7b\",\n \"DeviceId\": \"device-1\"\n}",
255
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"CreatedTime\": 1741708800000,\n \"DeviceId\": \"device-1\",\n \"InstanceId\": \"mqtt-25zezo7b\",\n \"PrimaryKey\": \"bcc0d6cae2a51e79723ce5e88547e214\",\n \"RequestId\": \"c6a780ce-7850-41de-8be6-41e073cc6668\",\n \"SecondaryKey\": \"sk1\",\n \"Status\": 1\n }\n}",
256
+ "title": "示例"
257
+ }
258
+ ],
227
259
  "DescribeInsPublicEndpoints": [
228
260
  {
229
261
  "document": "示例",
@@ -334,6 +366,14 @@
334
366
  "title": "示例"
335
367
  }
336
368
  ],
369
+ "ModifyDeviceIdentity": [
370
+ {
371
+ "document": "示例",
372
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDeviceIdentity\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-qzgaq8bk\",\n \"DeviceId\": \"device-1\",\n \"PropagatingProperties\": [\n {\n \"Key\": \"key1\",\n \"Value\": \"value1\"\n }\n ]\n}",
373
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"dbe406c9-8d46-4b54-b12f-b58be26d0e96\"\n }\n}",
374
+ "title": "示例"
375
+ }
376
+ ],
337
377
  "ModifyHttpAuthenticator": [
338
378
  {
339
379
  "document": "示例",