tccli 3.0.1288.1__py2.py3-none-any.whl → 3.0.1289.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/plugins/sso/__init__.py +11 -1
- tccli/plugins/sso/login.py +3 -3
- tccli/services/asr/v20190614/api.json +6 -6
- tccli/services/asr/v20190614/examples.json +4 -4
- tccli/services/bi/v20220105/api.json +43 -0
- tccli/services/billing/v20180709/api.json +310 -250
- tccli/services/cdwpg/v20201230/api.json +5 -5
- tccli/services/cdwpg/v20201230/examples.json +6 -6
- tccli/services/cdz/v20221123/api.json +4 -4
- tccli/services/cfg/v20210820/api.json +197 -197
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +2 -2
- tccli/services/cwp/v20180228/api.json +39 -9
- tccli/services/dbbrain/dbbrain_client.py +383 -12
- tccli/services/dbbrain/v20210527/api.json +884 -101
- tccli/services/dbbrain/v20210527/examples.json +56 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/dts/v20180330/api.json +34 -34
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +225 -223
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +30 -3
- tccli/services/essbasic/v20210526/api.json +29 -2
- tccli/services/iotexplorer/iotexplorer_client.py +159 -0
- tccli/services/iotexplorer/v20190423/api.json +561 -0
- tccli/services/iotexplorer/v20190423/examples.json +24 -0
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20211125/api.json +105 -0
- tccli/services/iotvideo/v20211125/examples.json +16 -0
- tccli/services/lighthouse/v20200324/api.json +46 -46
- tccli/services/lighthouse/v20200324/examples.json +2 -2
- tccli/services/lke/v20231130/api.json +2 -2
- tccli/services/lkeap/v20240522/api.json +2 -2
- tccli/services/mps/v20190612/api.json +88 -6
- tccli/services/mqtt/v20240516/api.json +3 -3
- tccli/services/mqtt/v20240516/examples.json +5 -11
- tccli/services/organization/v20210331/api.json +113 -113
- tccli/services/svp/v20240125/api.json +1 -1
- tccli/services/tcb/v20180608/api.json +4 -4
- tccli/services/teo/v20220901/api.json +541 -5
- tccli/services/teo/v20220901/examples.json +21 -3
- tccli/services/tione/v20211111/api.json +64 -6
- tccli/services/vdb/v20230616/api.json +31 -2
- tccli/services/vdb/v20230616/examples.json +8 -2
- tccli/services/vrs/v20200824/api.json +14 -2
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +48 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1289.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1289.1.dist-info}/RECORD +53 -53
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1289.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1289.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1289.1.dist-info}/license_files/LICENSE +0 -0
@@ -49,6 +49,13 @@
|
|
49
49
|
"output": "CancelAssignTWeCallLicenseResponse",
|
50
50
|
"status": "online"
|
51
51
|
},
|
52
|
+
"ChangeP2PRoute": {
|
53
|
+
"document": "p2p路线切换",
|
54
|
+
"input": "ChangeP2PRouteRequest",
|
55
|
+
"name": "p2p线路切换",
|
56
|
+
"output": "ChangeP2PRouteResponse",
|
57
|
+
"status": "online"
|
58
|
+
},
|
52
59
|
"CheckFirmwareUpdate": {
|
53
60
|
"document": "本接口(CheckFirmwareUpdate)用于查询设备可升级固件版本",
|
54
61
|
"input": "CheckFirmwareUpdateRequest",
|
@@ -567,6 +574,13 @@
|
|
567
574
|
"output": "DescribeModelDefinitionResponse",
|
568
575
|
"status": "online"
|
569
576
|
},
|
577
|
+
"DescribeP2PRoute": {
|
578
|
+
"document": "当前p2p线路",
|
579
|
+
"input": "DescribeP2PRouteRequest",
|
580
|
+
"name": "查询当前P2P线路",
|
581
|
+
"output": "DescribeP2PRouteResponse",
|
582
|
+
"status": "online"
|
583
|
+
},
|
570
584
|
"DescribePackageConsumeTask": {
|
571
585
|
"document": "查询套餐消耗记录详情",
|
572
586
|
"input": "DescribePackageConsumeTaskRequest",
|
@@ -833,6 +847,13 @@
|
|
833
847
|
"output": "ListTopicPolicyResponse",
|
834
848
|
"status": "online"
|
835
849
|
},
|
850
|
+
"ModifyApplication": {
|
851
|
+
"document": "更新应用信息",
|
852
|
+
"input": "ModifyApplicationRequest",
|
853
|
+
"name": "更新应用",
|
854
|
+
"output": "ModifyApplicationResponse",
|
855
|
+
"status": "online"
|
856
|
+
},
|
836
857
|
"ModifyCloudStorageAIService": {
|
837
858
|
"document": "修改指定设备的云存 AI 服务参数配置",
|
838
859
|
"input": "ModifyCloudStorageAIServiceRequest",
|
@@ -1935,6 +1956,51 @@
|
|
1935
1956
|
],
|
1936
1957
|
"type": "object"
|
1937
1958
|
},
|
1959
|
+
"ChangeP2PRouteRequest": {
|
1960
|
+
"document": "ChangeP2PRoute请求参数结构体",
|
1961
|
+
"members": [
|
1962
|
+
{
|
1963
|
+
"disabled": false,
|
1964
|
+
"document": "产品ID",
|
1965
|
+
"example": "H541SOP191",
|
1966
|
+
"member": "string",
|
1967
|
+
"name": "ProductId",
|
1968
|
+
"required": true,
|
1969
|
+
"type": "string"
|
1970
|
+
},
|
1971
|
+
{
|
1972
|
+
"disabled": false,
|
1973
|
+
"document": "设备名称",
|
1974
|
+
"example": "event_36502632_1",
|
1975
|
+
"member": "string",
|
1976
|
+
"name": "DeviceName",
|
1977
|
+
"required": true,
|
1978
|
+
"type": "string"
|
1979
|
+
},
|
1980
|
+
{
|
1981
|
+
"disabled": false,
|
1982
|
+
"document": "P2P线路",
|
1983
|
+
"example": "1",
|
1984
|
+
"member": "uint64",
|
1985
|
+
"name": "RouteId",
|
1986
|
+
"required": true,
|
1987
|
+
"type": "int"
|
1988
|
+
}
|
1989
|
+
],
|
1990
|
+
"type": "object"
|
1991
|
+
},
|
1992
|
+
"ChangeP2PRouteResponse": {
|
1993
|
+
"document": "ChangeP2PRoute返回参数结构体",
|
1994
|
+
"members": [
|
1995
|
+
{
|
1996
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1997
|
+
"member": "string",
|
1998
|
+
"name": "RequestId",
|
1999
|
+
"type": "string"
|
2000
|
+
}
|
2001
|
+
],
|
2002
|
+
"type": "object"
|
2003
|
+
},
|
1938
2004
|
"CheckFirmwareUpdateRequest": {
|
1939
2005
|
"document": "CheckFirmwareUpdate请求参数结构体",
|
1940
2006
|
"members": [
|
@@ -7763,6 +7829,52 @@
|
|
7763
7829
|
],
|
7764
7830
|
"type": "object"
|
7765
7831
|
},
|
7832
|
+
"DescribeP2PRouteRequest": {
|
7833
|
+
"document": "DescribeP2PRoute请求参数结构体",
|
7834
|
+
"members": [
|
7835
|
+
{
|
7836
|
+
"disabled": false,
|
7837
|
+
"document": "产品ID",
|
7838
|
+
"example": "H541SOP191",
|
7839
|
+
"member": "string",
|
7840
|
+
"name": "ProductId",
|
7841
|
+
"required": true,
|
7842
|
+
"type": "string"
|
7843
|
+
},
|
7844
|
+
{
|
7845
|
+
"disabled": false,
|
7846
|
+
"document": "设备名称",
|
7847
|
+
"example": "event_36502632_1",
|
7848
|
+
"member": "string",
|
7849
|
+
"name": "DeviceName",
|
7850
|
+
"required": true,
|
7851
|
+
"type": "string"
|
7852
|
+
}
|
7853
|
+
],
|
7854
|
+
"type": "object"
|
7855
|
+
},
|
7856
|
+
"DescribeP2PRouteResponse": {
|
7857
|
+
"document": "DescribeP2PRoute返回参数结构体",
|
7858
|
+
"members": [
|
7859
|
+
{
|
7860
|
+
"disabled": false,
|
7861
|
+
"document": "当前p2p线路",
|
7862
|
+
"example": "1",
|
7863
|
+
"member": "uint64",
|
7864
|
+
"name": "RouteId",
|
7865
|
+
"output_required": true,
|
7866
|
+
"type": "int",
|
7867
|
+
"value_allowed_null": false
|
7868
|
+
},
|
7869
|
+
{
|
7870
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7871
|
+
"member": "string",
|
7872
|
+
"name": "RequestId",
|
7873
|
+
"type": "string"
|
7874
|
+
}
|
7875
|
+
],
|
7876
|
+
"type": "object"
|
7877
|
+
},
|
7766
7878
|
"DescribePackageConsumeTaskRequest": {
|
7767
7879
|
"document": "DescribePackageConsumeTask请求参数结构体",
|
7768
7880
|
"members": [
|
@@ -11267,6 +11379,292 @@
|
|
11267
11379
|
],
|
11268
11380
|
"type": "object"
|
11269
11381
|
},
|
11382
|
+
"IotApplication": {
|
11383
|
+
"document": "应用信息",
|
11384
|
+
"members": [
|
11385
|
+
{
|
11386
|
+
"disabled": false,
|
11387
|
+
"document": "应用 ID",
|
11388
|
+
"example": "XX",
|
11389
|
+
"member": "string",
|
11390
|
+
"name": "IotAppID",
|
11391
|
+
"output_required": true,
|
11392
|
+
"type": "string",
|
11393
|
+
"value_allowed_null": false
|
11394
|
+
},
|
11395
|
+
{
|
11396
|
+
"disabled": false,
|
11397
|
+
"document": "应用名称",
|
11398
|
+
"example": "test",
|
11399
|
+
"member": "string",
|
11400
|
+
"name": "AppName",
|
11401
|
+
"output_required": true,
|
11402
|
+
"type": "string",
|
11403
|
+
"value_allowed_null": false
|
11404
|
+
},
|
11405
|
+
{
|
11406
|
+
"disabled": false,
|
11407
|
+
"document": "应用说明",
|
11408
|
+
"example": "测试",
|
11409
|
+
"member": "string",
|
11410
|
+
"name": "Description",
|
11411
|
+
"output_required": true,
|
11412
|
+
"type": "string",
|
11413
|
+
"value_allowed_null": false
|
11414
|
+
},
|
11415
|
+
{
|
11416
|
+
"disabled": false,
|
11417
|
+
"document": "开发模式",
|
11418
|
+
"example": "0",
|
11419
|
+
"member": "int64",
|
11420
|
+
"name": "DevMode",
|
11421
|
+
"output_required": true,
|
11422
|
+
"type": "int",
|
11423
|
+
"value_allowed_null": false
|
11424
|
+
},
|
11425
|
+
{
|
11426
|
+
"disabled": false,
|
11427
|
+
"document": "iOS 平台 AppKey",
|
11428
|
+
"example": "45yrtg",
|
11429
|
+
"member": "string",
|
11430
|
+
"name": "IOSAppKey",
|
11431
|
+
"output_required": true,
|
11432
|
+
"type": "string",
|
11433
|
+
"value_allowed_null": false
|
11434
|
+
},
|
11435
|
+
{
|
11436
|
+
"disabled": false,
|
11437
|
+
"document": "iOS 平台 AppSecret",
|
11438
|
+
"example": "45156faghthr",
|
11439
|
+
"member": "string",
|
11440
|
+
"name": "IOSAppSecret",
|
11441
|
+
"output_required": true,
|
11442
|
+
"type": "string",
|
11443
|
+
"value_allowed_null": false
|
11444
|
+
},
|
11445
|
+
{
|
11446
|
+
"disabled": false,
|
11447
|
+
"document": "Android 平台 AppKey",
|
11448
|
+
"example": "545gsrh",
|
11449
|
+
"member": "string",
|
11450
|
+
"name": "AndroidAppKey",
|
11451
|
+
"output_required": true,
|
11452
|
+
"type": "string",
|
11453
|
+
"value_allowed_null": false
|
11454
|
+
},
|
11455
|
+
{
|
11456
|
+
"disabled": false,
|
11457
|
+
"document": "Android 平台 AppSecret",
|
11458
|
+
"example": "irut905",
|
11459
|
+
"member": "string",
|
11460
|
+
"name": "AndroidAppSecret",
|
11461
|
+
"output_required": true,
|
11462
|
+
"type": "string",
|
11463
|
+
"value_allowed_null": false
|
11464
|
+
},
|
11465
|
+
{
|
11466
|
+
"disabled": false,
|
11467
|
+
"document": "绑定的产品列表,数据为:ProdcutID 数组 JSON 序列化后的字符串",
|
11468
|
+
"example": "[]",
|
11469
|
+
"member": "string",
|
11470
|
+
"name": "Products",
|
11471
|
+
"output_required": true,
|
11472
|
+
"type": "string",
|
11473
|
+
"value_allowed_null": false
|
11474
|
+
},
|
11475
|
+
{
|
11476
|
+
"disabled": false,
|
11477
|
+
"document": "创建时间",
|
11478
|
+
"example": "2021-07-14T14:24:13+08:00",
|
11479
|
+
"member": "string",
|
11480
|
+
"name": "CreateTime",
|
11481
|
+
"output_required": true,
|
11482
|
+
"type": "string",
|
11483
|
+
"value_allowed_null": false
|
11484
|
+
},
|
11485
|
+
{
|
11486
|
+
"disabled": false,
|
11487
|
+
"document": "项目ID",
|
11488
|
+
"example": "prj-t6le10pr",
|
11489
|
+
"member": "string",
|
11490
|
+
"name": "ProjectId",
|
11491
|
+
"output_required": true,
|
11492
|
+
"type": "string",
|
11493
|
+
"value_allowed_null": false
|
11494
|
+
},
|
11495
|
+
{
|
11496
|
+
"disabled": false,
|
11497
|
+
"document": "信鸽推送APP ID",
|
11498
|
+
"example": "45gdbvg8",
|
11499
|
+
"member": "string",
|
11500
|
+
"name": "PushSecretID",
|
11501
|
+
"output_required": true,
|
11502
|
+
"type": "string",
|
11503
|
+
"value_allowed_null": false
|
11504
|
+
},
|
11505
|
+
{
|
11506
|
+
"disabled": false,
|
11507
|
+
"document": "信鸽推送SECRET KEY",
|
11508
|
+
"example": "32t7767ug",
|
11509
|
+
"member": "string",
|
11510
|
+
"name": "PushSecretKey",
|
11511
|
+
"output_required": true,
|
11512
|
+
"type": "string",
|
11513
|
+
"value_allowed_null": false
|
11514
|
+
},
|
11515
|
+
{
|
11516
|
+
"disabled": false,
|
11517
|
+
"document": "iOS平台推送环境",
|
11518
|
+
"example": "drg",
|
11519
|
+
"member": "string",
|
11520
|
+
"name": "PushEnvironment",
|
11521
|
+
"output_required": true,
|
11522
|
+
"type": "string",
|
11523
|
+
"value_allowed_null": false
|
11524
|
+
},
|
11525
|
+
{
|
11526
|
+
"disabled": false,
|
11527
|
+
"document": "小程序平台 AppKey",
|
11528
|
+
"example": "34r",
|
11529
|
+
"member": "string",
|
11530
|
+
"name": "MiniProgramAppKey",
|
11531
|
+
"output_required": true,
|
11532
|
+
"type": "string",
|
11533
|
+
"value_allowed_null": false
|
11534
|
+
},
|
11535
|
+
{
|
11536
|
+
"disabled": false,
|
11537
|
+
"document": "小程序平台 AppSecret",
|
11538
|
+
"example": "345t44 ",
|
11539
|
+
"member": "string",
|
11540
|
+
"name": "MiniProgramAppSecret",
|
11541
|
+
"output_required": true,
|
11542
|
+
"type": "string",
|
11543
|
+
"value_allowed_null": false
|
11544
|
+
},
|
11545
|
+
{
|
11546
|
+
"disabled": false,
|
11547
|
+
"document": "TPNS服务iOS应用AccessID,TPNS全称为腾讯移动推送(Tencent Push Notification Service),详见:https://cloud.tencent.com/document/product/548",
|
11548
|
+
"example": "g345tg4",
|
11549
|
+
"member": "string",
|
11550
|
+
"name": "TPNSiOSAccessID",
|
11551
|
+
"output_required": true,
|
11552
|
+
"type": "string",
|
11553
|
+
"value_allowed_null": false
|
11554
|
+
},
|
11555
|
+
{
|
11556
|
+
"disabled": false,
|
11557
|
+
"document": "TPNS服务iOS应用SecretKey",
|
11558
|
+
"example": "34t5645g",
|
11559
|
+
"member": "string",
|
11560
|
+
"name": "TPNSiOSSecretKey",
|
11561
|
+
"output_required": true,
|
11562
|
+
"type": "string",
|
11563
|
+
"value_allowed_null": false
|
11564
|
+
},
|
11565
|
+
{
|
11566
|
+
"disabled": false,
|
11567
|
+
"document": "TPNS服务iOS应用推送环境",
|
11568
|
+
"example": "45tgv",
|
11569
|
+
"member": "string",
|
11570
|
+
"name": "TPNSiOSPushEnvironment",
|
11571
|
+
"output_required": true,
|
11572
|
+
"type": "string",
|
11573
|
+
"value_allowed_null": false
|
11574
|
+
},
|
11575
|
+
{
|
11576
|
+
"disabled": false,
|
11577
|
+
"document": "TPNS服务Android应用AccessID",
|
11578
|
+
"example": "g45ty",
|
11579
|
+
"member": "string",
|
11580
|
+
"name": "TPNSAndroidAccessID",
|
11581
|
+
"output_required": true,
|
11582
|
+
"type": "string",
|
11583
|
+
"value_allowed_null": false
|
11584
|
+
},
|
11585
|
+
{
|
11586
|
+
"disabled": false,
|
11587
|
+
"document": "TPNS服务Android应用SecretKey",
|
11588
|
+
"example": "45tg",
|
11589
|
+
"member": "string",
|
11590
|
+
"name": "TPNSAndroidSecretKey",
|
11591
|
+
"output_required": true,
|
11592
|
+
"type": "string",
|
11593
|
+
"value_allowed_null": false
|
11594
|
+
},
|
11595
|
+
{
|
11596
|
+
"disabled": false,
|
11597
|
+
"document": "TPNS服务iOS应用所属地域,详细说明参见 ModifyApplication 同名入参。",
|
11598
|
+
"example": "4t5g",
|
11599
|
+
"member": "string",
|
11600
|
+
"name": "TPNSiOSRegion",
|
11601
|
+
"output_required": true,
|
11602
|
+
"type": "string",
|
11603
|
+
"value_allowed_null": false
|
11604
|
+
},
|
11605
|
+
{
|
11606
|
+
"disabled": false,
|
11607
|
+
"document": "TPNS服务Android应用所属地域,详细说明参见 ModifyApplication 同名入参。",
|
11608
|
+
"example": "34r",
|
11609
|
+
"member": "string",
|
11610
|
+
"name": "TPNSAndroidRegion",
|
11611
|
+
"output_required": true,
|
11612
|
+
"type": "string",
|
11613
|
+
"value_allowed_null": false
|
11614
|
+
},
|
11615
|
+
{
|
11616
|
+
"disabled": false,
|
11617
|
+
"document": "自主短信配置APPID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11618
|
+
"example": "1400222796",
|
11619
|
+
"member": "string",
|
11620
|
+
"name": "SelfSmsAppId",
|
11621
|
+
"output_required": true,
|
11622
|
+
"type": "string",
|
11623
|
+
"value_allowed_null": true
|
11624
|
+
},
|
11625
|
+
{
|
11626
|
+
"disabled": false,
|
11627
|
+
"document": "自主短信配置APPKey\n注意:此字段可能返回 null,表示取不到有效值。",
|
11628
|
+
"example": "eacc64dcb0c225b47d885fd6fef608f7",
|
11629
|
+
"member": "string",
|
11630
|
+
"name": "SelfSmsAppKey",
|
11631
|
+
"output_required": true,
|
11632
|
+
"type": "string",
|
11633
|
+
"value_allowed_null": true
|
11634
|
+
},
|
11635
|
+
{
|
11636
|
+
"disabled": false,
|
11637
|
+
"document": "自主短信配置签名\n注意:此字段可能返回 null,表示取不到有效值。",
|
11638
|
+
"example": "腾讯云智能物联",
|
11639
|
+
"member": "string",
|
11640
|
+
"name": "SelfSmsSign",
|
11641
|
+
"output_required": true,
|
11642
|
+
"type": "string",
|
11643
|
+
"value_allowed_null": true
|
11644
|
+
},
|
11645
|
+
{
|
11646
|
+
"disabled": false,
|
11647
|
+
"document": "自主短信配置模板ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11648
|
+
"example": "360226",
|
11649
|
+
"member": "int64",
|
11650
|
+
"name": "SelfSmsTemplateId",
|
11651
|
+
"output_required": true,
|
11652
|
+
"type": "int",
|
11653
|
+
"value_allowed_null": true
|
11654
|
+
},
|
11655
|
+
{
|
11656
|
+
"disabled": false,
|
11657
|
+
"document": "第三方小程序强提醒开关 0:关闭;1:开启\n注意:此字段可能返回 null,表示取不到有效值。",
|
11658
|
+
"example": "0",
|
11659
|
+
"member": "int64",
|
11660
|
+
"name": "WechatNotifyStatus",
|
11661
|
+
"output_required": false,
|
11662
|
+
"type": "int",
|
11663
|
+
"value_allowed_null": true
|
11664
|
+
}
|
11665
|
+
],
|
11666
|
+
"usage": "out"
|
11667
|
+
},
|
11270
11668
|
"LicenseServiceNumInfo": {
|
11271
11669
|
"document": "增值服务数量统计",
|
11272
11670
|
"members": [
|
@@ -11819,6 +12217,169 @@
|
|
11819
12217
|
],
|
11820
12218
|
"usage": "both"
|
11821
12219
|
},
|
12220
|
+
"ModifyApplicationRequest": {
|
12221
|
+
"document": "ModifyApplication请求参数结构体",
|
12222
|
+
"members": [
|
12223
|
+
{
|
12224
|
+
"disabled": false,
|
12225
|
+
"document": "应用ID",
|
12226
|
+
"example": "VJbAVRtnqQmX",
|
12227
|
+
"member": "string",
|
12228
|
+
"name": "IotAppID",
|
12229
|
+
"required": true,
|
12230
|
+
"type": "string"
|
12231
|
+
},
|
12232
|
+
{
|
12233
|
+
"disabled": false,
|
12234
|
+
"document": "应用名称",
|
12235
|
+
"example": "IoT_App",
|
12236
|
+
"member": "string",
|
12237
|
+
"name": "AppName",
|
12238
|
+
"required": false,
|
12239
|
+
"type": "string"
|
12240
|
+
},
|
12241
|
+
{
|
12242
|
+
"disabled": false,
|
12243
|
+
"document": "应用说明",
|
12244
|
+
"example": "desc",
|
12245
|
+
"member": "string",
|
12246
|
+
"name": "Description",
|
12247
|
+
"required": false,
|
12248
|
+
"type": "string"
|
12249
|
+
},
|
12250
|
+
{
|
12251
|
+
"disabled": false,
|
12252
|
+
"document": "关联的产品",
|
12253
|
+
"example": "[\"productID\"]",
|
12254
|
+
"member": "string",
|
12255
|
+
"name": "Products",
|
12256
|
+
"required": false,
|
12257
|
+
"type": "string"
|
12258
|
+
},
|
12259
|
+
{
|
12260
|
+
"disabled": false,
|
12261
|
+
"document": "信鸽推送APP ID",
|
12262
|
+
"example": "PushSecretID",
|
12263
|
+
"member": "string",
|
12264
|
+
"name": "PushSecretID",
|
12265
|
+
"required": false,
|
12266
|
+
"type": "string"
|
12267
|
+
},
|
12268
|
+
{
|
12269
|
+
"disabled": false,
|
12270
|
+
"document": "信鸽推送SECRET KEY",
|
12271
|
+
"example": "PushSecretKey",
|
12272
|
+
"member": "string",
|
12273
|
+
"name": "PushSecretKey",
|
12274
|
+
"required": false,
|
12275
|
+
"type": "string"
|
12276
|
+
},
|
12277
|
+
{
|
12278
|
+
"disabled": false,
|
12279
|
+
"document": "iOS平台推送环境",
|
12280
|
+
"example": "dev",
|
12281
|
+
"member": "string",
|
12282
|
+
"name": "PushEnvironment",
|
12283
|
+
"required": false,
|
12284
|
+
"type": "string"
|
12285
|
+
},
|
12286
|
+
{
|
12287
|
+
"disabled": false,
|
12288
|
+
"document": "TPNS服务iOS应用AccessID,TPNS全称为腾讯移动推送(Tencent Push Notification Service),详见:https://cloud.tencent.com/document/product/548",
|
12289
|
+
"example": "TPNSiOSAccessID",
|
12290
|
+
"member": "string",
|
12291
|
+
"name": "TPNSiOSAccessID",
|
12292
|
+
"required": false,
|
12293
|
+
"type": "string"
|
12294
|
+
},
|
12295
|
+
{
|
12296
|
+
"disabled": false,
|
12297
|
+
"document": "TPNS服务iOS应用SecretKey",
|
12298
|
+
"example": "TPNSiOSSecretKey",
|
12299
|
+
"member": "string",
|
12300
|
+
"name": "TPNSiOSSecretKey",
|
12301
|
+
"required": false,
|
12302
|
+
"type": "string"
|
12303
|
+
},
|
12304
|
+
{
|
12305
|
+
"disabled": false,
|
12306
|
+
"document": "TPNS服务iOS应用推送环境",
|
12307
|
+
"example": "dev",
|
12308
|
+
"member": "string",
|
12309
|
+
"name": "TPNSiOSPushEnvironment",
|
12310
|
+
"required": false,
|
12311
|
+
"type": "string"
|
12312
|
+
},
|
12313
|
+
{
|
12314
|
+
"disabled": false,
|
12315
|
+
"document": "TPNS服务Android应用AccessID",
|
12316
|
+
"example": "TPNSAndroidAccessID",
|
12317
|
+
"member": "string",
|
12318
|
+
"name": "TPNSAndroidAccessID",
|
12319
|
+
"required": false,
|
12320
|
+
"type": "string"
|
12321
|
+
},
|
12322
|
+
{
|
12323
|
+
"disabled": false,
|
12324
|
+
"document": "TPNS服务Android应用SecretKey",
|
12325
|
+
"example": "TPNSAndroidSecretKey",
|
12326
|
+
"member": "string",
|
12327
|
+
"name": "TPNSAndroidSecretKey",
|
12328
|
+
"required": false,
|
12329
|
+
"type": "string"
|
12330
|
+
},
|
12331
|
+
{
|
12332
|
+
"disabled": false,
|
12333
|
+
"document": "TPNS服务iOS应用所属地域,广州:ap-guangzhou,上海:ap-shanghai,中国香港:ap-hongkong,新加坡:ap-singapore。",
|
12334
|
+
"example": "TPNSiOSRegion",
|
12335
|
+
"member": "string",
|
12336
|
+
"name": "TPNSiOSRegion",
|
12337
|
+
"required": false,
|
12338
|
+
"type": "string"
|
12339
|
+
},
|
12340
|
+
{
|
12341
|
+
"disabled": false,
|
12342
|
+
"document": "TPNS服务Android应用所属地域,广州:ap-guangzhou,上海:ap-shanghai,中国香港:ap-hongkong,新加坡:ap-singapore。",
|
12343
|
+
"example": "TPNSAndroidRegion",
|
12344
|
+
"member": "string",
|
12345
|
+
"name": "TPNSAndroidRegion",
|
12346
|
+
"required": false,
|
12347
|
+
"type": "string"
|
12348
|
+
},
|
12349
|
+
{
|
12350
|
+
"disabled": false,
|
12351
|
+
"document": "TurnKey小程序托管",
|
12352
|
+
"example": "1",
|
12353
|
+
"member": "int64",
|
12354
|
+
"name": "TurnKeySwitch",
|
12355
|
+
"required": false,
|
12356
|
+
"type": "int"
|
12357
|
+
}
|
12358
|
+
],
|
12359
|
+
"type": "object"
|
12360
|
+
},
|
12361
|
+
"ModifyApplicationResponse": {
|
12362
|
+
"document": "ModifyApplication返回参数结构体",
|
12363
|
+
"members": [
|
12364
|
+
{
|
12365
|
+
"disabled": false,
|
12366
|
+
"document": "应用信息",
|
12367
|
+
"example": "无",
|
12368
|
+
"member": "IotApplication",
|
12369
|
+
"name": "Application",
|
12370
|
+
"output_required": true,
|
12371
|
+
"type": "object",
|
12372
|
+
"value_allowed_null": false
|
12373
|
+
},
|
12374
|
+
{
|
12375
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12376
|
+
"member": "string",
|
12377
|
+
"name": "RequestId",
|
12378
|
+
"type": "string"
|
12379
|
+
}
|
12380
|
+
],
|
12381
|
+
"type": "object"
|
12382
|
+
},
|
11822
12383
|
"ModifyCloudStorageAIServiceCallbackRequest": {
|
11823
12384
|
"document": "ModifyCloudStorageAIServiceCallback请求参数结构体",
|
11824
12385
|
"members": [
|
@@ -68,6 +68,14 @@
|
|
68
68
|
"title": "成功取消分配"
|
69
69
|
}
|
70
70
|
],
|
71
|
+
"ChangeP2PRoute": [
|
72
|
+
{
|
73
|
+
"document": "切换p2p线路",
|
74
|
+
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChangeP2PRoute\n<公共请求参数>\n\n{\n \"ProductId\": \"dddd\",\n \"DeviceName\": \"ddd\",\n \"RouteId\": 1\n}",
|
75
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4ca95e7d-5075-4cd7-9dcb-c1c058557ac6\"\n }\n}",
|
76
|
+
"title": "切换p2p线路"
|
77
|
+
}
|
78
|
+
],
|
71
79
|
"CheckFirmwareUpdate": [
|
72
80
|
{
|
73
81
|
"document": "",
|
@@ -732,6 +740,14 @@
|
|
732
740
|
"title": "查询产品数据模板"
|
733
741
|
}
|
734
742
|
],
|
743
|
+
"DescribeP2PRoute": [
|
744
|
+
{
|
745
|
+
"document": "查询当前p2p示例",
|
746
|
+
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeP2PRoute\n<公共请求参数>\n\n{\n \"ProductId\": \"sdfdsf\",\n \"DeviceName\": \"dsfddd\"\n}",
|
747
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1b2b3a4d-2ab6-478b-b880-721b5dd8928b\",\n \"RouteId\": 1\n }\n}",
|
748
|
+
"title": "查询当前p2p示例"
|
749
|
+
}
|
750
|
+
],
|
735
751
|
"DescribePackageConsumeTask": [
|
736
752
|
{
|
737
753
|
"document": "",
|
@@ -1054,6 +1070,14 @@
|
|
1054
1070
|
"title": "获取Topic列表示例"
|
1055
1071
|
}
|
1056
1072
|
],
|
1073
|
+
"ModifyApplication": [
|
1074
|
+
{
|
1075
|
+
"document": "更新应用信息",
|
1076
|
+
"input": "https://iotexplorer.tencentcloudapi.com/?Action=ModifyApplication\n&IotAppID=VJbAVRtnqQmX\n&AppName=IoT_App\n&Description=desc\n&<公共请求参数>",
|
1077
|
+
"output": "{\n \"Response\": {\n \"Application\": {\n \"IotAppID\": \"VJbAVRtnqQmX\",\n \"AppName\": \"IoT_App\",\n \"ProjectId\": \"prj-bm28br23\",\n \"DevMode\": 0,\n \"IOSAppKey\": \"iwBkGVJbAVRtnqQmX\",\n \"IOSAppSecret\": \"tnehmHUfzUImcMvZgmko\",\n \"AndroidAppKey\": \"apBhdVJbAVRtnqQmX\",\n \"AndroidAppSecret\": \"JluDpMxWSTpqqEpTSMBz\",\n \"MiniProgramAppKey\": \"\",\n \"MiniProgramAppSecret\": \"\",\n \"Products\": \"[]\",\n \"Description\": \"desc.\",\n \"PushSecretID\": \"\",\n \"PushSecretKey\": \"\",\n \"PushEnvironment\": \"dev\",\n \"TPNSiOSAccessID\": \"\",\n \"TPNSiOSSecretKey\": \"\",\n \"TPNSiOSRegion\": \"\",\n \"TPNSiOSPushEnvironment\": \"\",\n \"TPNSAndroidAccessID\": \"\",\n \"TPNSAndroidSecretKey\": \"\",\n \"TPNSAndroidRegion\": \"\",\n \"SelfSmsTemplateId\": 0,\n \"SelfSmsAppKey\": \"sms\",\n \"SelfSmsAppId\": \"appid\",\n \"SelfSmsSign\": \"sign\",\n \"CreateTime\": \"2019-03-18T03:44:33Z\"\n },\n \"RequestId\": \"f92406b3-5a9a-4fe8-bc43-45e3d794bb61\"\n }\n}",
|
1078
|
+
"title": "更新应用"
|
1079
|
+
}
|
1080
|
+
],
|
1057
1081
|
"ModifyCloudStorageAIService": [
|
1058
1082
|
{
|
1059
1083
|
"document": "",
|