tccli 3.0.1135.1__py2.py3-none-any.whl → 3.0.1137.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/command.py +4 -1
- tccli/help_command.py +4 -1
- tccli/services/__init__.py +3 -0
- tccli/services/asr/asr_client.py +53 -0
- tccli/services/asr/v20190614/api.json +193 -1
- tccli/services/asr/v20190614/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +8 -5
- tccli/services/batch/v20170312/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +3 -3
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cls/v20201016/api.json +93 -0
- tccli/services/cwp/cwp_client.py +0 -53
- tccli/services/cwp/v20180228/api.json +0 -43
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/cynosdb/v20190107/api.json +10 -0
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +157 -23
- tccli/services/dlc/v20210125/examples.json +14 -6
- tccli/services/dsgc/v20190723/api.json +35 -35
- tccli/services/dts/v20211206/api.json +3 -3
- tccli/services/eiam/v20210420/api.json +4 -4
- tccli/services/eiam/v20210420/examples.json +4 -4
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +4 -4
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/ioa/ioa_client.py +159 -0
- tccli/services/ioa/v20220601/api.json +897 -80
- tccli/services/ioa/v20220601/examples.json +24 -0
- tccli/services/iotexplorer/iotexplorer_client.py +231 -19
- tccli/services/iotexplorer/v20190423/api.json +332 -0
- tccli/services/iotexplorer/v20190423/examples.json +32 -0
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/lighthouse/v20200324/examples.json +7 -7
- tccli/services/live/v20180801/api.json +12 -6
- tccli/services/lke/lke_client.py +175 -16
- tccli/services/lke/v20231130/api.json +429 -4
- tccli/services/lke/v20231130/examples.json +24 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/partners/v20180321/api.json +26 -16
- tccli/services/tcr/v20190924/api.json +57 -35
- tccli/services/tcr/v20190924/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +123 -13
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +301 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +8 -5
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +13 -3
- tccli/services/trocket/trocket_client.py +65 -12
- tccli/services/trocket/v20230308/api.json +196 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +45 -63
- tccli/services/tsi/__init__.py +4 -0
- tccli/services/tsi/tsi_client.py +301 -0
- tccli/services/tsi/v20210325/api.json +373 -0
- tccli/services/tsi/v20210325/examples.json +29 -0
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +36 -16
- tccli/services/vpc/v20170312/examples.json +9 -3
- tccli/services/waf/v20180125/api.json +70 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +377 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +61 -8
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/RECORD +72 -68
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/license_files/LICENSE +0 -0
@@ -56,6 +56,13 @@
|
|
56
56
|
"output": "CancelAssignTWeCallLicenseResponse",
|
57
57
|
"status": "online"
|
58
58
|
},
|
59
|
+
"CheckFirmwareUpdate": {
|
60
|
+
"document": "本接口(CheckFirmwareUpdate)用于查询设备可升级固件版本",
|
61
|
+
"input": "CheckFirmwareUpdateRequest",
|
62
|
+
"name": "查询设备可升级固件版本",
|
63
|
+
"output": "CheckFirmwareUpdateResponse",
|
64
|
+
"status": "online"
|
65
|
+
},
|
59
66
|
"ControlDeviceData": {
|
60
67
|
"document": "根据设备产品ID、设备名称,设置控制设备的属性数据。",
|
61
68
|
"input": "ControlDeviceDataRequest",
|
@@ -441,6 +448,13 @@
|
|
441
448
|
"output": "DescribeFenceEventListResponse",
|
442
449
|
"status": "online"
|
443
450
|
},
|
451
|
+
"DescribeFirmware": {
|
452
|
+
"document": "查询固件信息",
|
453
|
+
"input": "DescribeFirmwareRequest",
|
454
|
+
"name": "查询固件信息",
|
455
|
+
"output": "DescribeFirmwareResponse",
|
456
|
+
"status": "online"
|
457
|
+
},
|
444
458
|
"DescribeFirmwareTask": {
|
445
459
|
"document": "查询固件升级任务列表",
|
446
460
|
"input": "DescribeFirmwareTaskRequest",
|
@@ -448,6 +462,13 @@
|
|
448
462
|
"output": "DescribeFirmwareTaskResponse",
|
449
463
|
"status": "online"
|
450
464
|
},
|
465
|
+
"DescribeFirmwareUpdateStatus": {
|
466
|
+
"document": "本接口(DescribeFirmwareUpdateStatus)用于查询设备固件升级状态及进度。",
|
467
|
+
"input": "DescribeFirmwareUpdateStatusRequest",
|
468
|
+
"name": "查询设备固件升级状态",
|
469
|
+
"output": "DescribeFirmwareUpdateStatusResponse",
|
470
|
+
"status": "online"
|
471
|
+
},
|
451
472
|
"DescribeGatewayBindDevices": {
|
452
473
|
"document": "获取网关绑定的子设备列表",
|
453
474
|
"input": "DescribeGatewayBindDevicesRequest",
|
@@ -847,6 +868,13 @@
|
|
847
868
|
"output": "PublishBroadcastMessageResponse",
|
848
869
|
"status": "online"
|
849
870
|
},
|
871
|
+
"PublishFirmwareUpdateMessage": {
|
872
|
+
"document": "本接口(PublishFirmwareUpdateMessage)用于用户确认升级后,云端向设备发起固件升级请求。",
|
873
|
+
"input": "PublishFirmwareUpdateMessageRequest",
|
874
|
+
"name": "确认固件升级任务",
|
875
|
+
"output": "PublishFirmwareUpdateMessageResponse",
|
876
|
+
"status": "online"
|
877
|
+
},
|
850
878
|
"PublishMessage": {
|
851
879
|
"document": "本接口(PublishMessage)用于使用自定义透传协议进行设备远控",
|
852
880
|
"input": "PublishMessageRequest",
|
@@ -1733,6 +1761,62 @@
|
|
1733
1761
|
],
|
1734
1762
|
"type": "object"
|
1735
1763
|
},
|
1764
|
+
"CheckFirmwareUpdateRequest": {
|
1765
|
+
"document": "CheckFirmwareUpdate请求参数结构体",
|
1766
|
+
"members": [
|
1767
|
+
{
|
1768
|
+
"disabled": false,
|
1769
|
+
"document": "产品ID。",
|
1770
|
+
"example": "R7NHIV278R",
|
1771
|
+
"member": "string",
|
1772
|
+
"name": "ProductId",
|
1773
|
+
"required": true,
|
1774
|
+
"type": "string"
|
1775
|
+
},
|
1776
|
+
{
|
1777
|
+
"disabled": false,
|
1778
|
+
"document": "设备名称。",
|
1779
|
+
"example": "dev1",
|
1780
|
+
"member": "string",
|
1781
|
+
"name": "DeviceName",
|
1782
|
+
"required": true,
|
1783
|
+
"type": "string"
|
1784
|
+
}
|
1785
|
+
],
|
1786
|
+
"type": "object"
|
1787
|
+
},
|
1788
|
+
"CheckFirmwareUpdateResponse": {
|
1789
|
+
"document": "CheckFirmwareUpdate返回参数结构体",
|
1790
|
+
"members": [
|
1791
|
+
{
|
1792
|
+
"disabled": false,
|
1793
|
+
"document": "设备当前固件版本。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1794
|
+
"example": "1.1",
|
1795
|
+
"member": "string",
|
1796
|
+
"name": "CurrentVersion",
|
1797
|
+
"output_required": false,
|
1798
|
+
"type": "string",
|
1799
|
+
"value_allowed_null": true
|
1800
|
+
},
|
1801
|
+
{
|
1802
|
+
"disabled": false,
|
1803
|
+
"document": "固件可升级版本。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1804
|
+
"example": "1.1",
|
1805
|
+
"member": "string",
|
1806
|
+
"name": "DstVersion",
|
1807
|
+
"output_required": false,
|
1808
|
+
"type": "string",
|
1809
|
+
"value_allowed_null": true
|
1810
|
+
},
|
1811
|
+
{
|
1812
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1813
|
+
"member": "string",
|
1814
|
+
"name": "RequestId",
|
1815
|
+
"type": "string"
|
1816
|
+
}
|
1817
|
+
],
|
1818
|
+
"type": "object"
|
1819
|
+
},
|
1736
1820
|
"CloudStorageAIServiceTask": {
|
1737
1821
|
"document": "云存 AI 服务任务信息",
|
1738
1822
|
"members": [
|
@@ -5682,6 +5766,132 @@
|
|
5682
5766
|
],
|
5683
5767
|
"type": "object"
|
5684
5768
|
},
|
5769
|
+
"DescribeFirmwareRequest": {
|
5770
|
+
"document": "DescribeFirmware请求参数结构体",
|
5771
|
+
"members": [
|
5772
|
+
{
|
5773
|
+
"disabled": false,
|
5774
|
+
"document": "产品ID",
|
5775
|
+
"example": "I6KTCZ170U",
|
5776
|
+
"member": "string",
|
5777
|
+
"name": "ProductID",
|
5778
|
+
"required": true,
|
5779
|
+
"type": "string"
|
5780
|
+
},
|
5781
|
+
{
|
5782
|
+
"disabled": false,
|
5783
|
+
"document": "固件版本号",
|
5784
|
+
"example": "t.2",
|
5785
|
+
"member": "string",
|
5786
|
+
"name": "FirmwareVersion",
|
5787
|
+
"required": true,
|
5788
|
+
"type": "string"
|
5789
|
+
}
|
5790
|
+
],
|
5791
|
+
"type": "object"
|
5792
|
+
},
|
5793
|
+
"DescribeFirmwareResponse": {
|
5794
|
+
"document": "DescribeFirmware返回参数结构体",
|
5795
|
+
"members": [
|
5796
|
+
{
|
5797
|
+
"disabled": false,
|
5798
|
+
"document": "固件版本号",
|
5799
|
+
"example": "t.2",
|
5800
|
+
"member": "string",
|
5801
|
+
"name": "Version",
|
5802
|
+
"output_required": true,
|
5803
|
+
"type": "string",
|
5804
|
+
"value_allowed_null": false
|
5805
|
+
},
|
5806
|
+
{
|
5807
|
+
"disabled": false,
|
5808
|
+
"document": "产品ID",
|
5809
|
+
"example": "I6KTCZ170U",
|
5810
|
+
"member": "string",
|
5811
|
+
"name": "ProductId",
|
5812
|
+
"output_required": true,
|
5813
|
+
"type": "string",
|
5814
|
+
"value_allowed_null": false
|
5815
|
+
},
|
5816
|
+
{
|
5817
|
+
"disabled": false,
|
5818
|
+
"document": "固件名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
5819
|
+
"example": "test",
|
5820
|
+
"member": "string",
|
5821
|
+
"name": "Name",
|
5822
|
+
"output_required": true,
|
5823
|
+
"type": "string",
|
5824
|
+
"value_allowed_null": true
|
5825
|
+
},
|
5826
|
+
{
|
5827
|
+
"disabled": false,
|
5828
|
+
"document": "固件描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
5829
|
+
"example": "ttttt",
|
5830
|
+
"member": "string",
|
5831
|
+
"name": "Description",
|
5832
|
+
"output_required": true,
|
5833
|
+
"type": "string",
|
5834
|
+
"value_allowed_null": true
|
5835
|
+
},
|
5836
|
+
{
|
5837
|
+
"disabled": false,
|
5838
|
+
"document": "固件Md5值\n注意:此字段可能返回 null,表示取不到有效值。",
|
5839
|
+
"example": "1a5c386576074d22a604b795e8917e1a",
|
5840
|
+
"member": "string",
|
5841
|
+
"name": "Md5sum",
|
5842
|
+
"output_required": true,
|
5843
|
+
"type": "string",
|
5844
|
+
"value_allowed_null": true
|
5845
|
+
},
|
5846
|
+
{
|
5847
|
+
"disabled": false,
|
5848
|
+
"document": "固件上传的秒级时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
|
5849
|
+
"example": "1599626765",
|
5850
|
+
"member": "uint64",
|
5851
|
+
"name": "Createtime",
|
5852
|
+
"output_required": true,
|
5853
|
+
"type": "int",
|
5854
|
+
"value_allowed_null": true
|
5855
|
+
},
|
5856
|
+
{
|
5857
|
+
"disabled": false,
|
5858
|
+
"document": "产品名称",
|
5859
|
+
"example": "8bvsn6go_测试OTA升级",
|
5860
|
+
"member": "string",
|
5861
|
+
"name": "ProductName",
|
5862
|
+
"output_required": true,
|
5863
|
+
"type": "string",
|
5864
|
+
"value_allowed_null": false
|
5865
|
+
},
|
5866
|
+
{
|
5867
|
+
"disabled": false,
|
5868
|
+
"document": "固件升级模块\n注意:此字段可能返回 null,表示取不到有效值。",
|
5869
|
+
"example": "mcu",
|
5870
|
+
"member": "string",
|
5871
|
+
"name": "FwType",
|
5872
|
+
"output_required": true,
|
5873
|
+
"type": "string",
|
5874
|
+
"value_allowed_null": true
|
5875
|
+
},
|
5876
|
+
{
|
5877
|
+
"disabled": false,
|
5878
|
+
"document": "固件用户自定义配置信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
5879
|
+
"example": "{\"key1\":\"value1\", \"key2\":\"支持中文\"}",
|
5880
|
+
"member": "string",
|
5881
|
+
"name": "UserDefined",
|
5882
|
+
"output_required": false,
|
5883
|
+
"type": "string",
|
5884
|
+
"value_allowed_null": true
|
5885
|
+
},
|
5886
|
+
{
|
5887
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5888
|
+
"member": "string",
|
5889
|
+
"name": "RequestId",
|
5890
|
+
"type": "string"
|
5891
|
+
}
|
5892
|
+
],
|
5893
|
+
"type": "object"
|
5894
|
+
},
|
5685
5895
|
"DescribeFirmwareTaskRequest": {
|
5686
5896
|
"document": "DescribeFirmwareTask请求参数结构体",
|
5687
5897
|
"members": [
|
@@ -5827,6 +6037,82 @@
|
|
5827
6037
|
],
|
5828
6038
|
"type": "object"
|
5829
6039
|
},
|
6040
|
+
"DescribeFirmwareUpdateStatusRequest": {
|
6041
|
+
"document": "DescribeFirmwareUpdateStatus请求参数结构体",
|
6042
|
+
"members": [
|
6043
|
+
{
|
6044
|
+
"disabled": false,
|
6045
|
+
"document": "产品 ID。",
|
6046
|
+
"example": "无",
|
6047
|
+
"member": "string",
|
6048
|
+
"name": "ProductId",
|
6049
|
+
"required": true,
|
6050
|
+
"type": "string"
|
6051
|
+
},
|
6052
|
+
{
|
6053
|
+
"disabled": false,
|
6054
|
+
"document": "设备名。",
|
6055
|
+
"example": "无",
|
6056
|
+
"member": "string",
|
6057
|
+
"name": "DeviceName",
|
6058
|
+
"required": true,
|
6059
|
+
"type": "string"
|
6060
|
+
}
|
6061
|
+
],
|
6062
|
+
"type": "object"
|
6063
|
+
},
|
6064
|
+
"DescribeFirmwareUpdateStatusResponse": {
|
6065
|
+
"document": "DescribeFirmwareUpdateStatus返回参数结构体",
|
6066
|
+
"members": [
|
6067
|
+
{
|
6068
|
+
"disabled": false,
|
6069
|
+
"document": "升级任务源版本。\n注意:此字段可能返回 null,表示取不到有效值。",
|
6070
|
+
"example": "无",
|
6071
|
+
"member": "string",
|
6072
|
+
"name": "OriVersion",
|
6073
|
+
"output_required": false,
|
6074
|
+
"type": "string",
|
6075
|
+
"value_allowed_null": true
|
6076
|
+
},
|
6077
|
+
{
|
6078
|
+
"disabled": false,
|
6079
|
+
"document": "升级任务目标版本。\n注意:此字段可能返回 null,表示取不到有效值。",
|
6080
|
+
"example": "无",
|
6081
|
+
"member": "string",
|
6082
|
+
"name": "DstVersion",
|
6083
|
+
"output_required": false,
|
6084
|
+
"type": "string",
|
6085
|
+
"value_allowed_null": true
|
6086
|
+
},
|
6087
|
+
{
|
6088
|
+
"disabled": false,
|
6089
|
+
"document": "升级状态:\n\n- 0:设备离线。\n- 1:待处理。\n- 2:消息下发成功。\n- 3:下载中。\n- 4:烧录中。\n- 5:失败。\n- 6:升级完成。\n- 7:正在处理中。\n- 8:等待用户确认。\n- 20:下载完成。\n",
|
6090
|
+
"example": "无",
|
6091
|
+
"member": "int64",
|
6092
|
+
"name": "Status",
|
6093
|
+
"output_required": false,
|
6094
|
+
"type": "int",
|
6095
|
+
"value_allowed_null": false
|
6096
|
+
},
|
6097
|
+
{
|
6098
|
+
"disabled": false,
|
6099
|
+
"document": "进度\n注意:此字段可能返回 null,表示取不到有效值。",
|
6100
|
+
"example": "无",
|
6101
|
+
"member": "int64",
|
6102
|
+
"name": "Percent",
|
6103
|
+
"output_required": false,
|
6104
|
+
"type": "int",
|
6105
|
+
"value_allowed_null": true
|
6106
|
+
},
|
6107
|
+
{
|
6108
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6109
|
+
"member": "string",
|
6110
|
+
"name": "RequestId",
|
6111
|
+
"type": "string"
|
6112
|
+
}
|
6113
|
+
],
|
6114
|
+
"type": "object"
|
6115
|
+
},
|
5830
6116
|
"DescribeGatewayBindDevicesRequest": {
|
5831
6117
|
"document": "DescribeGatewayBindDevices请求参数结构体",
|
5832
6118
|
"members": [
|
@@ -11693,6 +11979,52 @@
|
|
11693
11979
|
],
|
11694
11980
|
"type": "object"
|
11695
11981
|
},
|
11982
|
+
"PublishFirmwareUpdateMessageRequest": {
|
11983
|
+
"document": "PublishFirmwareUpdateMessage请求参数结构体",
|
11984
|
+
"members": [
|
11985
|
+
{
|
11986
|
+
"disabled": false,
|
11987
|
+
"document": "产品 ID。",
|
11988
|
+
"example": "无",
|
11989
|
+
"member": "string",
|
11990
|
+
"name": "ProductID",
|
11991
|
+
"required": true,
|
11992
|
+
"type": "string"
|
11993
|
+
},
|
11994
|
+
{
|
11995
|
+
"disabled": false,
|
11996
|
+
"document": "设备名称。",
|
11997
|
+
"example": "无",
|
11998
|
+
"member": "string",
|
11999
|
+
"name": "DeviceName",
|
12000
|
+
"required": false,
|
12001
|
+
"type": "string"
|
12002
|
+
}
|
12003
|
+
],
|
12004
|
+
"type": "object"
|
12005
|
+
},
|
12006
|
+
"PublishFirmwareUpdateMessageResponse": {
|
12007
|
+
"document": "PublishFirmwareUpdateMessage返回参数结构体",
|
12008
|
+
"members": [
|
12009
|
+
{
|
12010
|
+
"disabled": false,
|
12011
|
+
"document": "请求状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
12012
|
+
"example": "无",
|
12013
|
+
"member": "string",
|
12014
|
+
"name": "Status",
|
12015
|
+
"output_required": false,
|
12016
|
+
"type": "string",
|
12017
|
+
"value_allowed_null": true
|
12018
|
+
},
|
12019
|
+
{
|
12020
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12021
|
+
"member": "string",
|
12022
|
+
"name": "RequestId",
|
12023
|
+
"type": "string"
|
12024
|
+
}
|
12025
|
+
],
|
12026
|
+
"type": "object"
|
12027
|
+
},
|
11696
12028
|
"PublishMessageRequest": {
|
11697
12029
|
"document": "PublishMessage请求参数结构体",
|
11698
12030
|
"members": [
|
@@ -76,6 +76,14 @@
|
|
76
76
|
"title": "成功取消分配"
|
77
77
|
}
|
78
78
|
],
|
79
|
+
"CheckFirmwareUpdate": [
|
80
|
+
{
|
81
|
+
"document": "",
|
82
|
+
"input": "https://iotexplorer.tencentcloudapi.com/?Action=CheckFirmwareUpdate\n&ProductId=PR******ID\n&DeviceName=de***01\n&<公共请求参数>",
|
83
|
+
"output": "{\n \"Response\": {\n \"DstVersion\": \"1.1\",\n \"CurrentVersion\": \"1.0\",\n \"RequestId\": \"584406e9-bf59-46a3-8d45-39f1891bed7b\"\n }\n}",
|
84
|
+
"title": "示例1"
|
85
|
+
}
|
86
|
+
],
|
79
87
|
"ControlDeviceData": [
|
80
88
|
{
|
81
89
|
"document": "设置设备数据",
|
@@ -546,6 +554,14 @@
|
|
546
554
|
"title": "DescribeFenceEventList"
|
547
555
|
}
|
548
556
|
],
|
557
|
+
"DescribeFirmware": [
|
558
|
+
{
|
559
|
+
"document": "",
|
560
|
+
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFirmware\n<公共请求参数>\n\n{\n \"ProductID\": \"I6KTCZ170U\",\n \"FirmwareVersion\": \"t.2\"\n}",
|
561
|
+
"output": "{\n \"Response\": {\n \"Createtime\": 1599626765,\n \"Description\": \"ttttt\",\n \"Md5sum\": \"1a5c386576074d22a604b795e8917e1a\",\n \"Name\": \"test\",\n \"ProductId\": \"I6KTCZ170U\",\n \"ProductName\": \"8bvsn6go_测试OTA升级\",\n \"RequestId\": \"01365e8c-f025-40b9-97a4-fa583d6c569e\",\n \"Version\": \"t.2\",\n \"FwType\": \"mcu\"\n }\n}",
|
562
|
+
"title": "查询固件信息"
|
563
|
+
}
|
564
|
+
],
|
549
565
|
"DescribeFirmwareTask": [
|
550
566
|
{
|
551
567
|
"document": "查询固件升级任务详情",
|
@@ -554,6 +570,14 @@
|
|
554
570
|
"title": "查询固件升级任务详情"
|
555
571
|
}
|
556
572
|
],
|
573
|
+
"DescribeFirmwareUpdateStatus": [
|
574
|
+
{
|
575
|
+
"document": "",
|
576
|
+
"input": "https://iotexplorer.tencentcloudapi.com/?Action=DescribeFirmwareUpdateStatus\n&ProductId=PR******ID\n&DeviceName=de***01\n&<公共请求参数>",
|
577
|
+
"output": "{\n \"Response\": {\n \"DstVersion\": \"1.0\",\n \"OriVersion\": \"1.4\",\n \"Percent\": 100,\n \"RequestId\": \"adcfghb\",\n \"Status\": 6\n }\n}",
|
578
|
+
"title": "成功示例"
|
579
|
+
}
|
580
|
+
],
|
557
581
|
"DescribeGatewayBindDevices": [
|
558
582
|
{
|
559
583
|
"document": "",
|
@@ -1016,6 +1040,14 @@
|
|
1016
1040
|
"title": "发布广播消息"
|
1017
1041
|
}
|
1018
1042
|
],
|
1043
|
+
"PublishFirmwareUpdateMessage": [
|
1044
|
+
{
|
1045
|
+
"document": "",
|
1046
|
+
"input": "https://iotexplorer.tencentcloudapi.com/?Action=PublishFirmwareUpdateMessage\n&ProductID=PR******ID\n&DeviceName=de***01\n&<公共请求参数>",
|
1047
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"584406e9-bf59-46a3-8d45-39f1891bed7b\",\n \"Status\": \"OK\"\n }\n}",
|
1048
|
+
"title": "确认固件升级任务"
|
1049
|
+
}
|
1050
|
+
],
|
1019
1051
|
"PublishMessage": [
|
1020
1052
|
{
|
1021
1053
|
"document": "",
|
@@ -659,7 +659,7 @@
|
|
659
659
|
"status": "online"
|
660
660
|
},
|
661
661
|
"RerunDockerContainer": {
|
662
|
-
"document": "重新创建并运行实例内的Docker容器,之后可以通过返回的ActivityId调用DescribeDockerActivities接口查询重建情况。",
|
662
|
+
"document": "重新创建并运行实例内的Docker容器,之后可以通过返回的ActivityId调用[DescribeDockerActivities](https://cloud.tencent.com/document/product/1207/95476)接口查询重建情况。",
|
663
663
|
"input": "RerunDockerContainerRequest",
|
664
664
|
"name": "重新创建并运行Docker容器",
|
665
665
|
"output": "RerunDockerContainerResponse",
|
@@ -2781,7 +2781,7 @@
|
|
2781
2781
|
"members": [
|
2782
2782
|
{
|
2783
2783
|
"disabled": false,
|
2784
|
-
"document": "套餐 ID
|
2784
|
+
"document": "套餐 ID。可通过[DescribeBundles](https://cloud.tencent.com/document/product/1207/47575)接口返回值中的BundleId获取。",
|
2785
2785
|
"example": "bundle_bw_small1_1",
|
2786
2786
|
"member": "string",
|
2787
2787
|
"name": "BundleId",
|
@@ -2828,7 +2828,7 @@
|
|
2828
2828
|
"members": [
|
2829
2829
|
{
|
2830
2830
|
"disabled": false,
|
2831
|
-
"document": "套餐 ID
|
2831
|
+
"document": "套餐 ID 列表。可通过[DescribeBundles](https://cloud.tencent.com/document/product/1207/47575)接口返回值中的BundleId获取。",
|
2832
2832
|
"example": "[\"bundle_ntp_small1_500”]",
|
2833
2833
|
"member": "string",
|
2834
2834
|
"name": "BundleIds",
|
@@ -4585,7 +4585,7 @@
|
|
4585
4585
|
"members": [
|
4586
4586
|
{
|
4587
4587
|
"disabled": false,
|
4588
|
-
"document": "实例ID",
|
4588
|
+
"document": "实例ID。可通过 <a href=\"https://cloud.tencent.com/document/product/1207/47573\">DescribeInstances</a> 接口返回值中的 InstanceId 获取。",
|
4589
4589
|
"example": "lhins-383nzmm1",
|
4590
4590
|
"member": "string",
|
4591
4591
|
"name": "InstanceId",
|
@@ -4612,7 +4612,7 @@
|
|
4612
4612
|
},
|
4613
4613
|
{
|
4614
4614
|
"disabled": false,
|
4615
|
-
"document": "过滤器列表。\n<li>blueprint-id</li>按照【镜像 ID】进行过滤。\n类型:String\n必选:否\n<li>blueprint-type</li>按照【镜像类型】进行过滤。\n取值: APP_OS(应用镜像 );PURE_OS( 系统镜像);PRIVATE(自定义镜像)。\n类型:String\n必选:否\n<li>platform-type</li>按照【镜像平台类型】进行过滤。\n取值: LINUX_UNIX(Linux/Unix系统);WINDOWS(Windows 系统)。\n类型:String\n必选:否\n<li>blueprint-name</li>按照【镜像名称】进行过滤。\n类型:String\n必选:否\n<li>blueprint-state</li>按照【镜像状态】进行过滤。\n类型:String\n必选:否\n\n每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 BlueprintIds 和 Filters 。",
|
4615
|
+
"document": "过滤器列表。\n<li>blueprint-id</li>按照【镜像 ID】进行过滤。\n类型:String\n必选:否\n可通过 <a href=\"https://cloud.tencent.com/document/product/1207/47689\">DescribeBlueprints</a> 接口返回值中的 BlueprintId 获取。\n<li>blueprint-type</li>按照【镜像类型】进行过滤。\n取值: APP_OS(应用镜像 );PURE_OS( 系统镜像);PRIVATE(自定义镜像)。\n类型:String\n必选:否\n<li>platform-type</li>按照【镜像平台类型】进行过滤。\n取值: LINUX_UNIX(Linux/Unix系统);WINDOWS(Windows 系统)。\n类型:String\n必选:否\n<li>blueprint-name</li>按照【镜像名称】进行过滤。\n类型:String\n必选:否\n可通过 <a href=\"https://cloud.tencent.com/document/product/1207/47689\">DescribeBlueprints</a> 接口返回值中的 BlueprintName 获取。\n<li>blueprint-state</li>按照【镜像状态】进行过滤。\n类型:String\n必选:否\n可通过 <a href=\"https://cloud.tencent.com/document/product/1207/47689\">DescribeBlueprints</a> 接口返回值中的 BlueprintState 获取。\n\n每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 BlueprintIds 和 Filters 。",
|
4616
4616
|
"example": "无",
|
4617
4617
|
"member": "Filter",
|
4618
4618
|
"name": "Filters",
|
@@ -4631,7 +4631,7 @@
|
|
4631
4631
|
"example": "2",
|
4632
4632
|
"member": "int64",
|
4633
4633
|
"name": "TotalCount",
|
4634
|
-
"
|
4634
|
+
"output_required": true,
|
4635
4635
|
"type": "int",
|
4636
4636
|
"value_allowed_null": false
|
4637
4637
|
},
|
@@ -4641,7 +4641,7 @@
|
|
4641
4641
|
"example": "无",
|
4642
4642
|
"member": "ResetInstanceBlueprint",
|
4643
4643
|
"name": "ResetInstanceBlueprintSet",
|
4644
|
-
"
|
4644
|
+
"output_required": true,
|
4645
4645
|
"type": "list",
|
4646
4646
|
"value_allowed_null": false
|
4647
4647
|
},
|
@@ -7771,7 +7771,7 @@
|
|
7771
7771
|
"members": [
|
7772
7772
|
{
|
7773
7773
|
"disabled": false,
|
7774
|
-
"document": "实例ID
|
7774
|
+
"document": "实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。",
|
7775
7775
|
"example": "lhins-nwycpjl3",
|
7776
7776
|
"member": "string",
|
7777
7777
|
"name": "InstanceId",
|
@@ -7780,7 +7780,7 @@
|
|
7780
7780
|
},
|
7781
7781
|
{
|
7782
7782
|
"disabled": false,
|
7783
|
-
"document": "容器ID
|
7783
|
+
"document": "容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。",
|
7784
7784
|
"example": "809e9d4014f08811779c07639ec13a53ee70ba166201611298611c883e553415",
|
7785
7785
|
"member": "string",
|
7786
7786
|
"name": "ContainerId",
|
@@ -8609,7 +8609,7 @@
|
|
8609
8609
|
"members": [
|
8610
8610
|
{
|
8611
8611
|
"disabled": false,
|
8612
|
-
"document": "实例ID
|
8612
|
+
"document": "实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。",
|
8613
8613
|
"example": "lhins-nwycpjl3",
|
8614
8614
|
"member": "string",
|
8615
8615
|
"name": "InstanceId",
|
@@ -8627,8 +8627,8 @@
|
|
8627
8627
|
},
|
8628
8628
|
{
|
8629
8629
|
"disabled": false,
|
8630
|
-
"document": "容器ID
|
8631
|
-
"example": "
|
8630
|
+
"document": "容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。",
|
8631
|
+
"example": "809e9d4014f08811779c07639ec13a53ee70ba1662016112986",
|
8632
8632
|
"member": "string",
|
8633
8633
|
"name": "ContainerId",
|
8634
8634
|
"required": true,
|
@@ -8646,7 +8646,7 @@
|
|
8646
8646
|
"example": "lhda-nn82v77w",
|
8647
8647
|
"member": "string",
|
8648
8648
|
"name": "DockerActivityId",
|
8649
|
-
"
|
8649
|
+
"output_required": true,
|
8650
8650
|
"type": "string",
|
8651
8651
|
"value_allowed_null": false
|
8652
8652
|
},
|
@@ -8954,7 +8954,7 @@
|
|
8954
8954
|
"members": [
|
8955
8955
|
{
|
8956
8956
|
"disabled": false,
|
8957
|
-
"document": "实例ID
|
8957
|
+
"document": "实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。",
|
8958
8958
|
"example": "lhins-nwycpjl3",
|
8959
8959
|
"member": "string",
|
8960
8960
|
"name": "InstanceId",
|
@@ -456,9 +456,9 @@
|
|
456
456
|
],
|
457
457
|
"DescribeModifyInstanceBundles": [
|
458
458
|
{
|
459
|
-
"document": "",
|
460
|
-
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeModifyInstanceBundles\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-
|
461
|
-
"output": "{\n \"Response\": {\n \"
|
459
|
+
"document": "查询实例可修改套餐列表",
|
460
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeModifyInstanceBundles\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-p6xbekdt\"\n}",
|
461
|
+
"output": "{\n \"Response\": {\n \"ModifyBundleSet\": [\n {\n \"Bundle\": {\n \"BundleDisplayLabel\": \"NORMAL\",\n \"BundleId\": \"bundle_gen_mc_med2_02\",\n \"BundleSalesState\": \"AVAILABLE\",\n \"BundleType\": \"GENERAL_BUNDLE\",\n \"BundleTypeDescription\": \"通用型\",\n \"CPU\": 2,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"Memory\": 2,\n \"MonthlyTraffic\": 500,\n \"Price\": {\n \"InstancePrice\": {\n \"Currency\": \"CNY\",\n \"Discount\": 100,\n \"DiscountPrice\": 65,\n \"OriginalBundlePrice\": 65,\n \"OriginalPrice\": 65\n }\n },\n \"SupportLinuxUnixPlatform\": true,\n \"SupportWindowsPlatform\": true,\n \"SystemDiskSize\": 70,\n \"SystemDiskType\": \"CLOUD_PREMIUM\"\n },\n \"ModifyBundleState\": \"AVAILABLE\",\n \"ModifyPrice\": {\n \"InstancePrice\": {\n \"Currency\": \"CNY\",\n \"Discount\": 100,\n \"DiscountPrice\": 10,\n \"OriginalBundlePrice\": 65,\n \"OriginalPrice\": 10\n }\n },\n \"NotSupportModifyMessage\": \"\"\n }\n ],\n \"RequestId\": \"651060b7-b781-4ed9-898c-a06b8c5c51dc\",\n \"TotalCount\": 1\n }\n}",
|
462
462
|
"title": "查询实例可修改套餐列表"
|
463
463
|
}
|
464
464
|
],
|
@@ -472,10 +472,10 @@
|
|
472
472
|
],
|
473
473
|
"DescribeResetInstanceBlueprints": [
|
474
474
|
{
|
475
|
-
"document": "",
|
476
|
-
"input": "
|
477
|
-
"output": "{\n \"Response\": {\n \"
|
478
|
-
"title": "
|
475
|
+
"document": "查询实例可重装镜像",
|
476
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeResetInstanceBlueprints\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-euqk4yut\"\n}",
|
477
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d085dd6e-fd50-426f-bb29-b0ed899ccdf7\",\n \"ResetInstanceBlueprintSet\": [\n {\n \"BlueprintInfo\": {\n \"BlueprintId\": \"lhbp-m1g6ap11\",\n \"BlueprintName\": \"docker-debian12\",\n \"BlueprintShared\": false,\n \"BlueprintState\": \"NORMAL\",\n \"BlueprintType\": \"DOCKER\",\n \"CommunityUrl\": \"\",\n \"CreatedTime\": \"2024-06-12T23:30:03Z\",\n \"Description\": \"test\",\n \"DisplayTitle\": \"7日杀Windows\",\n \"DisplayVersion\": \" \",\n \"DockerVersion\": \"24.0.7\",\n \"GuideUrl\": \"\",\n \"ImageId\": \"\",\n \"ImageUrl\": \"https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/f1afb130-22a7-479d-a5a3-013e8f633b5a.svg\",\n \"OsName\": \"Windows Server 2022 DataCenter 64bit CN\",\n \"Platform\": \"WINDOWS\",\n \"PlatformType\": \"WINDOWS\",\n \"RequiredMemorySize\": 2,\n \"RequiredSystemDiskSize\": 50,\n \"SceneIdSet\": [],\n \"SupportAutomationTools\": true\n },\n \"IsResettable\": false,\n \"NonResettableMessage\": \"非中国大陆地域不支持Linux系统和Windows系统之间互转。\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
478
|
+
"title": "查询实例可重装镜像"
|
479
479
|
}
|
480
480
|
],
|
481
481
|
"DescribeScenes": [
|
@@ -2176,8 +2176,7 @@
|
|
2176
2176
|
"member": "int64",
|
2177
2177
|
"name": "UseMixCropCenter",
|
2178
2178
|
"required": false,
|
2179
|
-
"type": "int"
|
2180
|
-
"value_allowed_null": false
|
2179
|
+
"type": "int"
|
2181
2180
|
},
|
2182
2181
|
{
|
2183
2182
|
"disabled": false,
|
@@ -2186,8 +2185,7 @@
|
|
2186
2185
|
"member": "int64",
|
2187
2186
|
"name": "AllowCopy",
|
2188
2187
|
"required": false,
|
2189
|
-
"type": "int"
|
2190
|
-
"value_allowed_null": false
|
2188
|
+
"type": "int"
|
2191
2189
|
},
|
2192
2190
|
{
|
2193
2191
|
"disabled": false,
|
@@ -2196,8 +2194,16 @@
|
|
2196
2194
|
"member": "int64",
|
2197
2195
|
"name": "PassInputSei",
|
2198
2196
|
"required": false,
|
2199
|
-
"type": "int"
|
2200
|
-
|
2197
|
+
"type": "int"
|
2198
|
+
},
|
2199
|
+
{
|
2200
|
+
"disabled": false,
|
2201
|
+
"document": "取值范围[0,1]\n填1时,图片输入中的透明通道生效。",
|
2202
|
+
"example": "0",
|
2203
|
+
"member": "int64",
|
2204
|
+
"name": "UsePictureTransparent",
|
2205
|
+
"required": false,
|
2206
|
+
"type": "int"
|
2201
2207
|
}
|
2202
2208
|
],
|
2203
2209
|
"usage": "in"
|