tccli 3.0.1331.1__py2.py3-none-any.whl → 3.0.1333.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/bmvpc/v20180625/api.json +36 -36
- tccli/services/cdb/v20170320/api.json +37 -37
- tccli/services/cdn/v20180606/api.json +2 -2
- tccli/services/cdn/v20180606/examples.json +2 -2
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +11 -1
- tccli/services/cwp/v20180228/api.json +4 -4
- tccli/services/dc/v20180410/api.json +39 -0
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/ess/ess_client.py +57 -4
- tccli/services/ess/v20201111/api.json +61 -0
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/goosefs/v20220519/api.json +2 -2
- tccli/services/gs/gs_client.py +163 -4
- tccli/services/gs/v20191118/api.json +216 -0
- tccli/services/gs/v20191118/examples.json +24 -0
- tccli/services/ioa/ioa_client.py +114 -8
- tccli/services/ioa/v20220601/api.json +375 -0
- tccli/services/ioa/v20220601/examples.json +28 -0
- tccli/services/iotexplorer/v20190423/api.json +5 -5
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/lke/lke_client.py +284 -19
- tccli/services/lke/v20231130/api.json +1192 -132
- tccli/services/lke/v20231130/examples.json +40 -0
- tccli/services/lkeap/v20240522/examples.json +5 -5
- tccli/services/ocr/v20181119/api.json +4 -4
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +1 -1
- tccli/services/tke/tke_client.py +106 -0
- tccli/services/tke/v20180525/api.json +124 -0
- tccli/services/tke/v20180525/examples.json +16 -0
- tccli/services/tsf/v20180326/api.json +46 -17
- tccli/services/tsf/v20180326/examples.json +10 -10
- tccli/services/vpc/v20170312/api.json +5 -5
- tccli/services/vpc/v20170312/examples.json +6 -6
- {tccli-3.0.1331.1.dist-info → tccli-3.0.1333.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1331.1.dist-info → tccli-3.0.1333.1.dist-info}/RECORD +46 -46
- {tccli-3.0.1331.1.dist-info → tccli-3.0.1333.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1331.1.dist-info → tccli-3.0.1333.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1331.1.dist-info → tccli-3.0.1333.1.dist-info}/license_files/LICENSE +0 -0
@@ -7,6 +7,13 @@
|
|
7
7
|
"output": "CreateDLPFileDetectionTaskResponse",
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
|
+
"CreateDeviceTask": {
|
11
|
+
"document": "创建获取终端进程网络服务信息任务,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo",
|
12
|
+
"input": "CreateDeviceTaskRequest",
|
13
|
+
"name": "创建获取终端进程网络服务信息任务",
|
14
|
+
"output": "CreateDeviceTaskResponse",
|
15
|
+
"status": "online"
|
16
|
+
},
|
10
17
|
"CreateDeviceVirtualGroup": {
|
11
18
|
"document": "创建终端自定义分组,私有化调用path为:/capi/Assets/Device/CreateDeviceVirtualGroup",
|
12
19
|
"input": "CreateDeviceVirtualGroupRequest",
|
@@ -42,6 +49,13 @@
|
|
42
49
|
"output": "DescribeDeviceHardwareInfoListResponse",
|
43
50
|
"status": "online"
|
44
51
|
},
|
52
|
+
"DescribeDeviceInfo": {
|
53
|
+
"document": "获取终端进程网络服务信息,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo",
|
54
|
+
"input": "DescribeDeviceInfoRequest",
|
55
|
+
"name": "获取终端进程网络服务信息",
|
56
|
+
"output": "DescribeDeviceInfoResponse",
|
57
|
+
"status": "online"
|
58
|
+
},
|
45
59
|
"DescribeDevices": {
|
46
60
|
"document": "查询满足条件的终端数据详情,私有化调用path为:/capi/Assets/Device/DescribeDevices",
|
47
61
|
"input": "DescribeDevicesRequest",
|
@@ -263,6 +277,33 @@
|
|
263
277
|
],
|
264
278
|
"type": "object"
|
265
279
|
},
|
280
|
+
"CreateDeviceTaskRequest": {
|
281
|
+
"document": "CreateDeviceTask请求参数结构体",
|
282
|
+
"members": [
|
283
|
+
{
|
284
|
+
"disabled": false,
|
285
|
+
"document": "终端id",
|
286
|
+
"example": "无",
|
287
|
+
"member": "string",
|
288
|
+
"name": "Mid",
|
289
|
+
"required": false,
|
290
|
+
"type": "string"
|
291
|
+
}
|
292
|
+
],
|
293
|
+
"type": "object"
|
294
|
+
},
|
295
|
+
"CreateDeviceTaskResponse": {
|
296
|
+
"document": "CreateDeviceTask返回参数结构体",
|
297
|
+
"members": [
|
298
|
+
{
|
299
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
300
|
+
"member": "string",
|
301
|
+
"name": "RequestId",
|
302
|
+
"type": "string"
|
303
|
+
}
|
304
|
+
],
|
305
|
+
"type": "object"
|
306
|
+
},
|
266
307
|
"CreateDeviceVirtualGroupRequest": {
|
267
308
|
"document": "CreateDeviceVirtualGroup请求参数结构体",
|
268
309
|
"members": [
|
@@ -1080,6 +1121,91 @@
|
|
1080
1121
|
],
|
1081
1122
|
"usage": "out"
|
1082
1123
|
},
|
1124
|
+
"DescribeDeviceInfoRequest": {
|
1125
|
+
"document": "DescribeDeviceInfo请求参数结构体",
|
1126
|
+
"members": [
|
1127
|
+
{
|
1128
|
+
"disabled": false,
|
1129
|
+
"document": "终端id",
|
1130
|
+
"example": "无",
|
1131
|
+
"member": "string",
|
1132
|
+
"name": "Mid",
|
1133
|
+
"required": false,
|
1134
|
+
"type": "string"
|
1135
|
+
},
|
1136
|
+
{
|
1137
|
+
"disabled": false,
|
1138
|
+
"document": "查询类型 process_list network_list service_list",
|
1139
|
+
"example": "无",
|
1140
|
+
"member": "string",
|
1141
|
+
"name": "Type",
|
1142
|
+
"required": false,
|
1143
|
+
"type": "string"
|
1144
|
+
}
|
1145
|
+
],
|
1146
|
+
"type": "object"
|
1147
|
+
},
|
1148
|
+
"DescribeDeviceInfoResponse": {
|
1149
|
+
"document": "DescribeDeviceInfo返回参数结构体",
|
1150
|
+
"members": [
|
1151
|
+
{
|
1152
|
+
"disabled": false,
|
1153
|
+
"document": "业务响应数据\n注意:此字段可能返回 null,表示取不到有效值。",
|
1154
|
+
"example": "无",
|
1155
|
+
"member": "DescribeDeviceInfoRspData",
|
1156
|
+
"name": "Data",
|
1157
|
+
"output_required": true,
|
1158
|
+
"type": "object",
|
1159
|
+
"value_allowed_null": true
|
1160
|
+
},
|
1161
|
+
{
|
1162
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1163
|
+
"member": "string",
|
1164
|
+
"name": "RequestId",
|
1165
|
+
"type": "string"
|
1166
|
+
}
|
1167
|
+
],
|
1168
|
+
"type": "object"
|
1169
|
+
},
|
1170
|
+
"DescribeDeviceInfoRspData": {
|
1171
|
+
"document": "业务响应数据",
|
1172
|
+
"members": [
|
1173
|
+
{
|
1174
|
+
"disabled": false,
|
1175
|
+
"document": "分页的具体数据对象\n注意:此字段可能返回 null,表示取不到有效值。",
|
1176
|
+
"example": "-",
|
1177
|
+
"member": "DeviceProcessInfo",
|
1178
|
+
"name": "ProcessList",
|
1179
|
+
"output_required": true,
|
1180
|
+
"required": false,
|
1181
|
+
"type": "list",
|
1182
|
+
"value_allowed_null": true
|
1183
|
+
},
|
1184
|
+
{
|
1185
|
+
"disabled": false,
|
1186
|
+
"document": "分页的具体数据对象\n注意:此字段可能返回 null,表示取不到有效值。",
|
1187
|
+
"example": "-",
|
1188
|
+
"member": "DeviceNetworkInfo",
|
1189
|
+
"name": "NetworkList",
|
1190
|
+
"output_required": true,
|
1191
|
+
"required": false,
|
1192
|
+
"type": "list",
|
1193
|
+
"value_allowed_null": true
|
1194
|
+
},
|
1195
|
+
{
|
1196
|
+
"disabled": false,
|
1197
|
+
"document": "分页的具体数据对象\n注意:此字段可能返回 null,表示取不到有效值。",
|
1198
|
+
"example": "-",
|
1199
|
+
"member": "DeviceServiceInfo",
|
1200
|
+
"name": "ServiceList",
|
1201
|
+
"output_required": true,
|
1202
|
+
"required": false,
|
1203
|
+
"type": "list",
|
1204
|
+
"value_allowed_null": true
|
1205
|
+
}
|
1206
|
+
],
|
1207
|
+
"usage": "both"
|
1208
|
+
},
|
1083
1209
|
"DescribeDevicesPageRsp": {
|
1084
1210
|
"document": "分页的data数据",
|
1085
1211
|
"members": [
|
@@ -2348,6 +2474,255 @@
|
|
2348
2474
|
],
|
2349
2475
|
"usage": "both"
|
2350
2476
|
},
|
2477
|
+
"DeviceNetworkInfo": {
|
2478
|
+
"document": "分页的具体数据对象",
|
2479
|
+
"members": [
|
2480
|
+
{
|
2481
|
+
"disabled": false,
|
2482
|
+
"document": "本地地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
2483
|
+
"example": "-",
|
2484
|
+
"member": "string",
|
2485
|
+
"name": "LocalAddr",
|
2486
|
+
"output_required": true,
|
2487
|
+
"required": false,
|
2488
|
+
"type": "string",
|
2489
|
+
"value_allowed_null": true
|
2490
|
+
},
|
2491
|
+
{
|
2492
|
+
"disabled": false,
|
2493
|
+
"document": "本地端口\n注意:此字段可能返回 null,表示取不到有效值。",
|
2494
|
+
"example": "-",
|
2495
|
+
"member": "int64",
|
2496
|
+
"name": "LocalPort",
|
2497
|
+
"output_required": true,
|
2498
|
+
"required": false,
|
2499
|
+
"type": "int",
|
2500
|
+
"value_allowed_null": true
|
2501
|
+
},
|
2502
|
+
{
|
2503
|
+
"disabled": false,
|
2504
|
+
"document": "进程id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2505
|
+
"example": "-",
|
2506
|
+
"member": "int64",
|
2507
|
+
"name": "ProcessId",
|
2508
|
+
"output_required": true,
|
2509
|
+
"required": false,
|
2510
|
+
"type": "int",
|
2511
|
+
"value_allowed_null": true
|
2512
|
+
},
|
2513
|
+
{
|
2514
|
+
"disabled": false,
|
2515
|
+
"document": "进程名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2516
|
+
"example": "-",
|
2517
|
+
"member": "string",
|
2518
|
+
"name": "ProcessName",
|
2519
|
+
"output_required": true,
|
2520
|
+
"required": false,
|
2521
|
+
"type": "string",
|
2522
|
+
"value_allowed_null": true
|
2523
|
+
},
|
2524
|
+
{
|
2525
|
+
"disabled": false,
|
2526
|
+
"document": "协议\n注意:此字段可能返回 null,表示取不到有效值。",
|
2527
|
+
"example": "-",
|
2528
|
+
"member": "string",
|
2529
|
+
"name": "Protocol",
|
2530
|
+
"output_required": true,
|
2531
|
+
"required": false,
|
2532
|
+
"type": "string",
|
2533
|
+
"value_allowed_null": true
|
2534
|
+
},
|
2535
|
+
{
|
2536
|
+
"disabled": false,
|
2537
|
+
"document": "远程地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
2538
|
+
"example": "-",
|
2539
|
+
"member": "string",
|
2540
|
+
"name": "RemoteAddr",
|
2541
|
+
"output_required": true,
|
2542
|
+
"required": false,
|
2543
|
+
"type": "string",
|
2544
|
+
"value_allowed_null": true
|
2545
|
+
},
|
2546
|
+
{
|
2547
|
+
"disabled": false,
|
2548
|
+
"document": "远程端口\n注意:此字段可能返回 null,表示取不到有效值。",
|
2549
|
+
"example": "-",
|
2550
|
+
"member": "int64",
|
2551
|
+
"name": "RemotePort",
|
2552
|
+
"output_required": true,
|
2553
|
+
"required": false,
|
2554
|
+
"type": "int",
|
2555
|
+
"value_allowed_null": true
|
2556
|
+
},
|
2557
|
+
{
|
2558
|
+
"disabled": false,
|
2559
|
+
"document": "状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
2560
|
+
"example": "-",
|
2561
|
+
"member": "int64",
|
2562
|
+
"name": "State",
|
2563
|
+
"output_required": true,
|
2564
|
+
"required": false,
|
2565
|
+
"type": "int",
|
2566
|
+
"value_allowed_null": true
|
2567
|
+
}
|
2568
|
+
],
|
2569
|
+
"usage": "both"
|
2570
|
+
},
|
2571
|
+
"DeviceProcessInfo": {
|
2572
|
+
"document": "分页的具体数据对象",
|
2573
|
+
"members": [
|
2574
|
+
{
|
2575
|
+
"disabled": false,
|
2576
|
+
"document": "命令行\n注意:此字段可能返回 null,表示取不到有效值。",
|
2577
|
+
"example": "-",
|
2578
|
+
"member": "string",
|
2579
|
+
"name": "CmdLine",
|
2580
|
+
"output_required": true,
|
2581
|
+
"required": false,
|
2582
|
+
"type": "string",
|
2583
|
+
"value_allowed_null": true
|
2584
|
+
},
|
2585
|
+
{
|
2586
|
+
"disabled": false,
|
2587
|
+
"document": "内存\n注意:此字段可能返回 null,表示取不到有效值。",
|
2588
|
+
"example": "-",
|
2589
|
+
"member": "string",
|
2590
|
+
"name": "Memory",
|
2591
|
+
"output_required": true,
|
2592
|
+
"required": false,
|
2593
|
+
"type": "string",
|
2594
|
+
"value_allowed_null": true
|
2595
|
+
},
|
2596
|
+
{
|
2597
|
+
"disabled": false,
|
2598
|
+
"document": "名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2599
|
+
"example": "-",
|
2600
|
+
"member": "string",
|
2601
|
+
"name": "Name",
|
2602
|
+
"output_required": true,
|
2603
|
+
"required": false,
|
2604
|
+
"type": "string",
|
2605
|
+
"value_allowed_null": true
|
2606
|
+
},
|
2607
|
+
{
|
2608
|
+
"disabled": false,
|
2609
|
+
"document": "路径\n注意:此字段可能返回 null,表示取不到有效值。",
|
2610
|
+
"example": "-",
|
2611
|
+
"member": "string",
|
2612
|
+
"name": "Path",
|
2613
|
+
"output_required": true,
|
2614
|
+
"required": false,
|
2615
|
+
"type": "string",
|
2616
|
+
"value_allowed_null": true
|
2617
|
+
},
|
2618
|
+
{
|
2619
|
+
"disabled": false,
|
2620
|
+
"document": "进程id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2621
|
+
"example": "-",
|
2622
|
+
"member": "int64",
|
2623
|
+
"name": "ProcessId",
|
2624
|
+
"output_required": true,
|
2625
|
+
"required": false,
|
2626
|
+
"type": "int",
|
2627
|
+
"value_allowed_null": true
|
2628
|
+
},
|
2629
|
+
{
|
2630
|
+
"disabled": false,
|
2631
|
+
"document": "启动用户\n注意:此字段可能返回 null,表示取不到有效值。",
|
2632
|
+
"example": "-",
|
2633
|
+
"member": "string",
|
2634
|
+
"name": "User",
|
2635
|
+
"output_required": true,
|
2636
|
+
"required": false,
|
2637
|
+
"type": "string",
|
2638
|
+
"value_allowed_null": true
|
2639
|
+
}
|
2640
|
+
],
|
2641
|
+
"usage": "both"
|
2642
|
+
},
|
2643
|
+
"DeviceServiceInfo": {
|
2644
|
+
"document": "分页的具体数据对象",
|
2645
|
+
"members": [
|
2646
|
+
{
|
2647
|
+
"disabled": false,
|
2648
|
+
"document": "命令行\n注意:此字段可能返回 null,表示取不到有效值。",
|
2649
|
+
"example": "-",
|
2650
|
+
"member": "string",
|
2651
|
+
"name": "CmdLine",
|
2652
|
+
"output_required": true,
|
2653
|
+
"required": false,
|
2654
|
+
"type": "string",
|
2655
|
+
"value_allowed_null": true
|
2656
|
+
},
|
2657
|
+
{
|
2658
|
+
"disabled": false,
|
2659
|
+
"document": "内存\n注意:此字段可能返回 null,表示取不到有效值。",
|
2660
|
+
"example": "-",
|
2661
|
+
"member": "string",
|
2662
|
+
"name": "Description",
|
2663
|
+
"output_required": true,
|
2664
|
+
"required": false,
|
2665
|
+
"type": "string",
|
2666
|
+
"value_allowed_null": true
|
2667
|
+
},
|
2668
|
+
{
|
2669
|
+
"disabled": false,
|
2670
|
+
"document": "名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2671
|
+
"example": "-",
|
2672
|
+
"member": "string",
|
2673
|
+
"name": "Name",
|
2674
|
+
"output_required": true,
|
2675
|
+
"required": false,
|
2676
|
+
"type": "string",
|
2677
|
+
"value_allowed_null": true
|
2678
|
+
},
|
2679
|
+
{
|
2680
|
+
"disabled": false,
|
2681
|
+
"document": "进程id\n注意:此字段可能返回 null,表示取不到有效值。",
|
2682
|
+
"example": "-",
|
2683
|
+
"member": "int64",
|
2684
|
+
"name": "ProcessId",
|
2685
|
+
"output_required": true,
|
2686
|
+
"required": false,
|
2687
|
+
"type": "int",
|
2688
|
+
"value_allowed_null": true
|
2689
|
+
},
|
2690
|
+
{
|
2691
|
+
"disabled": false,
|
2692
|
+
"document": "启动类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
2693
|
+
"example": "-",
|
2694
|
+
"member": "int64",
|
2695
|
+
"name": "StartType",
|
2696
|
+
"output_required": true,
|
2697
|
+
"required": false,
|
2698
|
+
"type": "int",
|
2699
|
+
"value_allowed_null": true
|
2700
|
+
},
|
2701
|
+
{
|
2702
|
+
"disabled": false,
|
2703
|
+
"document": "状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
2704
|
+
"example": "-",
|
2705
|
+
"member": "int64",
|
2706
|
+
"name": "State",
|
2707
|
+
"output_required": true,
|
2708
|
+
"required": false,
|
2709
|
+
"type": "int",
|
2710
|
+
"value_allowed_null": true
|
2711
|
+
},
|
2712
|
+
{
|
2713
|
+
"disabled": false,
|
2714
|
+
"document": "启动用户\n注意:此字段可能返回 null,表示取不到有效值。",
|
2715
|
+
"example": "-",
|
2716
|
+
"member": "string",
|
2717
|
+
"name": "User",
|
2718
|
+
"output_required": true,
|
2719
|
+
"required": false,
|
2720
|
+
"type": "string",
|
2721
|
+
"value_allowed_null": true
|
2722
|
+
}
|
2723
|
+
],
|
2724
|
+
"usage": "both"
|
2725
|
+
},
|
2351
2726
|
"Filter": {
|
2352
2727
|
"document": "Filters 条件过滤",
|
2353
2728
|
"members": [
|
@@ -8,6 +8,20 @@
|
|
8
8
|
"title": "送检任务示例"
|
9
9
|
}
|
10
10
|
],
|
11
|
+
"CreateDeviceTask": [
|
12
|
+
{
|
13
|
+
"document": "",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDeviceTask\n<公共请求参数>\n\n{\n \"Mid\": \"F1AFD85EC54480393C546B99C7CD014963761895\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6ae64ad9-61da-4bca-9e69-8dbae22e9090\"\n }\n}",
|
16
|
+
"title": "示例1"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"document": "测试",
|
20
|
+
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDeviceTask\n<公共请求参数>\n\n{\n \"Mid\": \"75129D715480905B6A9C4569893C7634663C2D68\"\n}",
|
21
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8519d47f-b0bb-488b-8db5-4b7350017223\"\n }\n}",
|
22
|
+
"title": "测试"
|
23
|
+
}
|
24
|
+
],
|
11
25
|
"CreateDeviceVirtualGroup": [
|
12
26
|
{
|
13
27
|
"document": "创建自定义分组接口",
|
@@ -66,6 +80,20 @@
|
|
66
80
|
"title": "查询终端硬件信息列表"
|
67
81
|
}
|
68
82
|
],
|
83
|
+
"DescribeDeviceInfo": [
|
84
|
+
{
|
85
|
+
"document": "",
|
86
|
+
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceInfo\n<公共请求参数>\n\n{\n \"Type\": \"process_list\",\n \"Mid\": \"60A79588CD1400107221E490335AA1BA63730928\"\n}",
|
87
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1c67af11-9c46-42aa-af5e-28f070199e82\",\n \"Data\": {\n \"NetworkList\": null,\n \"ServiceList\": null,\n \"ProcessList\": null\n }\n }\n}",
|
88
|
+
"title": "查询终端信息"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"document": "测试",
|
92
|
+
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceInfo\n<公共请求参数>\n\n{\n \"Mid\": \"EBCDB9C9923516F3C02B42B42DA564E7653F6EBC02\",\n \"Type\": \"process_list\"\n}",
|
93
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"NetworkList\": null,\n \"ProcessList\": null,\n \"ServiceList\": null\n },\n \"RequestId\": \"26a20612-155c-4de1-adcc-52358ff7fb36\"\n }\n}",
|
94
|
+
"title": "测试"
|
95
|
+
}
|
96
|
+
],
|
69
97
|
"DescribeDevices": [
|
70
98
|
{
|
71
99
|
"document": "获取租户满足条件:最近登录账号包含\\'cc\\'(不区分大小写)的设备列表详情",
|
@@ -1231,7 +1231,7 @@
|
|
1231
1231
|
"members": [
|
1232
1232
|
{
|
1233
1233
|
"disabled": false,
|
1234
|
-
"document": "TWecall类型:0-体验套餐;1
|
1234
|
+
"document": "TWecall类型:0-体验套餐;1-基础版;3-高级版;",
|
1235
1235
|
"example": "1",
|
1236
1236
|
"member": "int64",
|
1237
1237
|
"name": "PkgType",
|
@@ -10218,7 +10218,7 @@
|
|
10218
10218
|
{
|
10219
10219
|
"disabled": false,
|
10220
10220
|
"document": "需要绑定的设备",
|
10221
|
-
"example": "
|
10221
|
+
"example": "dev01",
|
10222
10222
|
"member": "string",
|
10223
10223
|
"name": "DeviceName",
|
10224
10224
|
"required": true,
|
@@ -10245,7 +10245,7 @@
|
|
10245
10245
|
"example": "无",
|
10246
10246
|
"member": "DeviceSignatureInfo",
|
10247
10247
|
"name": "DeviceSignature",
|
10248
|
-
"
|
10248
|
+
"output_required": true,
|
10249
10249
|
"type": "object",
|
10250
10250
|
"value_allowed_null": false
|
10251
10251
|
},
|
@@ -10679,7 +10679,7 @@
|
|
10679
10679
|
{
|
10680
10680
|
"disabled": false,
|
10681
10681
|
"document": "设备名",
|
10682
|
-
"example": "
|
10682
|
+
"example": "dev01",
|
10683
10683
|
"member": "string",
|
10684
10684
|
"name": "DeviceName",
|
10685
10685
|
"required": true,
|
@@ -10724,7 +10724,7 @@
|
|
10724
10724
|
"example": "[{\"CreateTime\":1608882530000,\"Longitude\":113.9709,\"Latitude\":22.",
|
10725
10725
|
"member": "PositionItem",
|
10726
10726
|
"name": "Positions",
|
10727
|
-
"
|
10727
|
+
"output_required": true,
|
10728
10728
|
"type": "list",
|
10729
10729
|
"value_allowed_null": false
|
10730
10730
|
},
|
@@ -952,7 +952,7 @@
|
|
952
952
|
{
|
953
953
|
"document": "获取设备历史位置",
|
954
954
|
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDeviceLocationHistory\n<公共请求参数>\n\n{\n \"ProductId\": \"X4912BAIVR\",\n \"DeviceName\": \"dev1\",\n \"StartTime\": 1604890314000,\n \"EndTime\": 1609890353000\n}",
|
955
|
-
"output": "{\n \"Response\": {\n \"Positions\": [\n {\n \"CreateTime\": 1608882530000,\n \"Longitude\": 113.9709,\n \"Latitude\": 22.562782
|
955
|
+
"output": "{\n \"Response\": {\n \"Positions\": [\n {\n \"CreateTime\": 1608882530000,\n \"Longitude\": 113.9709,\n \"Latitude\": 22.562782,\n \"LocationType\": \"\",\n \"Accuracy\": 42.3\n }\n ],\n \"RequestId\": \"1e99faaf-a0f0-4c49-9d85-7f09f2b7f74e\"\n }\n}",
|
956
956
|
"title": "GetDeviceLocationHistory"
|
957
957
|
}
|
958
958
|
],
|
@@ -995,7 +995,7 @@
|
|
995
995
|
"status": "online"
|
996
996
|
},
|
997
997
|
"DescribeRecordTask": {
|
998
|
-
"document": "查询指定时间段范围内启动和结束的录制任务列表。\n- 使用前提\n1. 仅用于查询由 CreateRecordTask 接口创建的录制任务。\n2. 不能查询被 DeleteRecordTask 接口删除以及已过期(平台侧保留3
|
998
|
+
"document": "查询指定时间段范围内启动和结束的录制任务列表。\n- 使用前提\n1. 仅用于查询由 CreateRecordTask 接口创建的录制任务。\n2. 不能查询被 DeleteRecordTask 接口删除以及已过期(平台侧保留3个月)的录制任务。",
|
999
999
|
"input": "DescribeRecordTaskRequest",
|
1000
1000
|
"name": "查询录制任务列表(新)",
|
1001
1001
|
"output": "DescribeRecordTaskResponse",
|
@@ -12514,7 +12514,7 @@
|
|
12514
12514
|
"example": "RF1bV9tRVVEW=",
|
12515
12515
|
"member": "string",
|
12516
12516
|
"name": "ScrollToken",
|
12517
|
-
"
|
12517
|
+
"output_required": true,
|
12518
12518
|
"type": "string",
|
12519
12519
|
"value_allowed_null": false
|
12520
12520
|
},
|
@@ -12524,7 +12524,7 @@
|
|
12524
12524
|
"example": "无",
|
12525
12525
|
"member": "RecordTask",
|
12526
12526
|
"name": "TaskList",
|
12527
|
-
"
|
12527
|
+
"output_required": true,
|
12528
12528
|
"type": "list",
|
12529
12529
|
"value_allowed_null": false
|
12530
12530
|
},
|