tccli-intl-en 3.0.1168.1__py2.py3-none-any.whl → 3.1.16.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/argument.py +1 -1
- tccli/plugins/sso/__init__.py +14 -0
- tccli/plugins/sso/login.py +23 -6
- tccli/plugins/sso/texts.py +4 -0
- tccli/services/__init__.py +49 -2
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +341 -114
- tccli/services/autoscaling/v20180419/api.json +514 -333
- tccli/services/autoscaling/v20180419/examples.json +46 -38
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/__init__.py +4 -0
- tccli/services/bi/bi_client.py +1498 -0
- tccli/services/bi/v20220105/api.json +5769 -0
- tccli/services/bi/v20220105/examples.json +215 -0
- tccli/services/billing/billing_client.py +1055 -134
- tccli/services/billing/v20180709/api.json +1654 -243
- tccli/services/billing/v20180709/examples.json +169 -25
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/captcha/v20190722/api.json +16 -6
- tccli/services/captcha/v20190722/examples.json +3 -3
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +1167 -268
- tccli/services/ccc/v20200210/api.json +2263 -202
- tccli/services/ccc/v20200210/examples.json +116 -12
- tccli/services/cdb/cdb_client.py +665 -266
- tccli/services/cdb/v20170320/api.json +426 -173
- tccli/services/cdb/v20170320/examples.json +6 -6
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfg/v20210820/api.json +30 -10
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1033 -255
- tccli/services/ckafka/v20190819/api.json +3378 -1681
- tccli/services/ckafka/v20190819/examples.json +254 -160
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2307 -1024
- tccli/services/clb/v20180317/examples.json +186 -126
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +339 -78
- tccli/services/csip/v20221121/api.json +1011 -38
- tccli/services/csip/v20221121/examples.json +24 -0
- tccli/services/ctsdb/__init__.py +4 -0
- tccli/services/ctsdb/ctsdb_client.py +266 -0
- tccli/services/ctsdb/v20230202/api.json +677 -0
- tccli/services/ctsdb/v20230202/examples.json +20 -0
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +1141 -510
- tccli/services/cvm/v20170312/examples.json +174 -128
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +3051 -575
- tccli/services/cynosdb/v20190107/api.json +14074 -7139
- tccli/services/cynosdb/v20190107/examples.json +597 -287
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +390 -111
- tccli/services/dnspod/v20210323/api.json +196 -0
- tccli/services/dnspod/v20210323/examples.json +24 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +3104 -117
- tccli/services/emr/v20190103/api.json +15311 -4361
- tccli/services/emr/v20190103/examples.json +452 -42
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +172 -45
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +266 -0
- tccli/services/hunyuan/v20230901/api.json +270 -0
- tccli/services/hunyuan/v20230901/examples.json +20 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iai/v20200303/api.json +187 -51
- tccli/services/iai/v20200303/examples.json +30 -12
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/ims/v20201229/api.json +133 -141
- tccli/services/ims/v20201229/examples.json +3 -3
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
- tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
- tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/iotcloud/v20210408/api.json +216 -107
- tccli/services/iotcloud/v20210408/examples.json +9 -9
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +1226 -227
- tccli/services/kms/v20190118/api.json +1562 -144
- tccli/services/kms/v20190118/examples.json +204 -78
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +370 -148
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/live_client.py +804 -232
- tccli/services/live/v20180801/api.json +272 -0
- tccli/services/live/v20180801/examples.json +32 -0
- tccli/services/lke/__init__.py +4 -0
- tccli/services/lke/lke_client.py +5194 -0
- tccli/services/lke/v20231130/api.json +14803 -0
- tccli/services/lke/v20231130/examples.json +736 -0
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +953 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +402 -82
- tccli/services/mdl/v20200326/api.json +1144 -58
- tccli/services/mdl/v20200326/examples.json +48 -16
- tccli/services/mdp/mdp_client.py +785 -122
- tccli/services/mdp/v20200527/api.json +1168 -44
- tccli/services/mdp/v20200527/examples.json +151 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1452 -136
- tccli/services/mongodb/v20190725/api.json +4393 -1462
- tccli/services/mongodb/v20190725/examples.json +265 -71
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +660 -11
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1573 -354
- tccli/services/mps/v20190612/api.json +12394 -7243
- tccli/services/mps/v20190612/examples.json +244 -84
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +596 -102
- tccli/services/ocr/v20181119/api.json +2271 -181
- tccli/services/ocr/v20181119/examples.json +70 -8
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/postgres/v20170312/api.json +134 -109
- tccli/services/postgres/v20170312/examples.json +14 -14
- tccli/services/privatedns/privatedns_client.py +206 -60
- tccli/services/privatedns/v20201028/api.json +179 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +698 -212
- tccli/services/redis/v20180412/api.json +968 -563
- tccli/services/redis/v20180412/examples.json +98 -56
- tccli/services/region/__init__.py +4 -0
- tccli/services/region/region_client.py +322 -0
- tccli/services/region/v20220627/api.json +399 -0
- tccli/services/region/v20220627/examples.json +29 -0
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +368 -69
- tccli/services/ses/v20201002/api.json +240 -0
- tccli/services/ses/v20201002/examples.json +32 -0
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3855 -470
- tccli/services/sqlserver/v20180328/api.json +9757 -3347
- tccli/services/sqlserver/v20180328/examples.json +480 -20
- tccli/services/ssl/ssl_client.py +504 -72
- tccli/services/ssl/v20191205/api.json +789 -21
- tccli/services/ssl/v20191205/examples.json +54 -0
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/__init__.py +4 -0
- tccli/services/tbaas/tbaas_client.py +378 -0
- tccli/services/tbaas/v20180416/api.json +551 -0
- tccli/services/tbaas/v20180416/examples.json +37 -0
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +295 -118
- tccli/services/tcsas/v20250106/api.json +155 -79
- tccli/services/tcsas/v20250106/examples.json +3 -3
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +4507 -966
- tccli/services/teo/v20220901/api.json +7341 -1405
- tccli/services/teo/v20220901/examples.json +679 -99
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +741 -274
- tccli/services/tke/v20180525/api.json +132 -7
- tccli/services/tke/v20180525/examples.json +42 -16
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tms/v20201229/api.json +91 -100
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/__init__.py +4 -0
- tccli/services/trabbit/trabbit_client.py +1778 -0
- tccli/services/trabbit/v20230418/api.json +4772 -0
- tccli/services/trabbit/v20230418/examples.json +237 -0
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +928 -192
- tccli/services/trtc/v20190722/api.json +1810 -256
- tccli/services/trtc/v20190722/examples.json +100 -6
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/v20210922/api.json +61 -30
- tccli/services/vm/v20210922/examples.json +0 -12
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +332 -52
- tccli/services/vod/v20180717/examples.json +9 -1
- tccli/services/vod/v20240718/api.json +1105 -0
- tccli/services/vod/v20240718/examples.json +97 -0
- tccli/services/vod/vod_client.py +1316 -350
- tccli/services/vpc/v20170312/api.json +1166 -106
- tccli/services/vpc/v20170312/examples.json +197 -23
- tccli/services/vpc/vpc_client.py +2413 -739
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20210820/api.json +1577 -231
- tccli/services/wedata/v20210820/examples.json +74 -12
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6366 -1191
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
|
@@ -151,6 +151,7 @@
|
|
|
151
151
|
"document": "Device attributes",
|
|
152
152
|
"members": [
|
|
153
153
|
{
|
|
154
|
+
"disabled": false,
|
|
154
155
|
"document": "Attribute list",
|
|
155
156
|
"example": "无",
|
|
156
157
|
"member": "DeviceTag",
|
|
@@ -268,38 +269,43 @@
|
|
|
268
269
|
"document": "CreateDevice request structure.",
|
|
269
270
|
"members": [
|
|
270
271
|
{
|
|
272
|
+
"disabled": false,
|
|
271
273
|
"document": "Product ID, globally unique ID assigned by Tencent Cloud during product creation",
|
|
272
|
-
"example": "
|
|
274
|
+
"example": "EQPOKD5111",
|
|
273
275
|
"member": "string",
|
|
274
276
|
"name": "ProductId",
|
|
275
277
|
"required": true,
|
|
276
278
|
"type": "string"
|
|
277
279
|
},
|
|
278
280
|
{
|
|
281
|
+
"disabled": false,
|
|
279
282
|
"document": "Device name. It is a string of 1 to 48 characters. Letters, digits, and :_- are allowed.",
|
|
280
|
-
"example": "
|
|
283
|
+
"example": "dev-001",
|
|
281
284
|
"member": "string",
|
|
282
285
|
"name": "DeviceName",
|
|
283
286
|
"required": true,
|
|
284
287
|
"type": "string"
|
|
285
288
|
},
|
|
286
289
|
{
|
|
290
|
+
"disabled": false,
|
|
287
291
|
"document": "Device attribute",
|
|
288
|
-
"example": "
|
|
292
|
+
"example": "{\"type\":1}",
|
|
289
293
|
"member": "Attribute",
|
|
290
294
|
"name": "Attribute",
|
|
291
295
|
"required": false,
|
|
292
296
|
"type": "object"
|
|
293
297
|
},
|
|
294
298
|
{
|
|
299
|
+
"disabled": false,
|
|
295
300
|
"document": "Whether to use custom PSK, no by default",
|
|
296
|
-
"example": "
|
|
301
|
+
"example": "adferdfwe",
|
|
297
302
|
"member": "string",
|
|
298
303
|
"name": "DefinedPsk",
|
|
299
304
|
"required": false,
|
|
300
305
|
"type": "string"
|
|
301
306
|
},
|
|
302
307
|
{
|
|
308
|
+
"disabled": false,
|
|
303
309
|
"document": "ISP, required for a NB-IoT product. `1`: China Telecom; `2`: China Mobile; `3`: China Unicom",
|
|
304
310
|
"example": "Isp",
|
|
305
311
|
"member": "uint64",
|
|
@@ -308,6 +314,7 @@
|
|
|
308
314
|
"type": "int"
|
|
309
315
|
},
|
|
310
316
|
{
|
|
317
|
+
"disabled": false,
|
|
311
318
|
"document": "IMEI, required for a NB-IoT product",
|
|
312
319
|
"example": "Imsi",
|
|
313
320
|
"member": "string",
|
|
@@ -316,6 +323,7 @@
|
|
|
316
323
|
"type": "string"
|
|
317
324
|
},
|
|
318
325
|
{
|
|
326
|
+
"disabled": false,
|
|
319
327
|
"document": "DevEUI of a LoRa device, required when you create a LoRa device",
|
|
320
328
|
"example": "Eui",
|
|
321
329
|
"member": "string",
|
|
@@ -324,6 +332,7 @@
|
|
|
324
332
|
"type": "string"
|
|
325
333
|
},
|
|
326
334
|
{
|
|
335
|
+
"disabled": false,
|
|
327
336
|
"document": "MoteType of a LoRa device",
|
|
328
337
|
"example": "Type",
|
|
329
338
|
"member": "uint64",
|
|
@@ -332,6 +341,7 @@
|
|
|
332
341
|
"type": "int"
|
|
333
342
|
},
|
|
334
343
|
{
|
|
344
|
+
"disabled": false,
|
|
335
345
|
"document": "Skey, required when you create a LoRa device",
|
|
336
346
|
"example": "skey",
|
|
337
347
|
"member": "string",
|
|
@@ -340,6 +350,7 @@
|
|
|
340
350
|
"type": "string"
|
|
341
351
|
},
|
|
342
352
|
{
|
|
353
|
+
"disabled": false,
|
|
343
354
|
"document": "AppKey of a LoRa device",
|
|
344
355
|
"example": "key",
|
|
345
356
|
"member": "string",
|
|
@@ -348,6 +359,7 @@
|
|
|
348
359
|
"type": "string"
|
|
349
360
|
},
|
|
350
361
|
{
|
|
362
|
+
"disabled": false,
|
|
351
363
|
"document": "Private CA certificate",
|
|
352
364
|
"example": "-----BEGIN CERTIFICATE----- MIIFGjCCBAKgAwIBAgIQCgRw0Ja8ihLIkKbf",
|
|
353
365
|
"member": "string",
|
|
@@ -362,79 +374,87 @@
|
|
|
362
374
|
"document": "CreateDevice response structure.",
|
|
363
375
|
"members": [
|
|
364
376
|
{
|
|
377
|
+
"disabled": false,
|
|
365
378
|
"document": "Device name",
|
|
366
|
-
"example": "
|
|
379
|
+
"example": "dev-001",
|
|
367
380
|
"member": "string",
|
|
368
381
|
"name": "DeviceName",
|
|
369
|
-
"
|
|
382
|
+
"output_required": true,
|
|
370
383
|
"type": "string",
|
|
371
384
|
"value_allowed_null": false
|
|
372
385
|
},
|
|
373
386
|
{
|
|
387
|
+
"disabled": false,
|
|
374
388
|
"document": "Base64-encoded symmetric encryption key, which is returned if symmetric encryption is used",
|
|
375
|
-
"example": "
|
|
389
|
+
"example": "9MTpKyUBRpsPLB3hQyVfeQ==",
|
|
376
390
|
"member": "string",
|
|
377
391
|
"name": "DevicePsk",
|
|
378
|
-
"
|
|
392
|
+
"output_required": true,
|
|
379
393
|
"type": "string",
|
|
380
394
|
"value_allowed_null": false
|
|
381
395
|
},
|
|
382
396
|
{
|
|
397
|
+
"disabled": false,
|
|
383
398
|
"document": "Device certificate, which authenticates client identity during TLS connection establishment and is returned if asymmetric encryption is used",
|
|
384
399
|
"example": "-----BEGIN CERTIFICATE----- MIIFGjCCBAKgAwIBAgIQCgRw0Ja8ihLIkKbf",
|
|
385
400
|
"member": "string",
|
|
386
401
|
"name": "DeviceCert",
|
|
387
|
-
"
|
|
402
|
+
"output_required": true,
|
|
388
403
|
"type": "string",
|
|
389
404
|
"value_allowed_null": false
|
|
390
405
|
},
|
|
391
406
|
{
|
|
407
|
+
"disabled": false,
|
|
392
408
|
"document": "Device private key, which authenticates client identity during TLS connection establishment and is returned if asymmetric encryption is used. Tencent Cloud does not store the key. Please store it by yourself properly.",
|
|
393
409
|
"example": "-----BEGIN PRIVATE KEY----- MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgw",
|
|
394
410
|
"member": "string",
|
|
395
411
|
"name": "DevicePrivateKey",
|
|
396
|
-
"
|
|
412
|
+
"output_required": true,
|
|
397
413
|
"type": "string",
|
|
398
414
|
"value_allowed_null": false
|
|
399
415
|
},
|
|
400
416
|
{
|
|
417
|
+
"disabled": false,
|
|
401
418
|
"document": "DevEUI of a LoRa device, which is returned for a LoRa device",
|
|
402
|
-
"example": "
|
|
419
|
+
"example": "DevEui",
|
|
403
420
|
"member": "string",
|
|
404
421
|
"name": "LoraDevEui",
|
|
405
|
-
"
|
|
422
|
+
"output_required": true,
|
|
406
423
|
"type": "string",
|
|
407
424
|
"value_allowed_null": false
|
|
408
425
|
},
|
|
409
426
|
{
|
|
427
|
+
"disabled": false,
|
|
410
428
|
"document": "MoteType of a LoRa device, which is returned for a LoRa device",
|
|
411
|
-
"example": "
|
|
429
|
+
"example": "1",
|
|
412
430
|
"member": "uint64",
|
|
413
431
|
"name": "LoraMoteType",
|
|
414
|
-
"
|
|
432
|
+
"output_required": true,
|
|
415
433
|
"type": "int",
|
|
416
434
|
"value_allowed_null": false
|
|
417
435
|
},
|
|
418
436
|
{
|
|
437
|
+
"disabled": false,
|
|
419
438
|
"document": "AppKey of a LoRa device, which is returned for a LoRa device",
|
|
420
|
-
"example": "
|
|
439
|
+
"example": "ddgergsdfretger",
|
|
421
440
|
"member": "string",
|
|
422
441
|
"name": "LoraAppKey",
|
|
423
|
-
"
|
|
442
|
+
"output_required": true,
|
|
424
443
|
"type": "string",
|
|
425
444
|
"value_allowed_null": false
|
|
426
445
|
},
|
|
427
446
|
{
|
|
447
|
+
"disabled": false,
|
|
428
448
|
"document": "NwkKey of a LoRa device, which is returned for a LoRa device",
|
|
429
|
-
"example": "
|
|
449
|
+
"example": "3fgrtsdfsdgfdga",
|
|
430
450
|
"member": "string",
|
|
431
451
|
"name": "LoraNwkKey",
|
|
432
|
-
"
|
|
452
|
+
"output_required": true,
|
|
433
453
|
"type": "string",
|
|
434
454
|
"value_allowed_null": false
|
|
435
455
|
},
|
|
436
456
|
{
|
|
437
|
-
"document": "The unique request ID,
|
|
457
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
438
458
|
"member": "string",
|
|
439
459
|
"name": "RequestId",
|
|
440
460
|
"type": "string"
|
|
@@ -557,24 +577,27 @@
|
|
|
557
577
|
"document": "DeleteDevice request structure.",
|
|
558
578
|
"members": [
|
|
559
579
|
{
|
|
580
|
+
"disabled": false,
|
|
560
581
|
"document": "ID of the product to which the device belongs",
|
|
561
|
-
"example": "
|
|
582
|
+
"example": "EQPOKD5111",
|
|
562
583
|
"member": "string",
|
|
563
584
|
"name": "ProductId",
|
|
564
585
|
"required": true,
|
|
565
586
|
"type": "string"
|
|
566
587
|
},
|
|
567
588
|
{
|
|
589
|
+
"disabled": false,
|
|
568
590
|
"document": "Name of the device to delete",
|
|
569
|
-
"example": "
|
|
591
|
+
"example": "dev001",
|
|
570
592
|
"member": "string",
|
|
571
593
|
"name": "DeviceName",
|
|
572
594
|
"required": true,
|
|
573
595
|
"type": "string"
|
|
574
596
|
},
|
|
575
597
|
{
|
|
598
|
+
"disabled": false,
|
|
576
599
|
"document": "Skey, which is required to delete a LoRa device or LoRa gateway device",
|
|
577
|
-
"example": "
|
|
600
|
+
"example": "adferdfwe",
|
|
578
601
|
"member": "string",
|
|
579
602
|
"name": "Skey",
|
|
580
603
|
"required": false,
|
|
@@ -587,7 +610,7 @@
|
|
|
587
610
|
"document": "DeleteDevice response structure.",
|
|
588
611
|
"members": [
|
|
589
612
|
{
|
|
590
|
-
"document": "The unique request ID,
|
|
613
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
591
614
|
"member": "string",
|
|
592
615
|
"name": "RequestId",
|
|
593
616
|
"type": "string"
|
|
@@ -599,16 +622,18 @@
|
|
|
599
622
|
"document": "DeleteDeviceShadow request structure.",
|
|
600
623
|
"members": [
|
|
601
624
|
{
|
|
625
|
+
"disabled": false,
|
|
602
626
|
"document": "Product ID",
|
|
603
|
-
"example": "
|
|
627
|
+
"example": "EQPOKD5111",
|
|
604
628
|
"member": "string",
|
|
605
629
|
"name": "ProductId",
|
|
606
630
|
"required": true,
|
|
607
631
|
"type": "string"
|
|
608
632
|
},
|
|
609
633
|
{
|
|
634
|
+
"disabled": false,
|
|
610
635
|
"document": "Device name",
|
|
611
|
-
"example": "
|
|
636
|
+
"example": "dev-001",
|
|
612
637
|
"member": "string",
|
|
613
638
|
"name": "DeviceName",
|
|
614
639
|
"required": true,
|
|
@@ -621,7 +646,7 @@
|
|
|
621
646
|
"document": "DeleteDeviceShadow response structure.",
|
|
622
647
|
"members": [
|
|
623
648
|
{
|
|
624
|
-
"document": "The unique request ID,
|
|
649
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
625
650
|
"member": "string",
|
|
626
651
|
"name": "RequestId",
|
|
627
652
|
"type": "string"
|
|
@@ -693,16 +718,18 @@
|
|
|
693
718
|
"document": "DescribeDevice request structure.",
|
|
694
719
|
"members": [
|
|
695
720
|
{
|
|
721
|
+
"disabled": false,
|
|
696
722
|
"document": "Product ID",
|
|
697
|
-
"example": "
|
|
723
|
+
"example": "EQPOKD5111",
|
|
698
724
|
"member": "string",
|
|
699
725
|
"name": "ProductId",
|
|
700
726
|
"required": true,
|
|
701
727
|
"type": "string"
|
|
702
728
|
},
|
|
703
729
|
{
|
|
730
|
+
"disabled": false,
|
|
704
731
|
"document": "Device name",
|
|
705
|
-
"example": "
|
|
732
|
+
"example": "dev-001",
|
|
706
733
|
"member": "string",
|
|
707
734
|
"name": "DeviceName",
|
|
708
735
|
"required": true,
|
|
@@ -715,232 +742,257 @@
|
|
|
715
742
|
"document": "DescribeDevice response structure.",
|
|
716
743
|
"members": [
|
|
717
744
|
{
|
|
745
|
+
"disabled": false,
|
|
718
746
|
"document": "Device name",
|
|
719
|
-
"example": "
|
|
747
|
+
"example": "dev-001",
|
|
720
748
|
"member": "string",
|
|
721
749
|
"name": "DeviceName",
|
|
722
|
-
"
|
|
750
|
+
"output_required": true,
|
|
723
751
|
"type": "string",
|
|
724
752
|
"value_allowed_null": false
|
|
725
753
|
},
|
|
726
754
|
{
|
|
755
|
+
"disabled": false,
|
|
727
756
|
"document": "Whether the device is online. `0`: offline; `1`: online",
|
|
728
757
|
"example": "1",
|
|
729
758
|
"member": "uint64",
|
|
730
759
|
"name": "Online",
|
|
731
|
-
"
|
|
760
|
+
"output_required": true,
|
|
732
761
|
"type": "int",
|
|
733
762
|
"value_allowed_null": false
|
|
734
763
|
},
|
|
735
764
|
{
|
|
765
|
+
"disabled": false,
|
|
736
766
|
"document": "Device login time",
|
|
737
767
|
"example": "1",
|
|
738
768
|
"member": "uint64",
|
|
739
769
|
"name": "LoginTime",
|
|
740
|
-
"
|
|
770
|
+
"output_required": true,
|
|
741
771
|
"type": "int",
|
|
742
772
|
"value_allowed_null": false
|
|
743
773
|
},
|
|
744
774
|
{
|
|
775
|
+
"disabled": false,
|
|
745
776
|
"document": "Device firmware version",
|
|
746
777
|
"example": "1.0.0",
|
|
747
778
|
"member": "string",
|
|
748
779
|
"name": "Version",
|
|
749
|
-
"
|
|
780
|
+
"output_required": true,
|
|
750
781
|
"type": "string",
|
|
751
782
|
"value_allowed_null": false
|
|
752
783
|
},
|
|
753
784
|
{
|
|
785
|
+
"disabled": false,
|
|
754
786
|
"document": "Last updated time of the device",
|
|
755
787
|
"example": "1",
|
|
756
788
|
"member": "uint64",
|
|
757
789
|
"name": "LastUpdateTime",
|
|
758
|
-
"
|
|
790
|
+
"output_required": true,
|
|
759
791
|
"type": "int",
|
|
760
792
|
"value_allowed_null": false
|
|
761
793
|
},
|
|
762
794
|
{
|
|
795
|
+
"disabled": false,
|
|
763
796
|
"document": "Device certificate",
|
|
764
797
|
"example": "-----BEGIN CERTIFICATE-----IIDS...Fw==-----END CERTIFICATE-----",
|
|
765
798
|
"member": "string",
|
|
766
799
|
"name": "DeviceCert",
|
|
767
|
-
"
|
|
800
|
+
"output_required": true,
|
|
768
801
|
"type": "string",
|
|
769
802
|
"value_allowed_null": false
|
|
770
803
|
},
|
|
771
804
|
{
|
|
805
|
+
"disabled": false,
|
|
772
806
|
"document": "Device key",
|
|
773
807
|
"example": "PSK",
|
|
774
808
|
"member": "string",
|
|
775
809
|
"name": "DevicePsk",
|
|
776
|
-
"
|
|
810
|
+
"output_required": true,
|
|
777
811
|
"type": "string",
|
|
778
812
|
"value_allowed_null": false
|
|
779
813
|
},
|
|
780
814
|
{
|
|
815
|
+
"disabled": false,
|
|
781
816
|
"document": "Device attribute",
|
|
782
|
-
"example": "
|
|
817
|
+
"example": "tags1",
|
|
783
818
|
"member": "DeviceTag",
|
|
784
819
|
"name": "Tags",
|
|
785
|
-
"
|
|
820
|
+
"output_required": true,
|
|
786
821
|
"type": "list",
|
|
787
822
|
"value_allowed_null": false
|
|
788
823
|
},
|
|
789
824
|
{
|
|
825
|
+
"disabled": false,
|
|
790
826
|
"document": "Device type",
|
|
791
827
|
"example": "3",
|
|
792
828
|
"member": "uint64",
|
|
793
829
|
"name": "DeviceType",
|
|
794
|
-
"
|
|
830
|
+
"output_required": true,
|
|
795
831
|
"type": "int",
|
|
796
832
|
"value_allowed_null": false
|
|
797
833
|
},
|
|
798
834
|
{
|
|
835
|
+
"disabled": false,
|
|
799
836
|
"document": "International Mobile Equipment Identity (IMEI)",
|
|
800
|
-
"example": "
|
|
837
|
+
"example": "345323123",
|
|
801
838
|
"member": "string",
|
|
802
839
|
"name": "Imei",
|
|
803
|
-
"
|
|
840
|
+
"output_required": true,
|
|
804
841
|
"type": "string",
|
|
805
842
|
"value_allowed_null": false
|
|
806
843
|
},
|
|
807
844
|
{
|
|
845
|
+
"disabled": false,
|
|
808
846
|
"document": "ISP",
|
|
809
847
|
"example": "1",
|
|
810
848
|
"member": "uint64",
|
|
811
849
|
"name": "Isp",
|
|
812
|
-
"
|
|
850
|
+
"output_required": true,
|
|
813
851
|
"type": "int",
|
|
814
852
|
"value_allowed_null": false
|
|
815
853
|
},
|
|
816
854
|
{
|
|
855
|
+
"disabled": false,
|
|
817
856
|
"document": "IP address",
|
|
818
|
-
"example": "1",
|
|
857
|
+
"example": "127.0.0.1",
|
|
819
858
|
"member": "uint64",
|
|
820
859
|
"name": "ConnIP",
|
|
821
|
-
"
|
|
860
|
+
"output_required": true,
|
|
822
861
|
"type": "int",
|
|
823
862
|
"value_allowed_null": false
|
|
824
863
|
},
|
|
825
864
|
{
|
|
865
|
+
"disabled": true,
|
|
826
866
|
"document": "Device ID at the NB-IoT ISP",
|
|
827
|
-
"example": "
|
|
867
|
+
"example": "7233445",
|
|
828
868
|
"member": "string",
|
|
829
869
|
"name": "NbiotDeviceID",
|
|
830
|
-
"
|
|
870
|
+
"output_required": true,
|
|
831
871
|
"type": "string",
|
|
832
872
|
"value_allowed_null": false
|
|
833
873
|
},
|
|
834
874
|
{
|
|
875
|
+
"disabled": false,
|
|
835
876
|
"document": "DevEUI of a LoRa device",
|
|
836
877
|
"example": "eui",
|
|
837
878
|
"member": "string",
|
|
838
879
|
"name": "LoraDevEui",
|
|
839
|
-
"
|
|
880
|
+
"output_required": true,
|
|
840
881
|
"type": "string",
|
|
841
882
|
"value_allowed_null": false
|
|
842
883
|
},
|
|
843
884
|
{
|
|
885
|
+
"disabled": false,
|
|
844
886
|
"document": "MoteType of a LoRa device",
|
|
845
887
|
"example": "1",
|
|
846
888
|
"member": "uint64",
|
|
847
889
|
"name": "LoraMoteType",
|
|
848
|
-
"
|
|
890
|
+
"output_required": true,
|
|
849
891
|
"type": "int",
|
|
850
892
|
"value_allowed_null": false
|
|
851
893
|
},
|
|
852
894
|
{
|
|
895
|
+
"disabled": false,
|
|
853
896
|
"document": "SDK log level of the device\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
854
897
|
"example": "1",
|
|
855
898
|
"member": "uint64",
|
|
856
899
|
"name": "LogLevel",
|
|
857
|
-
"
|
|
900
|
+
"output_required": true,
|
|
858
901
|
"type": "int",
|
|
859
902
|
"value_allowed_null": true
|
|
860
903
|
},
|
|
861
904
|
{
|
|
905
|
+
"disabled": false,
|
|
862
906
|
"document": "The first time when the device went online\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
863
907
|
"example": "1617801604",
|
|
864
908
|
"member": "uint64",
|
|
865
909
|
"name": "FirstOnlineTime",
|
|
866
|
-
"
|
|
910
|
+
"output_required": true,
|
|
867
911
|
"type": "int",
|
|
868
912
|
"value_allowed_null": true
|
|
869
913
|
},
|
|
870
914
|
{
|
|
915
|
+
"disabled": false,
|
|
871
916
|
"document": "The last time when the device went offline\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
872
917
|
"example": "1617801604",
|
|
873
918
|
"member": "uint64",
|
|
874
919
|
"name": "LastOfflineTime",
|
|
875
|
-
"
|
|
920
|
+
"output_required": true,
|
|
876
921
|
"type": "int",
|
|
877
922
|
"value_allowed_null": true
|
|
878
923
|
},
|
|
879
924
|
{
|
|
925
|
+
"disabled": false,
|
|
880
926
|
"document": "Device creation time\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
881
927
|
"example": "1617801604",
|
|
882
928
|
"member": "uint64",
|
|
883
929
|
"name": "CreateTime",
|
|
884
|
-
"
|
|
930
|
+
"output_required": true,
|
|
885
931
|
"type": "int",
|
|
886
932
|
"value_allowed_null": true
|
|
887
933
|
},
|
|
888
934
|
{
|
|
935
|
+
"disabled": false,
|
|
889
936
|
"document": "Whether the device certificate has been obtained. `0`: no; `1`: yes\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
890
937
|
"example": "-----BEGIN CERTIFICATE----- MIIFGjCCBAKgAwIBAgIQCgRw0Ja8ihLIkKbf",
|
|
891
938
|
"member": "uint64",
|
|
892
939
|
"name": "CertState",
|
|
893
|
-
"
|
|
940
|
+
"output_required": true,
|
|
894
941
|
"type": "int",
|
|
895
942
|
"value_allowed_null": true
|
|
896
943
|
},
|
|
897
944
|
{
|
|
945
|
+
"disabled": false,
|
|
898
946
|
"document": "Whether the device is enabled\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
899
947
|
"example": "1",
|
|
900
948
|
"member": "uint64",
|
|
901
949
|
"name": "EnableState",
|
|
902
|
-
"
|
|
950
|
+
"output_required": true,
|
|
903
951
|
"type": "int",
|
|
904
952
|
"value_allowed_null": true
|
|
905
953
|
},
|
|
906
954
|
{
|
|
955
|
+
"disabled": false,
|
|
907
956
|
"document": "Device tags\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
908
|
-
"example": "
|
|
957
|
+
"example": "labels1",
|
|
909
958
|
"member": "DeviceLabel",
|
|
910
959
|
"name": "Labels",
|
|
911
|
-
"
|
|
960
|
+
"output_required": true,
|
|
912
961
|
"type": "list",
|
|
913
962
|
"value_allowed_null": true
|
|
914
963
|
},
|
|
915
964
|
{
|
|
965
|
+
"disabled": false,
|
|
916
966
|
"document": "IP address of the MQTT client\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
917
967
|
"example": "127.0.0.1",
|
|
918
968
|
"member": "string",
|
|
919
969
|
"name": "ClientIP",
|
|
920
|
-
"
|
|
970
|
+
"output_required": true,
|
|
921
971
|
"type": "string",
|
|
922
972
|
"value_allowed_null": true
|
|
923
973
|
},
|
|
924
974
|
{
|
|
975
|
+
"disabled": false,
|
|
925
976
|
"document": "Firmware update time of the device\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
926
977
|
"example": "1617801604",
|
|
927
978
|
"member": "uint64",
|
|
928
979
|
"name": "FirmwareUpdateTime",
|
|
929
|
-
"
|
|
980
|
+
"output_required": true,
|
|
930
981
|
"type": "int",
|
|
931
982
|
"value_allowed_null": true
|
|
932
983
|
},
|
|
933
984
|
{
|
|
985
|
+
"disabled": false,
|
|
934
986
|
"document": "Account ID of the creator\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
935
|
-
"example": "
|
|
987
|
+
"example": "54362341",
|
|
936
988
|
"member": "uint64",
|
|
937
989
|
"name": "CreateUserId",
|
|
938
|
-
"
|
|
990
|
+
"output_required": true,
|
|
939
991
|
"type": "int",
|
|
940
992
|
"value_allowed_null": true
|
|
941
993
|
},
|
|
942
994
|
{
|
|
943
|
-
"document": "The unique request ID,
|
|
995
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
944
996
|
"member": "string",
|
|
945
997
|
"name": "RequestId",
|
|
946
998
|
"type": "string"
|
|
@@ -952,14 +1004,16 @@
|
|
|
952
1004
|
"document": "DescribeDevices request structure.",
|
|
953
1005
|
"members": [
|
|
954
1006
|
{
|
|
1007
|
+
"disabled": false,
|
|
955
1008
|
"document": "ID of the product whose devices are queried",
|
|
956
|
-
"example": "
|
|
1009
|
+
"example": "UTY6QRLMQY",
|
|
957
1010
|
"member": "string",
|
|
958
1011
|
"name": "ProductId",
|
|
959
1012
|
"required": true,
|
|
960
1013
|
"type": "string"
|
|
961
1014
|
},
|
|
962
1015
|
{
|
|
1016
|
+
"disabled": false,
|
|
963
1017
|
"document": "Offset, which starts from 0",
|
|
964
1018
|
"example": "0",
|
|
965
1019
|
"member": "uint64",
|
|
@@ -968,6 +1022,7 @@
|
|
|
968
1022
|
"type": "int"
|
|
969
1023
|
},
|
|
970
1024
|
{
|
|
1025
|
+
"disabled": false,
|
|
971
1026
|
"document": "Page size. Value range: 10-250",
|
|
972
1027
|
"example": "10",
|
|
973
1028
|
"member": "uint64",
|
|
@@ -976,6 +1031,7 @@
|
|
|
976
1031
|
"type": "int"
|
|
977
1032
|
},
|
|
978
1033
|
{
|
|
1034
|
+
"disabled": false,
|
|
979
1035
|
"document": "Device firmware version. If no value is passed in, devices of all firmware versions are returned. If `None-FirmwareVersion` is passed in, devices without version numbers are returned.",
|
|
980
1036
|
"example": "1.0.0",
|
|
981
1037
|
"member": "string",
|
|
@@ -984,14 +1040,16 @@
|
|
|
984
1040
|
"type": "string"
|
|
985
1041
|
},
|
|
986
1042
|
{
|
|
1043
|
+
"disabled": false,
|
|
987
1044
|
"document": "Device name to query",
|
|
988
|
-
"example": "
|
|
1045
|
+
"example": "myname1",
|
|
989
1046
|
"member": "string",
|
|
990
1047
|
"name": "DeviceName",
|
|
991
1048
|
"required": false,
|
|
992
1049
|
"type": "string"
|
|
993
1050
|
},
|
|
994
1051
|
{
|
|
1052
|
+
"disabled": false,
|
|
995
1053
|
"document": "Whether to query enabled or disabled devices. `0`: disabled devices; `1`: enabled devices. By default, both enabled and disabled devices are queried.",
|
|
996
1054
|
"example": "1",
|
|
997
1055
|
"member": "uint64",
|
|
@@ -1006,25 +1064,27 @@
|
|
|
1006
1064
|
"document": "DescribeDevices response structure.",
|
|
1007
1065
|
"members": [
|
|
1008
1066
|
{
|
|
1067
|
+
"disabled": false,
|
|
1009
1068
|
"document": "Total number of the devices returned",
|
|
1010
1069
|
"example": "1",
|
|
1011
1070
|
"member": "uint64",
|
|
1012
1071
|
"name": "TotalCount",
|
|
1013
|
-
"
|
|
1072
|
+
"output_required": true,
|
|
1014
1073
|
"type": "int",
|
|
1015
1074
|
"value_allowed_null": false
|
|
1016
1075
|
},
|
|
1017
1076
|
{
|
|
1077
|
+
"disabled": false,
|
|
1018
1078
|
"document": "List of device details",
|
|
1019
|
-
"example": "
|
|
1079
|
+
"example": "{\"CertState\": 0,}",
|
|
1020
1080
|
"member": "DeviceInfo",
|
|
1021
1081
|
"name": "Devices",
|
|
1022
|
-
"
|
|
1082
|
+
"output_required": true,
|
|
1023
1083
|
"type": "list",
|
|
1024
1084
|
"value_allowed_null": false
|
|
1025
1085
|
},
|
|
1026
1086
|
{
|
|
1027
|
-
"document": "The unique request ID,
|
|
1087
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1028
1088
|
"member": "string",
|
|
1029
1089
|
"name": "RequestId",
|
|
1030
1090
|
"type": "string"
|
|
@@ -1297,218 +1357,242 @@
|
|
|
1297
1357
|
"document": "Device details",
|
|
1298
1358
|
"members": [
|
|
1299
1359
|
{
|
|
1360
|
+
"disabled": false,
|
|
1300
1361
|
"document": "Device name",
|
|
1301
|
-
"example": "
|
|
1362
|
+
"example": "dev-001",
|
|
1302
1363
|
"member": "string",
|
|
1303
1364
|
"name": "DeviceName",
|
|
1304
|
-
"
|
|
1365
|
+
"output_required": true,
|
|
1305
1366
|
"type": "string",
|
|
1306
1367
|
"value_allowed_null": false
|
|
1307
1368
|
},
|
|
1308
1369
|
{
|
|
1370
|
+
"disabled": false,
|
|
1309
1371
|
"document": "Whether the device is online. `0`: offline; `1`: online",
|
|
1310
1372
|
"example": "1",
|
|
1311
1373
|
"member": "uint64",
|
|
1312
1374
|
"name": "Online",
|
|
1313
|
-
"
|
|
1375
|
+
"output_required": true,
|
|
1314
1376
|
"type": "int",
|
|
1315
1377
|
"value_allowed_null": false
|
|
1316
1378
|
},
|
|
1317
1379
|
{
|
|
1380
|
+
"disabled": false,
|
|
1318
1381
|
"document": "Device login time",
|
|
1319
1382
|
"example": "1617801604",
|
|
1320
1383
|
"member": "uint64",
|
|
1321
1384
|
"name": "LoginTime",
|
|
1322
|
-
"
|
|
1385
|
+
"output_required": true,
|
|
1323
1386
|
"type": "int",
|
|
1324
1387
|
"value_allowed_null": false
|
|
1325
1388
|
},
|
|
1326
1389
|
{
|
|
1390
|
+
"disabled": false,
|
|
1327
1391
|
"document": "Device version",
|
|
1328
1392
|
"example": "1.0.0",
|
|
1329
1393
|
"member": "string",
|
|
1330
1394
|
"name": "Version",
|
|
1331
|
-
"
|
|
1395
|
+
"output_required": true,
|
|
1332
1396
|
"type": "string",
|
|
1333
1397
|
"value_allowed_null": false
|
|
1334
1398
|
},
|
|
1335
1399
|
{
|
|
1400
|
+
"disabled": false,
|
|
1336
1401
|
"document": "Device certificate, which is returned for devices that use certificates for authentication",
|
|
1337
1402
|
"example": "-----BEGIN CERTIFICATE----- MIIFGjCCBAKgAwIBAgIQCgRw0Ja8ihLIkKbf",
|
|
1338
1403
|
"member": "string",
|
|
1339
1404
|
"name": "DeviceCert",
|
|
1340
|
-
"
|
|
1405
|
+
"output_required": true,
|
|
1341
1406
|
"type": "string",
|
|
1342
1407
|
"value_allowed_null": false
|
|
1343
1408
|
},
|
|
1344
1409
|
{
|
|
1410
|
+
"disabled": false,
|
|
1345
1411
|
"document": "Device key, which is returned for devices that use keys for authentication",
|
|
1346
1412
|
"example": "PSK",
|
|
1347
1413
|
"member": "string",
|
|
1348
1414
|
"name": "DevicePsk",
|
|
1349
|
-
"
|
|
1415
|
+
"output_required": true,
|
|
1350
1416
|
"type": "string",
|
|
1351
1417
|
"value_allowed_null": false
|
|
1352
1418
|
},
|
|
1353
1419
|
{
|
|
1420
|
+
"disabled": false,
|
|
1354
1421
|
"document": "Device attribute",
|
|
1355
1422
|
"example": "无",
|
|
1356
1423
|
"member": "DeviceTag",
|
|
1357
1424
|
"name": "Tags",
|
|
1358
|
-
"
|
|
1425
|
+
"output_required": true,
|
|
1359
1426
|
"type": "list",
|
|
1360
1427
|
"value_allowed_null": false
|
|
1361
1428
|
},
|
|
1362
1429
|
{
|
|
1430
|
+
"disabled": false,
|
|
1363
1431
|
"document": "Device type",
|
|
1364
1432
|
"example": "5",
|
|
1365
1433
|
"member": "uint64",
|
|
1366
1434
|
"name": "DeviceType",
|
|
1367
|
-
"
|
|
1435
|
+
"output_required": true,
|
|
1368
1436
|
"type": "int",
|
|
1369
1437
|
"value_allowed_null": false
|
|
1370
1438
|
},
|
|
1371
1439
|
{
|
|
1440
|
+
"disabled": false,
|
|
1372
1441
|
"document": "International Mobile Equipment Identity (IMEI)",
|
|
1373
1442
|
"example": "imei",
|
|
1374
1443
|
"member": "string",
|
|
1375
1444
|
"name": "Imei",
|
|
1376
|
-
"
|
|
1445
|
+
"output_required": true,
|
|
1377
1446
|
"type": "string",
|
|
1378
1447
|
"value_allowed_null": false
|
|
1379
1448
|
},
|
|
1380
1449
|
{
|
|
1450
|
+
"disabled": false,
|
|
1381
1451
|
"document": "ISP",
|
|
1382
1452
|
"example": "isp",
|
|
1383
1453
|
"member": "uint64",
|
|
1384
1454
|
"name": "Isp",
|
|
1385
|
-
"
|
|
1455
|
+
"output_required": true,
|
|
1386
1456
|
"type": "int",
|
|
1387
1457
|
"value_allowed_null": false
|
|
1388
1458
|
},
|
|
1389
1459
|
{
|
|
1460
|
+
"disabled": true,
|
|
1390
1461
|
"document": "Device ID at the NB-IoT ISP",
|
|
1391
|
-
"example": "
|
|
1462
|
+
"example": "34534",
|
|
1392
1463
|
"member": "string",
|
|
1393
1464
|
"name": "NbiotDeviceID",
|
|
1394
|
-
"
|
|
1465
|
+
"output_required": true,
|
|
1395
1466
|
"type": "string",
|
|
1396
1467
|
"value_allowed_null": false
|
|
1397
1468
|
},
|
|
1398
1469
|
{
|
|
1470
|
+
"disabled": false,
|
|
1399
1471
|
"document": "IP address",
|
|
1400
|
-
"example": "
|
|
1472
|
+
"example": "127.0.0.1",
|
|
1401
1473
|
"member": "uint64",
|
|
1402
1474
|
"name": "ConnIP",
|
|
1403
|
-
"
|
|
1475
|
+
"output_required": true,
|
|
1404
1476
|
"type": "int",
|
|
1405
1477
|
"value_allowed_null": false
|
|
1406
1478
|
},
|
|
1407
1479
|
{
|
|
1480
|
+
"disabled": false,
|
|
1408
1481
|
"document": "Last updated time of the device",
|
|
1409
1482
|
"example": "1617801604",
|
|
1410
1483
|
"member": "uint64",
|
|
1411
1484
|
"name": "LastUpdateTime",
|
|
1412
|
-
"
|
|
1485
|
+
"output_required": true,
|
|
1413
1486
|
"type": "int",
|
|
1414
1487
|
"value_allowed_null": false
|
|
1415
1488
|
},
|
|
1416
1489
|
{
|
|
1490
|
+
"disabled": false,
|
|
1417
1491
|
"document": "DevEUI of a LoRa device",
|
|
1418
1492
|
"example": "eui",
|
|
1419
1493
|
"member": "string",
|
|
1420
1494
|
"name": "LoraDevEui",
|
|
1421
|
-
"
|
|
1495
|
+
"output_required": true,
|
|
1422
1496
|
"type": "string",
|
|
1423
1497
|
"value_allowed_null": false
|
|
1424
1498
|
},
|
|
1425
1499
|
{
|
|
1500
|
+
"disabled": false,
|
|
1426
1501
|
"document": "MoteType of a LoRa device",
|
|
1427
1502
|
"example": "2",
|
|
1428
1503
|
"member": "uint64",
|
|
1429
1504
|
"name": "LoraMoteType",
|
|
1430
|
-
"
|
|
1505
|
+
"output_required": true,
|
|
1431
1506
|
"type": "int",
|
|
1432
1507
|
"value_allowed_null": false
|
|
1433
1508
|
},
|
|
1434
1509
|
{
|
|
1510
|
+
"disabled": false,
|
|
1435
1511
|
"document": "The first time when the device went online\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
1436
1512
|
"example": "1617801604",
|
|
1437
1513
|
"member": "uint64",
|
|
1438
1514
|
"name": "FirstOnlineTime",
|
|
1439
|
-
"
|
|
1515
|
+
"output_required": true,
|
|
1440
1516
|
"type": "int",
|
|
1441
1517
|
"value_allowed_null": true
|
|
1442
1518
|
},
|
|
1443
1519
|
{
|
|
1520
|
+
"disabled": false,
|
|
1444
1521
|
"document": "The last time when the device went offline\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
1445
1522
|
"example": "1617801604",
|
|
1446
1523
|
"member": "uint64",
|
|
1447
1524
|
"name": "LastOfflineTime",
|
|
1448
|
-
"
|
|
1525
|
+
"output_required": true,
|
|
1449
1526
|
"type": "int",
|
|
1450
1527
|
"value_allowed_null": true
|
|
1451
1528
|
},
|
|
1452
1529
|
{
|
|
1530
|
+
"disabled": false,
|
|
1453
1531
|
"document": "Device creation time\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
1454
1532
|
"example": "1617801604",
|
|
1455
1533
|
"member": "uint64",
|
|
1456
1534
|
"name": "CreateTime",
|
|
1457
|
-
"
|
|
1535
|
+
"output_required": true,
|
|
1458
1536
|
"type": "int",
|
|
1459
1537
|
"value_allowed_null": true
|
|
1460
1538
|
},
|
|
1461
1539
|
{
|
|
1540
|
+
"disabled": false,
|
|
1462
1541
|
"document": "Device log level\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
1463
1542
|
"example": "1",
|
|
1464
1543
|
"member": "uint64",
|
|
1465
1544
|
"name": "LogLevel",
|
|
1466
|
-
"
|
|
1545
|
+
"output_required": true,
|
|
1467
1546
|
"type": "int",
|
|
1468
1547
|
"value_allowed_null": true
|
|
1469
1548
|
},
|
|
1470
1549
|
{
|
|
1550
|
+
"disabled": false,
|
|
1471
1551
|
"document": "Whether the device certificate has been obtained. `0`: no; `1`: yes\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
1472
1552
|
"example": "1",
|
|
1473
1553
|
"member": "uint64",
|
|
1474
1554
|
"name": "CertState",
|
|
1475
|
-
"
|
|
1555
|
+
"output_required": true,
|
|
1476
1556
|
"type": "int",
|
|
1477
1557
|
"value_allowed_null": true
|
|
1478
1558
|
},
|
|
1479
1559
|
{
|
|
1560
|
+
"disabled": false,
|
|
1480
1561
|
"document": "Whether the device is enabled. `0`: disabled; `1`: enabled\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
1481
1562
|
"example": "1",
|
|
1482
1563
|
"member": "uint64",
|
|
1483
1564
|
"name": "EnableState",
|
|
1484
|
-
"
|
|
1565
|
+
"output_required": true,
|
|
1485
1566
|
"type": "int",
|
|
1486
1567
|
"value_allowed_null": true
|
|
1487
1568
|
},
|
|
1488
1569
|
{
|
|
1570
|
+
"disabled": false,
|
|
1489
1571
|
"document": "Device tags\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
1490
|
-
"example": "
|
|
1572
|
+
"example": "labels1",
|
|
1491
1573
|
"member": "DeviceLabel",
|
|
1492
1574
|
"name": "Labels",
|
|
1493
|
-
"
|
|
1575
|
+
"output_required": true,
|
|
1494
1576
|
"type": "list",
|
|
1495
1577
|
"value_allowed_null": true
|
|
1496
1578
|
},
|
|
1497
1579
|
{
|
|
1580
|
+
"disabled": false,
|
|
1498
1581
|
"document": "IP address of the MQTT client\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
1499
1582
|
"example": "127.0.0.1",
|
|
1500
1583
|
"member": "string",
|
|
1501
1584
|
"name": "ClientIP",
|
|
1502
|
-
"
|
|
1585
|
+
"output_required": true,
|
|
1503
1586
|
"type": "string",
|
|
1504
1587
|
"value_allowed_null": true
|
|
1505
1588
|
},
|
|
1506
1589
|
{
|
|
1590
|
+
"disabled": false,
|
|
1507
1591
|
"document": "Time of last OTA update\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
1508
1592
|
"example": "1617801604",
|
|
1509
1593
|
"member": "uint64",
|
|
1510
1594
|
"name": "FirmwareUpdateTime",
|
|
1511
|
-
"
|
|
1595
|
+
"output_required": true,
|
|
1512
1596
|
"type": "int",
|
|
1513
1597
|
"value_allowed_null": true
|
|
1514
1598
|
}
|
|
@@ -1519,6 +1603,7 @@
|
|
|
1519
1603
|
"document": "Device tags",
|
|
1520
1604
|
"members": [
|
|
1521
1605
|
{
|
|
1606
|
+
"disabled": false,
|
|
1522
1607
|
"document": "Tag key",
|
|
1523
1608
|
"example": "key",
|
|
1524
1609
|
"member": "string",
|
|
@@ -1528,6 +1613,7 @@
|
|
|
1528
1613
|
"value_allowed_null": false
|
|
1529
1614
|
},
|
|
1530
1615
|
{
|
|
1616
|
+
"disabled": false,
|
|
1531
1617
|
"document": "Tag value",
|
|
1532
1618
|
"example": "value",
|
|
1533
1619
|
"member": "string",
|
|
@@ -1543,37 +1629,45 @@
|
|
|
1543
1629
|
"document": "Device attribute",
|
|
1544
1630
|
"members": [
|
|
1545
1631
|
{
|
|
1632
|
+
"disabled": false,
|
|
1546
1633
|
"document": "Attribute name",
|
|
1547
1634
|
"example": "tagkey",
|
|
1548
1635
|
"member": "string",
|
|
1549
1636
|
"name": "Tag",
|
|
1637
|
+
"output_required": true,
|
|
1550
1638
|
"required": true,
|
|
1551
1639
|
"type": "string",
|
|
1552
1640
|
"value_allowed_null": false
|
|
1553
1641
|
},
|
|
1554
1642
|
{
|
|
1643
|
+
"disabled": false,
|
|
1555
1644
|
"document": "Attribute value type. `1`: integer; `2`: string",
|
|
1556
1645
|
"example": "1",
|
|
1557
1646
|
"member": "uint64",
|
|
1558
1647
|
"name": "Type",
|
|
1648
|
+
"output_required": true,
|
|
1559
1649
|
"required": true,
|
|
1560
1650
|
"type": "int",
|
|
1561
1651
|
"value_allowed_null": false
|
|
1562
1652
|
},
|
|
1563
1653
|
{
|
|
1654
|
+
"disabled": false,
|
|
1564
1655
|
"document": "Attribute value",
|
|
1565
|
-
"example": "
|
|
1656
|
+
"example": "34231",
|
|
1566
1657
|
"member": "string",
|
|
1567
1658
|
"name": "Value",
|
|
1659
|
+
"output_required": true,
|
|
1568
1660
|
"required": true,
|
|
1569
1661
|
"type": "string",
|
|
1570
1662
|
"value_allowed_null": false
|
|
1571
1663
|
},
|
|
1572
1664
|
{
|
|
1665
|
+
"disabled": false,
|
|
1573
1666
|
"document": "Attribute description\nNote: this field may return `null`, indicating that no valid value is obtained.",
|
|
1574
1667
|
"example": "xyz",
|
|
1575
1668
|
"member": "string",
|
|
1576
1669
|
"name": "Name",
|
|
1670
|
+
"output_required": true,
|
|
1577
1671
|
"required": false,
|
|
1578
1672
|
"type": "string",
|
|
1579
1673
|
"value_allowed_null": true
|
|
@@ -1826,22 +1920,25 @@
|
|
|
1826
1920
|
"document": "UpdateDeviceLogLevel request structure.",
|
|
1827
1921
|
"members": [
|
|
1828
1922
|
{
|
|
1923
|
+
"disabled": false,
|
|
1829
1924
|
"document": "Product ID",
|
|
1830
|
-
"example": "
|
|
1925
|
+
"example": "EQPOKD5111",
|
|
1831
1926
|
"member": "string",
|
|
1832
1927
|
"name": "ProductId",
|
|
1833
1928
|
"required": true,
|
|
1834
1929
|
"type": "string"
|
|
1835
1930
|
},
|
|
1836
1931
|
{
|
|
1932
|
+
"disabled": false,
|
|
1837
1933
|
"document": "Device name",
|
|
1838
|
-
"example": "
|
|
1934
|
+
"example": "dev-001",
|
|
1839
1935
|
"member": "string",
|
|
1840
1936
|
"name": "DeviceName",
|
|
1841
1937
|
"required": true,
|
|
1842
1938
|
"type": "string"
|
|
1843
1939
|
},
|
|
1844
1940
|
{
|
|
1941
|
+
"disabled": false,
|
|
1845
1942
|
"document": "Log level. `0`: disable; `1`: error; `2`: warning; `3`: information; `4`: debugging",
|
|
1846
1943
|
"example": "1",
|
|
1847
1944
|
"member": "uint64",
|
|
@@ -1856,7 +1953,7 @@
|
|
|
1856
1953
|
"document": "UpdateDeviceLogLevel response structure.",
|
|
1857
1954
|
"members": [
|
|
1858
1955
|
{
|
|
1859
|
-
"document": "The unique request ID,
|
|
1956
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1860
1957
|
"member": "string",
|
|
1861
1958
|
"name": "RequestId",
|
|
1862
1959
|
"type": "string"
|
|
@@ -1868,6 +1965,7 @@
|
|
|
1868
1965
|
"document": "UpdateDevicesEnableState request structure.",
|
|
1869
1966
|
"members": [
|
|
1870
1967
|
{
|
|
1968
|
+
"disabled": false,
|
|
1871
1969
|
"document": "ID of the product to which the device belongs",
|
|
1872
1970
|
"example": "SB9OJFCJ1C",
|
|
1873
1971
|
"member": "string",
|
|
@@ -1876,6 +1974,7 @@
|
|
|
1876
1974
|
"type": "string"
|
|
1877
1975
|
},
|
|
1878
1976
|
{
|
|
1977
|
+
"disabled": false,
|
|
1879
1978
|
"document": "Device names",
|
|
1880
1979
|
"example": "[\"test123\\n\"]",
|
|
1881
1980
|
"member": "string",
|
|
@@ -1884,6 +1983,7 @@
|
|
|
1884
1983
|
"type": "list"
|
|
1885
1984
|
},
|
|
1886
1985
|
{
|
|
1986
|
+
"disabled": false,
|
|
1887
1987
|
"document": "New status of the devices. `0`: disabled; `1`: enabled",
|
|
1888
1988
|
"example": "1",
|
|
1889
1989
|
"member": "uint64",
|
|
@@ -1898,7 +1998,7 @@
|
|
|
1898
1998
|
"document": "UpdateDevicesEnableState response structure.",
|
|
1899
1999
|
"members": [
|
|
1900
2000
|
{
|
|
1901
|
-
"document": "The unique request ID,
|
|
2001
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1902
2002
|
"member": "string",
|
|
1903
2003
|
"name": "RequestId",
|
|
1904
2004
|
"type": "string"
|
|
@@ -1910,6 +2010,7 @@
|
|
|
1910
2010
|
"document": "UpdatePrivateCA request structure.",
|
|
1911
2011
|
"members": [
|
|
1912
2012
|
{
|
|
2013
|
+
"disabled": false,
|
|
1913
2014
|
"document": "CA certificate name",
|
|
1914
2015
|
"example": "Cert_dev",
|
|
1915
2016
|
"member": "string",
|
|
@@ -1918,6 +2019,7 @@
|
|
|
1918
2019
|
"type": "string"
|
|
1919
2020
|
},
|
|
1920
2021
|
{
|
|
2022
|
+
"disabled": false,
|
|
1921
2023
|
"document": "CA certificate content",
|
|
1922
2024
|
"example": "-----BEGIN CERTIFICATE-----\\nMIID...\\n-----END CERTIFICATE-----",
|
|
1923
2025
|
"member": "string",
|
|
@@ -1926,6 +2028,7 @@
|
|
|
1926
2028
|
"type": "string"
|
|
1927
2029
|
},
|
|
1928
2030
|
{
|
|
2031
|
+
"disabled": false,
|
|
1929
2032
|
"document": "Content verifying the CA certificate",
|
|
1930
2033
|
"example": "-----BEGIN CERTIFICATE-----\\nMIID...\\n-----END CERTIFICATE-----",
|
|
1931
2034
|
"member": "string",
|
|
@@ -1940,7 +2043,7 @@
|
|
|
1940
2043
|
"document": "UpdatePrivateCA response structure.",
|
|
1941
2044
|
"members": [
|
|
1942
2045
|
{
|
|
1943
|
-
"document": "The unique request ID,
|
|
2046
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1944
2047
|
"member": "string",
|
|
1945
2048
|
"name": "RequestId",
|
|
1946
2049
|
"type": "string"
|
|
@@ -1952,14 +2055,16 @@
|
|
|
1952
2055
|
"document": "UpdateProductDynamicRegister request structure.",
|
|
1953
2056
|
"members": [
|
|
1954
2057
|
{
|
|
2058
|
+
"disabled": false,
|
|
1955
2059
|
"document": "Product ID",
|
|
1956
|
-
"example": "
|
|
2060
|
+
"example": "EQPOKD5111",
|
|
1957
2061
|
"member": "string",
|
|
1958
2062
|
"name": "ProductId",
|
|
1959
2063
|
"required": true,
|
|
1960
2064
|
"type": "string"
|
|
1961
2065
|
},
|
|
1962
2066
|
{
|
|
2067
|
+
"disabled": false,
|
|
1963
2068
|
"document": "Dynamic registration type. Valid values: 0 - disabled; 1 - pre-create device; 2 - auto-create device.",
|
|
1964
2069
|
"example": "0",
|
|
1965
2070
|
"member": "uint64",
|
|
@@ -1968,6 +2073,7 @@
|
|
|
1968
2073
|
"type": "int"
|
|
1969
2074
|
},
|
|
1970
2075
|
{
|
|
2076
|
+
"disabled": false,
|
|
1971
2077
|
"document": "Maximum dynamically registered devices",
|
|
1972
2078
|
"example": "10",
|
|
1973
2079
|
"member": "uint64",
|
|
@@ -1982,34 +2088,37 @@
|
|
|
1982
2088
|
"document": "UpdateProductDynamicRegister response structure.",
|
|
1983
2089
|
"members": [
|
|
1984
2090
|
{
|
|
2091
|
+
"disabled": false,
|
|
1985
2092
|
"document": "Dynamic registration type. Valid values: 0 - disabled; 1 - pre-create device; 2 - auto-create device.",
|
|
1986
2093
|
"example": "0",
|
|
1987
2094
|
"member": "uint64",
|
|
1988
2095
|
"name": "RegisterType",
|
|
1989
|
-
"
|
|
2096
|
+
"output_required": true,
|
|
1990
2097
|
"type": "int",
|
|
1991
2098
|
"value_allowed_null": false
|
|
1992
2099
|
},
|
|
1993
2100
|
{
|
|
2101
|
+
"disabled": false,
|
|
1994
2102
|
"document": "Product key for dynamic registration",
|
|
1995
|
-
"example": "
|
|
2103
|
+
"example": "adferdfwe",
|
|
1996
2104
|
"member": "string",
|
|
1997
2105
|
"name": "ProductSecret",
|
|
1998
|
-
"
|
|
2106
|
+
"output_required": true,
|
|
1999
2107
|
"type": "string",
|
|
2000
2108
|
"value_allowed_null": false
|
|
2001
2109
|
},
|
|
2002
2110
|
{
|
|
2111
|
+
"disabled": false,
|
|
2003
2112
|
"document": "Maximum dynamically registered devices",
|
|
2004
2113
|
"example": "10000",
|
|
2005
2114
|
"member": "uint64",
|
|
2006
2115
|
"name": "RegisterLimit",
|
|
2007
|
-
"
|
|
2116
|
+
"output_required": true,
|
|
2008
2117
|
"type": "int",
|
|
2009
2118
|
"value_allowed_null": false
|
|
2010
2119
|
},
|
|
2011
2120
|
{
|
|
2012
|
-
"document": "The unique request ID,
|
|
2121
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
2013
2122
|
"member": "string",
|
|
2014
2123
|
"name": "RequestId",
|
|
2015
2124
|
"type": "string"
|