tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1299.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.
- tccli/__init__.py +1 -1
- tccli/services/batch/batch_client.py +4 -110
- tccli/services/batch/v20170312/api.json +0 -527
- tccli/services/batch/v20170312/examples.json +0 -16
- tccli/services/bi/v20220105/api.json +87 -1
- tccli/services/bi/v20220105/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +84 -84
- tccli/services/cbs/v20170312/api.json +24 -24
- tccli/services/cdn/v20180606/api.json +240 -179
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +5 -3
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/chdfs/v20201112/api.json +7 -1
- tccli/services/cls/cls_client.py +235 -23
- tccli/services/cls/v20201016/api.json +457 -3
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/controlcenter/v20230110/api.json +63 -58
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +106 -0
- tccli/services/dbbrain/v20191016/api.json +365 -6
- tccli/services/dbbrain/v20191016/examples.json +8 -0
- tccli/services/dbbrain/v20210527/api.json +550 -21
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dcdb/v20180411/api.json +102 -6
- tccli/services/dcdb/v20180411/examples.json +4 -4
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +162 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/dnspod/v20210323/api.json +128 -127
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +5 -5
- tccli/services/facefusion/v20220927/api.json +2 -2
- tccli/services/facefusion/v20220927/examples.json +1 -1
- tccli/services/gs/v20191118/api.json +22 -3
- tccli/services/gs/v20191118/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +16 -16
- tccli/services/iotcloud/v20210408/api.json +2 -2
- tccli/services/iotcloud/v20210408/examples.json +3 -3
- tccli/services/iotexplorer/v20190423/api.json +947 -857
- tccli/services/iotexplorer/v20190423/examples.json +83 -83
- tccli/services/live/v20180801/api.json +2 -2
- tccli/services/lkeap/v20240522/api.json +3 -3
- tccli/services/mariadb/v20170312/api.json +84 -8
- tccli/services/mariadb/v20170312/examples.json +3 -3
- tccli/services/mps/v20190612/api.json +63 -61
- tccli/services/mps/v20190612/examples.json +48 -48
- tccli/services/mqtt/v20240516/api.json +62 -12
- tccli/services/mqtt/v20240516/examples.json +6 -6
- tccli/services/ocr/ocr_client.py +307 -360
- tccli/services/ocr/v20181119/api.json +73 -289
- tccli/services/ocr/v20181119/examples.json +0 -8
- tccli/services/organization/v20210331/api.json +9 -0
- tccli/services/partners/v20180321/api.json +10 -0
- tccli/services/sqlserver/v20180328/api.json +9 -0
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/tcb/v20180608/api.json +11 -1
- tccli/services/tdmq/v20200217/api.json +30 -0
- tccli/services/teo/v20220106/api.json +4 -4
- tccli/services/teo/v20220901/api.json +48 -7
- tccli/services/teo/v20220901/examples.json +51 -15
- tccli/services/tione/v20211111/api.json +25 -5
- tccli/services/tke/v20180525/api.json +2 -2
- tccli/services/trro/trro_client.py +269 -4
- tccli/services/trro/v20220325/api.json +504 -0
- tccli/services/trro/v20220325/examples.json +40 -0
- tccli/services/tse/v20201207/api.json +34 -34
- tccli/services/vdb/v20230616/api.json +738 -15
- tccli/services/vdb/v20230616/examples.json +64 -0
- tccli/services/vdb/vdb_client.py +428 -4
- tccli/services/vod/v20180717/api.json +9 -0
- tccli/services/vod/v20240718/api.json +985 -0
- tccli/services/vod/v20240718/examples.json +66 -0
- tccli/services/vod/vod_client.py +330 -12
- tccli/services/vpc/v20170312/api.json +175 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +464 -1
- tccli/services/wedata/v20210820/examples.json +22 -0
- tccli/services/wedata/wedata_client.py +114 -8
- tccli/services/weilingwith/v20230427/api.json +10 -10
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +85 -85
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -2705,7 +2705,7 @@
|
|
2705
2705
|
"members": [
|
2706
2706
|
{
|
2707
2707
|
"disabled": false,
|
2708
|
-
"document": "实例ID [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)",
|
2708
|
+
"document": "腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。",
|
2709
2709
|
"example": "mqtt-xxxx",
|
2710
2710
|
"member": "string",
|
2711
2711
|
"name": "InstanceId",
|
@@ -4704,7 +4704,7 @@
|
|
4704
4704
|
},
|
4705
4705
|
{
|
4706
4706
|
"disabled": false,
|
4707
|
-
"document": "需要变更的配置规格\n
|
4707
|
+
"document": "需要变更的配置规格\n基础版和专业版集群不能升配到铂金版规格,铂金版集群不能降配至基础版和增强版规格。",
|
4708
4708
|
"example": "pro_10k_1",
|
4709
4709
|
"member": "string",
|
4710
4710
|
"name": "SkuCode",
|
@@ -5010,7 +5010,7 @@
|
|
5010
5010
|
"members": [
|
5011
5011
|
{
|
5012
5012
|
"disabled": false,
|
5013
|
-
"document": "
|
5013
|
+
"document": "计价名称,表示规格的计费项项目分类,具体规格的计价名称可参考 [获取MQTT产品售卖规格](https://cloud.tencent.com/document/product/1778/116232) 接口的返回结果。",
|
5014
5014
|
"example": "tps",
|
5015
5015
|
"member": "string",
|
5016
5016
|
"name": "Name",
|
@@ -5020,7 +5020,7 @@
|
|
5020
5020
|
},
|
5021
5021
|
{
|
5022
5022
|
"disabled": false,
|
5023
|
-
"document": "
|
5023
|
+
"document": "计价类别,计价名称子类,具体规格的计价类别可参考 [获取MQTT产品售卖规格](https://cloud.tencent.com/document/product/1778/116232) 的返回结果。",
|
5024
5024
|
"example": "v_tdmq_instance_specification",
|
5025
5025
|
"member": "string",
|
5026
5026
|
"name": "Category",
|
@@ -5030,7 +5030,7 @@
|
|
5030
5030
|
},
|
5031
5031
|
{
|
5032
5032
|
"disabled": false,
|
5033
|
-
"document": "
|
5033
|
+
"document": "计费项标签,为计价名称(Name)下计价类别(Category)的子项目,表示一个具体的收费项。规格的计费项标签可参考 \n [获取MQTT产品售卖规格](https://cloud.tencent.com/document/product/1778/116232) 接口的返回结果。",
|
5034
5034
|
"example": "sv_tdmq_instance_specification_test_500",
|
5035
5035
|
"member": "string",
|
5036
5036
|
"name": "Code",
|
@@ -5040,7 +5040,7 @@
|
|
5040
5040
|
},
|
5041
5041
|
{
|
5042
5042
|
"disabled": false,
|
5043
|
-
"document": "
|
5043
|
+
"document": "计费步长,表示该规格在 计价名称(Name)下的计价类别(Category)的计费项标签(Code)计费数量。具体规格该字段取值参考 [获取MQTT产品售卖规格](https://cloud.tencent.com/document/product/1778/116232)",
|
5044
5044
|
"example": "1",
|
5045
5045
|
"member": "int64",
|
5046
5046
|
"name": "Step",
|
@@ -5056,7 +5056,7 @@
|
|
5056
5056
|
"members": [
|
5057
5057
|
{
|
5058
5058
|
"disabled": false,
|
5059
|
-
"document": "规格类型\nBASIC:基础版\nPRO
|
5059
|
+
"document": "规格类型\nBASIC:基础版\nPRO :专业版\nPLATINUM: 铂金版",
|
5060
5060
|
"example": "BASIC",
|
5061
5061
|
"member": "string",
|
5062
5062
|
"name": "InstanceType",
|
@@ -5067,7 +5067,7 @@
|
|
5067
5067
|
{
|
5068
5068
|
"disabled": false,
|
5069
5069
|
"document": "规格代码",
|
5070
|
-
"example": "
|
5070
|
+
"example": "pro_10k_1",
|
5071
5071
|
"member": "string",
|
5072
5072
|
"name": "SkuCode",
|
5073
5073
|
"output_required": false,
|
@@ -5076,7 +5076,7 @@
|
|
5076
5076
|
},
|
5077
5077
|
{
|
5078
5078
|
"disabled": false,
|
5079
|
-
"document": "
|
5079
|
+
"document": "是否售卖\n1: 可售卖\n0: 不可售卖",
|
5080
5080
|
"example": "1",
|
5081
5081
|
"member": "bool",
|
5082
5082
|
"name": "OnSale",
|
@@ -5096,7 +5096,7 @@
|
|
5096
5096
|
},
|
5097
5097
|
{
|
5098
5098
|
"disabled": false,
|
5099
|
-
"document": "
|
5099
|
+
"document": "MQTT 集群下每秒钟生产消息量和消费消息量之和。详细计算方式参考 [计费概述](https://cloud.tencent.com/document/product/1778/109698)",
|
5100
5100
|
"example": "1000",
|
5101
5101
|
"member": "int64",
|
5102
5102
|
"name": "TpsLimit",
|
@@ -5321,6 +5321,26 @@
|
|
5321
5321
|
"RegisterCaCertificateResponse": {
|
5322
5322
|
"document": "RegisterCaCertificate返回参数结构体",
|
5323
5323
|
"members": [
|
5324
|
+
{
|
5325
|
+
"disabled": false,
|
5326
|
+
"document": "mqtt实例ID",
|
5327
|
+
"example": "mqtt-xxxxx",
|
5328
|
+
"member": "string",
|
5329
|
+
"name": "InstanceId",
|
5330
|
+
"output_required": false,
|
5331
|
+
"type": "string",
|
5332
|
+
"value_allowed_null": false
|
5333
|
+
},
|
5334
|
+
{
|
5335
|
+
"disabled": false,
|
5336
|
+
"document": "ca 证书的序列号",
|
5337
|
+
"example": "f2ed1027c42c66c03a15b06ef39765bc",
|
5338
|
+
"member": "string",
|
5339
|
+
"name": "CaSn",
|
5340
|
+
"output_required": false,
|
5341
|
+
"type": "string",
|
5342
|
+
"value_allowed_null": false
|
5343
|
+
},
|
5324
5344
|
{
|
5325
5345
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5326
5346
|
"member": "string",
|
@@ -5393,6 +5413,36 @@
|
|
5393
5413
|
"RegisterDeviceCertificateResponse": {
|
5394
5414
|
"document": "RegisterDeviceCertificate返回参数结构体",
|
5395
5415
|
"members": [
|
5416
|
+
{
|
5417
|
+
"disabled": false,
|
5418
|
+
"document": "腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。",
|
5419
|
+
"example": "mqtt-xxxx",
|
5420
|
+
"member": "string",
|
5421
|
+
"name": "InstanceId",
|
5422
|
+
"output_required": false,
|
5423
|
+
"type": "string",
|
5424
|
+
"value_allowed_null": false
|
5425
|
+
},
|
5426
|
+
{
|
5427
|
+
"disabled": false,
|
5428
|
+
"document": "关联的CA证书SN",
|
5429
|
+
"example": "f2ed1027c42c66c03a15b06ef39765bc",
|
5430
|
+
"member": "string",
|
5431
|
+
"name": "CaSn",
|
5432
|
+
"output_required": false,
|
5433
|
+
"type": "string",
|
5434
|
+
"value_allowed_null": false
|
5435
|
+
},
|
5436
|
+
{
|
5437
|
+
"disabled": false,
|
5438
|
+
"document": "设备证书的SN",
|
5439
|
+
"example": "f2ed1027c42c66c03a15b06ef39765bc",
|
5440
|
+
"member": "string",
|
5441
|
+
"name": "DeviceCertificateSn",
|
5442
|
+
"output_required": false,
|
5443
|
+
"type": "string",
|
5444
|
+
"value_allowed_null": false
|
5445
|
+
},
|
5396
5446
|
{
|
5397
5447
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5398
5448
|
"member": "string",
|
@@ -5535,7 +5585,7 @@
|
|
5535
5585
|
"example": "vpc-xxxx",
|
5536
5586
|
"member": "string",
|
5537
5587
|
"name": "VpcId",
|
5538
|
-
"required":
|
5588
|
+
"required": false,
|
5539
5589
|
"type": "string"
|
5540
5590
|
},
|
5541
5591
|
{
|
@@ -5544,7 +5594,7 @@
|
|
5544
5594
|
"example": "subnet-xxxx",
|
5545
5595
|
"member": "string",
|
5546
5596
|
"name": "SubnetId",
|
5547
|
-
"required":
|
5597
|
+
"required": false,
|
5548
5598
|
"type": "string"
|
5549
5599
|
}
|
5550
5600
|
],
|
@@ -220,7 +220,7 @@
|
|
220
220
|
{
|
221
221
|
"document": "示例",
|
222
222
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceCertificates\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-qgzaawn9\"\n}",
|
223
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientId\": \"client-1\",\n \"DeviceCertificateSn\": \"0eef68a582b94254296e54ce754f94d707a59913\",\n \"DeviceCertificateCn\": \"tx\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\n-----END CERTIFICATE-----\\n\",\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"OrganizationalUnit\": \"tx\",\n \"Format\": \"PEM\",\n \"Status\": \"ACTIVE\",\n \"CertificateSource\": \"API\",\n \"LastActivationTime\": 1742983099435,\n \"LastInactivationTime\": 0,\n \"CreatedTime\": 1742983115198,\n \"UpdateTime\": 1742983115198,\n \"NotBeforeTime\": 1734537600000,\n \"NotAfterTime\": 1766073600000\n }\n ],\n \"RequestId\": \"378f8c36-a6a1-406c-85ac-f2379386eed6\",\n \"TotalCount\":
|
223
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientId\": \"client-1\",\n \"DeviceCertificateSn\": \"0eef68a582b94254296e54ce754f94d707a59913\",\n \"DeviceCertificateCn\": \"tx\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\n-----END CERTIFICATE-----\\n\",\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"OrganizationalUnit\": \"tx\",\n \"Format\": \"PEM\",\n \"Status\": \"ACTIVE\",\n \"CertificateSource\": \"API\",\n \"LastActivationTime\": 1742983099435,\n \"LastInactivationTime\": 0,\n \"CreatedTime\": 1742983115198,\n \"UpdateTime\": 1742983115198,\n \"NotBeforeTime\": 1734537600000,\n \"NotAfterTime\": 1766073600000\n }\n ],\n \"RequestId\": \"378f8c36-a6a1-406c-85ac-f2379386eed6\",\n \"TotalCount\": 1\n }\n}",
|
224
224
|
"title": "示例"
|
225
225
|
}
|
226
226
|
],
|
@@ -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 \"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\": \"
|
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_10k_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
|
],
|
@@ -387,16 +387,16 @@
|
|
387
387
|
"RegisterCaCertificate": [
|
388
388
|
{
|
389
389
|
"document": "示例",
|
390
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterCaCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
391
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"
|
390
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterCaCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-g839agr2\",\n \"CaCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIDYDCCAkigAwIBAgIRAJVqMNqSe05LAgWS1VrHft3KJdndK4HflxgRqnmyUfSCRz6R0wXFi4I7no7BfwQahq9Z4IWaHh/6iDoZ1c+\\npEkIucoi48CxEbAan8f0a4K4X6jcotXW7FPzZBTZw+swW3H3NvaHrT1shm0W2B7Q\\n/G2ncyYw6OPFxhBKIfhbgfH7PughdsT7+QsuFYpbs4V6Wydb1NuloFpIeJgSnoQX\\nGWOLN7DU9WaJCLXon0AejXTgSop/O4He9W00yQFzn7TiPMLV91i6s4qD9/Iin/Wt\\nAV3BoRcAAn1ryJQS4T5eRqWEy7swndP28HcdNYUZc9mIcqEmqPSejL6Oi9AlnYuX\\nkRQnRQ==\\n-----END CERTIFICATE-----\",\n \"VerificationCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIDhDCCAmygAwIBAgIRAICF9S7OW9iDCN9tmNlwdxYwDQYJKoZIhvcNAQELBQAw\\nPzELMAkGA1UEBhMCQ04xGzAZBgNVBAoTEkCWzSiQtf84fwVXUqCOgfd9RHYZQx+bSBEKzt2Nxb15xNMXFzYEm8S0\\nlQUacxx1N7w/fOed16c+VPMvwhLJSkO7oCbUl8X+hZDY6D326A6muaW0KsBTld4p\\nociDefD8oNH+u4qCrcoAPNuhbG44dcqOrrHFlX0offDYjPLAoIgTb8Q/DwhuLg1b\\nQuw/YMVFLMrMO2wzbu12PzEYmbohbk6Cv0viRFsxd/HUWPNYxi6HnoqpCKBnDwlZ\\nc/GuUTJ7tFmkb4bKNK81rViXHt3x2fVG6yJwrVw6m3KjhrOKro82AA==\\n-----END CERTIFICATE-----\"\n}",
|
391
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"CaSn\": \"956a30da927b4e4b020592d55ad7bc7c\",\n \"InstanceId\": \"mqtt-g839agr2\",\n \"RequestId\": \"8018b411-8963-4c50-81de-c371cb9b0796\"\n }\n}",
|
392
392
|
"title": "示例"
|
393
393
|
}
|
394
394
|
],
|
395
395
|
"RegisterDeviceCertificate": [
|
396
396
|
{
|
397
397
|
"document": "示例",
|
398
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
399
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"
|
398
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-g839agr2\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIDhDCCAmygAwIBAgIRAICF9S7OW9iDCN9tmNlwdxYwDQYJKoZIhvcNAQEFAAOCAQEAJ5a40Jc63eGlrz6M92YpiodMA8C8RMo2\\neWfUCxMPSHCWzSiQtf84fwVXUqCOgfd9RHYZQx+bSBEKzt2Nxb15xNMXFzYEm8S0\\nlQUacxx1N7w/fOed16c+VPMvwhLJSkO7oCbUl8X+hZDY6D326A6muaW0KsBTld4p\\nociDefD8oNH+u4qCrcoAPNuhbG44dcqOrrHFlX0offDYjPLAoIgTb8Q/DwhuLg1b\\nQuw/YMVFLMrMO2wzbu12PzEYmbohbk6Cv0viRFsxd/HUWPNYxi6HnoqpCKBnDwlZ\\nc/GuUTJ7tFmkb4bKNK81rViXHt3x2fVG6yJwrVw6m3KjhrOKro82AA==\\n-----END CERTIFICATE-----\",\n \"CaSn\": \"956a30da927b4e4b020592d55ad7bc7c\"\n}",
|
399
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"CaSn\": \"956a30da927b4e4b020592d55ad7bc7c\",\n \"DeviceCertificateSn\": \"8085f52ece5bd88308df6d98d9707716\",\n \"InstanceId\": \"mqtt-g839agr2\",\n \"RequestId\": \"05e8b3d9-9cee-478f-9d68-b70fda94c61f\"\n }\n}",
|
400
400
|
"title": "示例"
|
401
401
|
}
|
402
402
|
],
|