tccli 3.0.1172.1__py2.py3-none-any.whl → 3.0.1174.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/asr/v20190614/api.json +2 -2
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cfg/v20210820/api.json +25 -0
- tccli/services/cls/v20201016/api.json +148 -16
- tccli/services/cls/v20201016/examples.json +5 -5
- tccli/services/cwp/v20180228/api.json +41 -14
- tccli/services/dlc/v20210125/api.json +137 -19
- tccli/services/dlc/v20210125/examples.json +6 -6
- tccli/services/ess/ess_client.py +57 -4
- tccli/services/ess/v20201111/api.json +138 -0
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +11 -0
- tccli/services/facefusion/v20181201/api.json +15 -21
- tccli/services/facefusion/v20220927/api.json +17 -21
- tccli/services/goosefs/v20220519/api.json +56 -11
- tccli/services/hunyuan/v20230901/api.json +9 -0
- tccli/services/iotexplorer/v20190423/api.json +20 -10
- tccli/services/iss/v20230517/api.json +58 -0
- tccli/services/iss/v20230517/examples.json +13 -7
- tccli/services/lighthouse/v20200324/api.json +18 -0
- tccli/services/mna/mna_client.py +53 -0
- tccli/services/mna/v20210119/api.json +80 -0
- tccli/services/mna/v20210119/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +47 -5
- tccli/services/ms/v20180408/api.json +46 -46
- tccli/services/ocr/ocr_client.py +413 -307
- tccli/services/ocr/v20181119/api.json +166 -4
- tccli/services/ocr/v20181119/examples.json +16 -0
- tccli/services/tdmq/v20200217/api.json +25 -6
- tccli/services/teo/v20220901/api.json +2 -2
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/trtc/v20190722/api.json +22 -0
- tccli/services/vpc/v20170312/api.json +93 -0
- {tccli-3.0.1172.1.dist-info → tccli-3.0.1174.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1172.1.dist-info → tccli-3.0.1174.1.dist-info}/RECORD +39 -39
- {tccli-3.0.1172.1.dist-info → tccli-3.0.1174.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1172.1.dist-info → tccli-3.0.1174.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1172.1.dist-info → tccli-3.0.1174.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1174.1'
|
@@ -120,7 +120,7 @@
|
|
120
120
|
"status": "online"
|
121
121
|
},
|
122
122
|
"SentenceRecognition": {
|
123
|
-
"document": "本接口用于对60
|
123
|
+
"document": "本接口用于对60秒之内的短音频文件进行识别。\n• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、德语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。\n• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL并提交请求,此种方式会走内网下载音频,极大降低整体请求时延;并且不会产生外网和流量下行费用,可节约成本(COS桶权限需要设置公有读私有写,或URL设置时效访问签名)\n• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac、 amr。\n• 请求方法为 HTTP POST , Content-Type为\"application/json; charset=utf-8\"\n• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。\n• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。",
|
124
124
|
"input": "SentenceRecognitionRequest",
|
125
125
|
"name": "一句话识别",
|
126
126
|
"output": "SentenceRecognitionResponse",
|
@@ -1602,7 +1602,7 @@
|
|
1602
1602
|
},
|
1603
1603
|
{
|
1604
1604
|
"disabled": false,
|
1605
|
-
"document": "语音的URL地址,需要公网环境浏览器可下载。当 SourceType 值为 0时须填写该字段,为 1 时不填。音频时长不能超过60s,音频文件大小不能超过3MB
|
1605
|
+
"document": "语音的URL地址,需要公网环境浏览器可下载。当 SourceType 值为 0时须填写该字段,为 1 时不填。音频时长不能超过60s,音频文件大小不能超过3MB。\n\n注意:推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL并提交请求,此种方式会走内网下载音频,极大降低整体请求时延;并且不会产生外网和流量下行费用,可节约成本(COS桶权限需要设置公有读私有写,或URL设置时效访问签名)",
|
1606
1606
|
"example": "http://test.voice.com/test.wav",
|
1607
1607
|
"member": "string",
|
1608
1608
|
"name": "Url",
|
@@ -5459,6 +5459,15 @@
|
|
5459
5459
|
"required": false,
|
5460
5460
|
"type": "string"
|
5461
5461
|
},
|
5462
|
+
{
|
5463
|
+
"disabled": false,
|
5464
|
+
"document": "座席工号",
|
5465
|
+
"example": "114514",
|
5466
|
+
"member": "string",
|
5467
|
+
"name": "StaffNo",
|
5468
|
+
"required": false,
|
5469
|
+
"type": "string"
|
5470
|
+
},
|
5462
5471
|
{
|
5463
5472
|
"disabled": false,
|
5464
5473
|
"document": "绑定技能组ID列表",
|
@@ -3475,6 +3475,7 @@
|
|
3475
3475
|
"example": "1",
|
3476
3476
|
"member": "int64",
|
3477
3477
|
"name": "TemplateGroupActionId",
|
3478
|
+
"output_required": true,
|
3478
3479
|
"required": true,
|
3479
3480
|
"type": "int",
|
3480
3481
|
"value_allowed_null": false
|
@@ -3485,6 +3486,7 @@
|
|
3485
3486
|
"example": "1",
|
3486
3487
|
"member": "int64",
|
3487
3488
|
"name": "ActionId",
|
3489
|
+
"output_required": true,
|
3488
3490
|
"required": true,
|
3489
3491
|
"type": "int",
|
3490
3492
|
"value_allowed_null": false
|
@@ -3495,6 +3497,7 @@
|
|
3495
3497
|
"example": "1",
|
3496
3498
|
"member": "int64",
|
3497
3499
|
"name": "Order",
|
3500
|
+
"output_required": true,
|
3498
3501
|
"required": true,
|
3499
3502
|
"type": "int",
|
3500
3503
|
"value_allowed_null": false
|
@@ -3505,6 +3508,7 @@
|
|
3505
3508
|
"example": "{}",
|
3506
3509
|
"member": "string",
|
3507
3510
|
"name": "GeneralConfiguration",
|
3511
|
+
"output_required": true,
|
3508
3512
|
"required": true,
|
3509
3513
|
"type": "string",
|
3510
3514
|
"value_allowed_null": true
|
@@ -3515,6 +3519,7 @@
|
|
3515
3519
|
"example": "{}",
|
3516
3520
|
"member": "string",
|
3517
3521
|
"name": "CustomConfiguration",
|
3522
|
+
"output_required": true,
|
3518
3523
|
"required": true,
|
3519
3524
|
"type": "string",
|
3520
3525
|
"value_allowed_null": true
|
@@ -3525,6 +3530,7 @@
|
|
3525
3530
|
"example": "\"2021-08-17 20:05:04\"",
|
3526
3531
|
"member": "string",
|
3527
3532
|
"name": "CreateTime",
|
3533
|
+
"output_required": true,
|
3528
3534
|
"required": true,
|
3529
3535
|
"type": "string",
|
3530
3536
|
"value_allowed_null": false
|
@@ -3535,6 +3541,7 @@
|
|
3535
3541
|
"example": "\"2021-08-17 20:05:04\"",
|
3536
3542
|
"member": "string",
|
3537
3543
|
"name": "UpdateTime",
|
3544
|
+
"output_required": true,
|
3538
3545
|
"required": true,
|
3539
3546
|
"type": "string",
|
3540
3547
|
"value_allowed_null": false
|
@@ -3545,6 +3552,7 @@
|
|
3545
3552
|
"example": "关机",
|
3546
3553
|
"member": "string",
|
3547
3554
|
"name": "ActionTitle",
|
3555
|
+
"output_required": true,
|
3548
3556
|
"required": true,
|
3549
3557
|
"type": "string",
|
3550
3558
|
"value_allowed_null": false
|
@@ -3555,6 +3563,7 @@
|
|
3555
3563
|
"example": "123456",
|
3556
3564
|
"member": "int64",
|
3557
3565
|
"name": "RandomId",
|
3566
|
+
"output_required": true,
|
3558
3567
|
"required": true,
|
3559
3568
|
"type": "int",
|
3560
3569
|
"value_allowed_null": true
|
@@ -3565,6 +3574,7 @@
|
|
3565
3574
|
"example": "123456",
|
3566
3575
|
"member": "int64",
|
3567
3576
|
"name": "RecoverId",
|
3577
|
+
"output_required": true,
|
3568
3578
|
"required": true,
|
3569
3579
|
"type": "int",
|
3570
3580
|
"value_allowed_null": true
|
@@ -3575,6 +3585,7 @@
|
|
3575
3585
|
"example": "123456",
|
3576
3586
|
"member": "int64",
|
3577
3587
|
"name": "ExecuteId",
|
3588
|
+
"output_required": true,
|
3578
3589
|
"required": true,
|
3579
3590
|
"type": "int",
|
3580
3591
|
"value_allowed_null": true
|
@@ -3585,6 +3596,7 @@
|
|
3585
3596
|
"example": "0",
|
3586
3597
|
"member": "int64",
|
3587
3598
|
"name": "ActionApiType",
|
3599
|
+
"output_required": true,
|
3588
3600
|
"required": false,
|
3589
3601
|
"type": "int",
|
3590
3602
|
"value_allowed_null": true
|
@@ -3595,6 +3607,7 @@
|
|
3595
3607
|
"example": "1",
|
3596
3608
|
"member": "int64",
|
3597
3609
|
"name": "ActionAttribute",
|
3610
|
+
"output_required": true,
|
3598
3611
|
"required": false,
|
3599
3612
|
"type": "int",
|
3600
3613
|
"value_allowed_null": true
|
@@ -3605,6 +3618,18 @@
|
|
3605
3618
|
"example": "平台",
|
3606
3619
|
"member": "string",
|
3607
3620
|
"name": "ActionType",
|
3621
|
+
"output_required": true,
|
3622
|
+
"required": false,
|
3623
|
+
"type": "string",
|
3624
|
+
"value_allowed_null": true
|
3625
|
+
},
|
3626
|
+
{
|
3627
|
+
"disabled": false,
|
3628
|
+
"document": "动作风险等级,1:低风险 2:中风险 3:高风险\n注意:此字段可能返回 null,表示取不到有效值。",
|
3629
|
+
"example": "1",
|
3630
|
+
"member": "string",
|
3631
|
+
"name": "ActionRisk",
|
3632
|
+
"output_required": false,
|
3608
3633
|
"required": false,
|
3609
3634
|
"type": "string",
|
3610
3635
|
"value_allowed_null": true
|
@@ -372,7 +372,7 @@
|
|
372
372
|
"status": "online"
|
373
373
|
},
|
374
374
|
"DescribeDashboardSubscribes": {
|
375
|
-
"document": "
|
375
|
+
"document": "本接口用于获取仪表盘订阅列表,支持分页",
|
376
376
|
"input": "DescribeDashboardSubscribesRequest",
|
377
377
|
"name": "获取仪表盘订阅列表",
|
378
378
|
"output": "DescribeDashboardSubscribesResponse",
|
@@ -2512,8 +2512,8 @@
|
|
2512
2512
|
},
|
2513
2513
|
{
|
2514
2514
|
"disabled": false,
|
2515
|
-
"document": "
|
2516
|
-
"example": "
|
2515
|
+
"document": "默认查询范围的开始时间点,支持绝对时间(13位Unix时间戳)或相对时间表达式",
|
2516
|
+
"example": "'1706781017413'或now-7d",
|
2517
2517
|
"member": "string",
|
2518
2518
|
"name": "StartTime",
|
2519
2519
|
"output_required": false,
|
@@ -2523,8 +2523,8 @@
|
|
2523
2523
|
},
|
2524
2524
|
{
|
2525
2525
|
"disabled": false,
|
2526
|
-
"document": "
|
2527
|
-
"example": "
|
2526
|
+
"document": "默认查询范围的结束时间点,支持绝对时间(13位Unix时间戳)或相对时间表达式。注意,结束时间点要大于开始时间点",
|
2527
|
+
"example": "'1706791017413'或now",
|
2528
2528
|
"member": "string",
|
2529
2529
|
"name": "EndTime",
|
2530
2530
|
"output_required": false,
|
@@ -2534,8 +2534,8 @@
|
|
2534
2534
|
},
|
2535
2535
|
{
|
2536
2536
|
"disabled": false,
|
2537
|
-
"document": "
|
2538
|
-
"example": "
|
2537
|
+
"document": "仅当StartTime/EndTime为相对时间时使用,基于NowTime计算绝对时间,默认为创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2538
|
+
"example": "1706797306086",
|
2539
2539
|
"member": "uint64",
|
2540
2540
|
"name": "NowTime",
|
2541
2541
|
"output_required": false,
|
@@ -2545,7 +2545,7 @@
|
|
2545
2545
|
},
|
2546
2546
|
{
|
2547
2547
|
"disabled": false,
|
2548
|
-
"document": "
|
2548
|
+
"document": "默认的检索分析语句,仅当Type为2时使用\n注意:此字段可能返回 null,表示取不到有效值。",
|
2549
2549
|
"example": "[ { \"Name\":\"query\", \"Values\":[ \"* | select *\" ] } ]",
|
2550
2550
|
"member": "ConsoleSharingParam",
|
2551
2551
|
"name": "Params",
|
@@ -2556,8 +2556,8 @@
|
|
2556
2556
|
},
|
2557
2557
|
{
|
2558
2558
|
"disabled": false,
|
2559
|
-
"document": "
|
2560
|
-
"example": "
|
2559
|
+
"document": "是否允许访问者自行修改检索分析时间范围。默认不锁定(false)",
|
2560
|
+
"example": "false",
|
2561
2561
|
"member": "bool",
|
2562
2562
|
"name": "IsLockTimeRange",
|
2563
2563
|
"output_required": true,
|
@@ -2567,14 +2567,25 @@
|
|
2567
2567
|
},
|
2568
2568
|
{
|
2569
2569
|
"disabled": false,
|
2570
|
-
"document": "
|
2571
|
-
"example": "
|
2570
|
+
"document": "是否允许访问者自行修改日志检索语句。在检索页分享中表示检索语句锁定状态;在仪表盘中表示过滤变量锁定状态。默认不锁定(false)",
|
2571
|
+
"example": "false",
|
2572
2572
|
"member": "bool",
|
2573
2573
|
"name": "IsLockQuery",
|
2574
2574
|
"output_required": true,
|
2575
2575
|
"required": false,
|
2576
2576
|
"type": "bool",
|
2577
2577
|
"value_allowed_null": false
|
2578
|
+
},
|
2579
|
+
{
|
2580
|
+
"disabled": false,
|
2581
|
+
"document": "检索页分享是否允许访问者下载日志,默认不允许(false)\n注意:此字段可能返回 null,表示取不到有效值。",
|
2582
|
+
"example": "false",
|
2583
|
+
"member": "bool",
|
2584
|
+
"name": "IsSupportLogExport",
|
2585
|
+
"output_required": false,
|
2586
|
+
"required": false,
|
2587
|
+
"type": "bool",
|
2588
|
+
"value_allowed_null": true
|
2578
2589
|
}
|
2579
2590
|
],
|
2580
2591
|
"usage": "both"
|
@@ -4038,7 +4049,44 @@
|
|
4038
4049
|
},
|
4039
4050
|
"CreateDashboardSubscribeRequest": {
|
4040
4051
|
"document": "CreateDashboardSubscribe请求参数结构体",
|
4041
|
-
"members": [
|
4052
|
+
"members": [
|
4053
|
+
{
|
4054
|
+
"disabled": false,
|
4055
|
+
"document": "仪表盘订阅名称。",
|
4056
|
+
"example": "仪表盘-CLS-日报",
|
4057
|
+
"member": "string",
|
4058
|
+
"name": "Name",
|
4059
|
+
"required": true,
|
4060
|
+
"type": "string"
|
4061
|
+
},
|
4062
|
+
{
|
4063
|
+
"disabled": false,
|
4064
|
+
"document": "仪表盘id。",
|
4065
|
+
"example": "xxx-xxx-xxx-xxx",
|
4066
|
+
"member": "string",
|
4067
|
+
"name": "DashboardId",
|
4068
|
+
"required": true,
|
4069
|
+
"type": "string"
|
4070
|
+
},
|
4071
|
+
{
|
4072
|
+
"disabled": false,
|
4073
|
+
"document": "订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。<br><li/>{秒数} 取值范围: 0 ~ 59 <br><li/>{分钟} 取值范围: 0 ~ 59 <br><li/>{小时} 取值范围: 0 ~ 23 <br><li/>{日期} 取值范围: 1 ~ 31 AND (dayOfMonth最后一天: L) <br><li/>{月份} 取值范围: 1 ~ 12 <br><li/>{星期} 取值范围: 0 ~ 6 【0:星期日, 6星期六】",
|
4074
|
+
"example": "\"0 0 10 L * ?\"",
|
4075
|
+
"member": "string",
|
4076
|
+
"name": "Cron",
|
4077
|
+
"required": true,
|
4078
|
+
"type": "string"
|
4079
|
+
},
|
4080
|
+
{
|
4081
|
+
"disabled": false,
|
4082
|
+
"document": "仪表盘订阅数据。",
|
4083
|
+
"example": "无",
|
4084
|
+
"member": "DashboardSubscribeData",
|
4085
|
+
"name": "SubscribeData",
|
4086
|
+
"required": true,
|
4087
|
+
"type": "object"
|
4088
|
+
}
|
4089
|
+
],
|
4042
4090
|
"type": "object"
|
4043
4091
|
},
|
4044
4092
|
"CreateDashboardSubscribeResponse": {
|
@@ -5889,7 +5937,17 @@
|
|
5889
5937
|
},
|
5890
5938
|
"DeleteDashboardSubscribeRequest": {
|
5891
5939
|
"document": "DeleteDashboardSubscribe请求参数结构体",
|
5892
|
-
"members": [
|
5940
|
+
"members": [
|
5941
|
+
{
|
5942
|
+
"disabled": false,
|
5943
|
+
"document": "仪表盘订阅记录id。",
|
5944
|
+
"example": "id",
|
5945
|
+
"member": "uint64",
|
5946
|
+
"name": "Id",
|
5947
|
+
"required": true,
|
5948
|
+
"type": "int"
|
5949
|
+
}
|
5950
|
+
],
|
5893
5951
|
"type": "object"
|
5894
5952
|
},
|
5895
5953
|
"DeleteDashboardSubscribeResponse": {
|
@@ -6811,7 +6869,35 @@
|
|
6811
6869
|
},
|
6812
6870
|
"DescribeDashboardSubscribesRequest": {
|
6813
6871
|
"document": "DescribeDashboardSubscribes请求参数结构体",
|
6814
|
-
"members": [
|
6872
|
+
"members": [
|
6873
|
+
{
|
6874
|
+
"disabled": false,
|
6875
|
+
"document": "<br><li/> dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否<br><br><li/> 每次请求的Filters的上限为10,Filter.Values的上限为100。",
|
6876
|
+
"example": "无",
|
6877
|
+
"member": "Filter",
|
6878
|
+
"name": "Filters",
|
6879
|
+
"required": false,
|
6880
|
+
"type": "list"
|
6881
|
+
},
|
6882
|
+
{
|
6883
|
+
"disabled": false,
|
6884
|
+
"document": "分页的偏移量,默认值为0。",
|
6885
|
+
"example": "10",
|
6886
|
+
"member": "uint64",
|
6887
|
+
"name": "Offset",
|
6888
|
+
"required": false,
|
6889
|
+
"type": "int"
|
6890
|
+
},
|
6891
|
+
{
|
6892
|
+
"disabled": false,
|
6893
|
+
"document": "分页单页限制数目,默认值为20,最大值100。",
|
6894
|
+
"example": "30",
|
6895
|
+
"member": "uint64",
|
6896
|
+
"name": "Limit",
|
6897
|
+
"required": false,
|
6898
|
+
"type": "int"
|
6899
|
+
}
|
6900
|
+
],
|
6815
6901
|
"type": "object"
|
6816
6902
|
},
|
6817
6903
|
"DescribeDashboardSubscribesResponse": {
|
@@ -11038,7 +11124,53 @@
|
|
11038
11124
|
},
|
11039
11125
|
"ModifyDashboardSubscribeRequest": {
|
11040
11126
|
"document": "ModifyDashboardSubscribe请求参数结构体",
|
11041
|
-
"members": [
|
11127
|
+
"members": [
|
11128
|
+
{
|
11129
|
+
"disabled": false,
|
11130
|
+
"document": "仪表盘订阅id。",
|
11131
|
+
"example": "1",
|
11132
|
+
"member": "uint64",
|
11133
|
+
"name": "Id",
|
11134
|
+
"required": true,
|
11135
|
+
"type": "int"
|
11136
|
+
},
|
11137
|
+
{
|
11138
|
+
"disabled": false,
|
11139
|
+
"document": "仪表盘id。",
|
11140
|
+
"example": "xxx-xxx-xxx-xxx",
|
11141
|
+
"member": "string",
|
11142
|
+
"name": "DashboardId",
|
11143
|
+
"required": false,
|
11144
|
+
"type": "string"
|
11145
|
+
},
|
11146
|
+
{
|
11147
|
+
"disabled": false,
|
11148
|
+
"document": "仪表盘订阅名称。",
|
11149
|
+
"example": "仪表盘-CLS-日报",
|
11150
|
+
"member": "string",
|
11151
|
+
"name": "Name",
|
11152
|
+
"required": false,
|
11153
|
+
"type": "string"
|
11154
|
+
},
|
11155
|
+
{
|
11156
|
+
"disabled": false,
|
11157
|
+
"document": "订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。",
|
11158
|
+
"example": "\"0 0 10 L * ?\"",
|
11159
|
+
"member": "string",
|
11160
|
+
"name": "Cron",
|
11161
|
+
"required": false,
|
11162
|
+
"type": "string"
|
11163
|
+
},
|
11164
|
+
{
|
11165
|
+
"disabled": false,
|
11166
|
+
"document": "仪表盘订阅数据。",
|
11167
|
+
"example": "无",
|
11168
|
+
"member": "DashboardSubscribeData",
|
11169
|
+
"name": "SubscribeData",
|
11170
|
+
"required": false,
|
11171
|
+
"type": "object"
|
11172
|
+
}
|
11173
|
+
],
|
11042
11174
|
"type": "object"
|
11043
11175
|
},
|
11044
11176
|
"ModifyDashboardSubscribeResponse": {
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"CreateDashboardSubscribe": [
|
126
126
|
{
|
127
127
|
"document": "创建仪表盘订阅",
|
128
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDashboardSubscribe\n<公共请求参数>\n\n{}",
|
128
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDashboardSubscribe\n<公共请求参数>\n\n{\n \"Name\": \"每月最后一天早晨10点\",\n \"DashboardId\": \"xxx-xxxxxx-xxxxxxx-xxxxxxxx\",\n \"Cron\": \"0 0 10 L * ?\",\n \"SubscribeData\": {\n \"DashboardTime\": [\n \"2022-05-01T00:00:00.000\",\n \"2022-05-31T23:59:59.999\"\n ],\n \"TemplateVariables\": [\n {\n \"Key\": \"name\",\n \"Values\": [\n \"abc\"\n ]\n }\n ],\n \"NoticeModes\": [\n {\n \"ReceiverType\": \"Uin\",\n \"Values\": [\n \"168053\"\n ],\n \"ReceiverChannels\": [\n \"Sms\"\n ]\n },\n {\n \"ReceiverType\": \"Group\",\n \"Values\": [\n \"10721522\",\n \"9553840\"\n ],\n \"ReceiverChannels\": [\n \"Sms\"\n ]\n },\n {\n \"ReceiverType\": \"Email\",\n \"Values\": [\n \"3333@qq.com\",\n \"xxx@163.com\"\n ],\n \"ReceiverChannels\": []\n }\n ]\n }\n}",
|
129
129
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
130
130
|
"title": "创建仪表盘订阅"
|
131
131
|
}
|
@@ -277,7 +277,7 @@
|
|
277
277
|
"DeleteDashboardSubscribe": [
|
278
278
|
{
|
279
279
|
"document": "",
|
280
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDashboardSubscribe\n<公共请求参数>\n\n{}",
|
280
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDashboardSubscribe\n<公共请求参数>\n\n{\n \"Id\": 10\n}",
|
281
281
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
282
282
|
"title": "创建仪表盘订阅"
|
283
283
|
}
|
@@ -445,8 +445,8 @@
|
|
445
445
|
"DescribeDashboardSubscribes": [
|
446
446
|
{
|
447
447
|
"document": "",
|
448
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDashboardSubscribes\n<公共请求参数>\n\n{}",
|
449
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
448
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDashboardSubscribes\n<公共请求参数>\n\n{\n \"Filters\": [],\n \"Offset\": 10,\n \"Limit\": 30\n}",
|
449
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
450
450
|
"title": "获取仪表盘订阅列表"
|
451
451
|
}
|
452
452
|
],
|
@@ -681,7 +681,7 @@
|
|
681
681
|
"ModifyDashboardSubscribe": [
|
682
682
|
{
|
683
683
|
"document": "修改仪表盘订阅",
|
684
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDashboardSubscribe\n<公共请求参数>\n\n{}",
|
684
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDashboardSubscribe\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Name\": \"每月最后一天早晨10点\",\n \"DashboardId\": \"xxx-xxxxxx-xxxxxxx-xxxxxxxx\",\n \"Cron\": \"0 0 10 L * ?\",\n \"SubscribeData\": {\n \"DashboardTime\": [\n \"2022-05-01T00:00:00.000\",\n \"2022-05-31T23:59:59.999\"\n ],\n \"TemplateVariables\": [\n {\n \"Key\": \"name\",\n \"Values\": [\n \"abc\"\n ]\n }\n ],\n \"NoticeModes\": [\n {\n \"ReceiverType\": \"Uin\",\n \"Values\": [\n \"168053\"\n ],\n \"ReceiverChannels\": [\n \"Sms\"\n ]\n },\n {\n \"ReceiverType\": \"Group\",\n \"Values\": [\n \"10721522\",\n \"9553840\"\n ],\n \"ReceiverChannels\": [\n \"Sms\"\n ]\n },\n {\n \"ReceiverType\": \"Email\",\n \"Values\": [\n \"3333@qq.com\",\n \"xxx@163.com\"\n ],\n \"ReceiverChannels\": []\n }\n ]\n }\n}",
|
685
685
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
686
686
|
"title": "修改仪表盘订阅"
|
687
687
|
}
|
@@ -13316,7 +13316,7 @@
|
|
13316
13316
|
"example": "1373",
|
13317
13317
|
"member": "uint64",
|
13318
13318
|
"name": "VulId",
|
13319
|
-
"
|
13319
|
+
"output_required": true,
|
13320
13320
|
"type": "int",
|
13321
13321
|
"value_allowed_null": true
|
13322
13322
|
},
|
@@ -13326,7 +13326,7 @@
|
|
13326
13326
|
"example": "本地提权漏洞",
|
13327
13327
|
"member": "string",
|
13328
13328
|
"name": "VulName",
|
13329
|
-
"
|
13329
|
+
"output_required": true,
|
13330
13330
|
"type": "string",
|
13331
13331
|
"value_allowed_null": true
|
13332
13332
|
},
|
@@ -13336,7 +13336,7 @@
|
|
13336
13336
|
"example": "[]",
|
13337
13337
|
"member": "VulInfoHostInfo",
|
13338
13338
|
"name": "HostList",
|
13339
|
-
"
|
13339
|
+
"output_required": true,
|
13340
13340
|
"type": "list",
|
13341
13341
|
"value_allowed_null": true
|
13342
13342
|
},
|
@@ -13346,9 +13346,19 @@
|
|
13346
13346
|
"example": "[\"需要重启\"]",
|
13347
13347
|
"member": "string",
|
13348
13348
|
"name": "FixTag",
|
13349
|
-
"
|
13349
|
+
"output_required": true,
|
13350
13350
|
"type": "list",
|
13351
13351
|
"value_allowed_null": true
|
13352
|
+
},
|
13353
|
+
{
|
13354
|
+
"disabled": false,
|
13355
|
+
"document": "漏洞分类1 web cms漏洞,2应用漏洞,4linux软件漏洞,5windows系统漏洞\n注意:此字段可能返回 null,表示取不到有效值。",
|
13356
|
+
"example": "1",
|
13357
|
+
"member": "uint64",
|
13358
|
+
"name": "VulCategory",
|
13359
|
+
"output_required": false,
|
13360
|
+
"type": "int",
|
13361
|
+
"value_allowed_null": true
|
13352
13362
|
}
|
13353
13363
|
],
|
13354
13364
|
"usage": "out"
|
@@ -15126,8 +15136,7 @@
|
|
15126
15136
|
"member": "uint64",
|
15127
15137
|
"name": "VulId",
|
15128
15138
|
"required": true,
|
15129
|
-
"type": "int"
|
15130
|
-
"value_allowed_null": false
|
15139
|
+
"type": "int"
|
15131
15140
|
},
|
15132
15141
|
{
|
15133
15142
|
"disabled": false,
|
@@ -15136,8 +15145,16 @@
|
|
15136
15145
|
"member": "string",
|
15137
15146
|
"name": "Quuids",
|
15138
15147
|
"required": true,
|
15139
|
-
"type": "list"
|
15140
|
-
|
15148
|
+
"type": "list"
|
15149
|
+
},
|
15150
|
+
{
|
15151
|
+
"disabled": false,
|
15152
|
+
"document": "修复方式 0组件更新或者安装补丁,1禁用服务",
|
15153
|
+
"example": "0",
|
15154
|
+
"member": "uint64",
|
15155
|
+
"name": "FixMethod",
|
15156
|
+
"required": false,
|
15157
|
+
"type": "int"
|
15141
15158
|
}
|
15142
15159
|
],
|
15143
15160
|
"usage": "in"
|
@@ -59386,7 +59403,7 @@
|
|
59386
59403
|
"example": "12",
|
59387
59404
|
"member": "uint64",
|
59388
59405
|
"name": "VulId",
|
59389
|
-
"
|
59406
|
+
"output_required": true,
|
59390
59407
|
"type": "int",
|
59391
59408
|
"value_allowed_null": true
|
59392
59409
|
},
|
@@ -59396,7 +59413,7 @@
|
|
59396
59413
|
"example": "本地提权漏洞",
|
59397
59414
|
"member": "string",
|
59398
59415
|
"name": "VulName",
|
59399
|
-
"
|
59416
|
+
"output_required": true,
|
59400
59417
|
"type": "string",
|
59401
59418
|
"value_allowed_null": true
|
59402
59419
|
},
|
@@ -59406,7 +59423,7 @@
|
|
59406
59423
|
"example": "80",
|
59407
59424
|
"member": "uint64",
|
59408
59425
|
"name": "Progress",
|
59409
|
-
"
|
59426
|
+
"output_required": true,
|
59410
59427
|
"type": "int",
|
59411
59428
|
"value_allowed_null": false
|
59412
59429
|
},
|
@@ -59416,7 +59433,7 @@
|
|
59416
59433
|
"example": "[]",
|
59417
59434
|
"member": "VulFixStatusHostInfo",
|
59418
59435
|
"name": "HostList",
|
59419
|
-
"
|
59436
|
+
"output_required": true,
|
59420
59437
|
"type": "list",
|
59421
59438
|
"value_allowed_null": true
|
59422
59439
|
},
|
@@ -59426,7 +59443,7 @@
|
|
59426
59443
|
"example": "1",
|
59427
59444
|
"member": "uint64",
|
59428
59445
|
"name": "FailCnt",
|
59429
|
-
"
|
59446
|
+
"output_required": true,
|
59430
59447
|
"type": "int",
|
59431
59448
|
"value_allowed_null": true
|
59432
59449
|
},
|
@@ -59436,7 +59453,17 @@
|
|
59436
59453
|
"example": "0",
|
59437
59454
|
"member": "uint64",
|
59438
59455
|
"name": "FixSuccessCnt",
|
59439
|
-
"
|
59456
|
+
"output_required": true,
|
59457
|
+
"type": "int",
|
59458
|
+
"value_allowed_null": true
|
59459
|
+
},
|
59460
|
+
{
|
59461
|
+
"disabled": false,
|
59462
|
+
"document": "修复方式 0组件更新或者安装补丁,1禁用服务\n注意:此字段可能返回 null,表示取不到有效值。",
|
59463
|
+
"example": "0",
|
59464
|
+
"member": "uint64",
|
59465
|
+
"name": "FixMethod",
|
59466
|
+
"output_required": false,
|
59440
59467
|
"type": "int",
|
59441
59468
|
"value_allowed_null": true
|
59442
59469
|
}
|