tencentcloud-sdk-nodejs 4.0.378 → 4.0.379

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.
Files changed (130) hide show
  1. package/CHANGELOG.md +230 -0
  2. package/SERVICE_CHANGELOG.md +707 -69
  3. package/package.json +1 -1
  4. package/products.md +33 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +25 -0
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +160 -0
  8. package/src/services/apm/v20210622/apm_models.ts +25 -10
  9. package/src/services/cat/v20180409/cat_models.ts +59 -14
  10. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  11. package/src/services/cdn/v20180606/cdn_client.ts +273 -272
  12. package/src/services/cdn/v20180606/cdn_models.ts +6322 -6296
  13. package/src/services/clb/v20180317/clb_client.ts +2 -2
  14. package/src/services/clb/v20180317/clb_models.ts +2 -2
  15. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +2 -2
  16. package/src/services/cls/v20201016/cls_client.ts +1 -0
  17. package/src/services/cls/v20201016/cls_models.ts +21 -1
  18. package/src/services/cpdp/v20190820/cpdp_client.ts +40 -1
  19. package/src/services/cpdp/v20190820/cpdp_models.ts +352 -11
  20. package/src/services/cvm/v20170312/cvm_client.ts +0 -2
  21. package/src/services/cvm/v20170312/cvm_models.ts +11 -1
  22. package/src/services/cynosdb/v20190107/cynosdb_models.ts +24 -9
  23. package/src/services/dlc/v20210125/dlc_models.ts +46 -2
  24. package/src/services/es/v20180416/es_client.ts +4 -2
  25. package/src/services/es/v20180416/es_models.ts +100 -23
  26. package/src/services/ess/v20201111/ess_models.ts +6 -3
  27. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -3
  28. package/src/services/gaap/v20180529/gaap_models.ts +16 -0
  29. package/src/services/gpm/v20200820/gpm_client.ts +72 -36
  30. package/src/services/gse/v20191112/gse_client.ts +288 -140
  31. package/src/services/iai/v20180301/iai_client.ts +11 -1
  32. package/src/services/index.ts +1 -0
  33. package/src/services/iotvideo/index.ts +2 -0
  34. package/src/services/iotvideo/v20211125/index.ts +6 -0
  35. package/src/services/iotvideo/v20211125/iotvideo_client.ts +81 -0
  36. package/src/services/iotvideo/v20211125/iotvideo_models.ts +262 -0
  37. package/src/services/irp/index.ts +5 -0
  38. package/src/services/irp/v20220324/index.ts +6 -0
  39. package/src/services/irp/v20220324/irp_client.ts +87 -0
  40. package/src/services/irp/v20220324/irp_models.ts +708 -0
  41. package/src/services/live/v20180801/live_client.ts +28 -89
  42. package/src/services/live/v20180801/live_models.ts +235 -406
  43. package/src/services/mgobe/v20201014/mgobe_client.ts +28 -14
  44. package/src/services/oceanus/v20190422/oceanus_client.ts +140 -99
  45. package/src/services/oceanus/v20190422/oceanus_models.ts +435 -54
  46. package/src/services/ocr/v20181119/ocr_models.ts +17 -7
  47. package/src/services/redis/v20180412/redis_models.ts +6 -1
  48. package/src/services/rum/v20210622/rum_models.ts +25 -0
  49. package/src/services/tem/v20210701/tem_models.ts +9 -3
  50. package/src/services/teo/v20220106/teo_client.ts +2 -1
  51. package/src/services/teo/v20220106/teo_models.ts +44 -8
  52. package/src/services/tke/v20180525/tke_models.ts +8 -1
  53. package/src/services/tse/v20201207/tse_models.ts +16 -0
  54. package/src/services/vod/v20180717/vod_models.ts +43 -12
  55. package/src/services/yinsuda/v20220527/yinsuda_models.ts +10 -0
  56. package/tencentcloud/common/sdk_version.d.ts +1 -1
  57. package/tencentcloud/common/sdk_version.js +1 -1
  58. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +9 -1
  59. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +12 -0
  60. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +133 -0
  61. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +23 -10
  62. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +45 -0
  63. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  64. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  65. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5485 -5463
  66. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +2 -2
  67. package/tencentcloud/services/clb/v20180317/clb_client.js +2 -2
  68. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  69. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +2 -2
  70. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +18 -1
  71. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +14 -2
  72. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +19 -1
  73. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +297 -8
  74. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +0 -2
  75. package/tencentcloud/services/cvm/v20170312/cvm_client.js +0 -2
  76. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
  77. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +21 -9
  78. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +38 -2
  79. package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -1
  80. package/tencentcloud/services/es/v20180416/es_models.d.ts +84 -20
  81. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -2
  82. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -3
  83. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +13 -0
  84. package/tencentcloud/services/gpm/v20200820/gpm_client.d.ts +54 -18
  85. package/tencentcloud/services/gpm/v20200820/gpm_client.js +54 -18
  86. package/tencentcloud/services/gse/v20191112/gse_client.d.ts +222 -74
  87. package/tencentcloud/services/gse/v20191112/gse_client.js +222 -74
  88. package/tencentcloud/services/iai/v20180301/iai_client.d.ts +10 -0
  89. package/tencentcloud/services/iai/v20180301/iai_client.js +10 -0
  90. package/tencentcloud/services/index.d.ts +1 -0
  91. package/tencentcloud/services/index.js +2 -0
  92. package/tencentcloud/services/iotvideo/index.d.ts +4 -0
  93. package/tencentcloud/services/iotvideo/index.js +2 -0
  94. package/tencentcloud/services/iotvideo/v20211125/index.d.ts +6 -0
  95. package/tencentcloud/services/iotvideo/v20211125/index.js +9 -0
  96. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +26 -0
  97. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +55 -0
  98. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +210 -0
  99. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.js +18 -0
  100. package/tencentcloud/services/irp/index.d.ts +6 -0
  101. package/tencentcloud/services/irp/index.js +7 -0
  102. package/tencentcloud/services/irp/v20220324/index.d.ts +6 -0
  103. package/tencentcloud/services/irp/v20220324/index.js +9 -0
  104. package/tencentcloud/services/irp/v20220324/irp_client.d.ts +26 -0
  105. package/tencentcloud/services/irp/v20220324/irp_client.js +55 -0
  106. package/tencentcloud/services/irp/v20220324/irp_models.d.ts +572 -0
  107. package/tencentcloud/services/irp/v20220324/irp_models.js +18 -0
  108. package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -28
  109. package/tencentcloud/services/live/v20180801/live_client.js +8 -39
  110. package/tencentcloud/services/live/v20180801/live_models.d.ts +207 -354
  111. package/tencentcloud/services/mgobe/v20201014/mgobe_client.d.ts +21 -7
  112. package/tencentcloud/services/mgobe/v20201014/mgobe_client.js +21 -7
  113. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +49 -37
  114. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +72 -54
  115. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +366 -46
  116. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +14 -6
  117. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +5 -1
  118. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +20 -0
  119. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +7 -2
  120. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +37 -6
  121. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +7 -1
  122. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +13 -0
  123. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +38 -11
  124. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +8 -0
  125. package/test/antiddos.v20200309.test.js +20 -0
  126. package/test/cpdp.v20190820.test.js +30 -0
  127. package/test/iotvideo.v20211125.test.js +61 -0
  128. package/test/irp.v20220324.test.js +61 -0
  129. package/test/live.v20180801.test.js +4 -54
  130. package/test/oceanus.v20190422.test.js +64 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.378",
3
+ "version": "4.0.379",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -8,12 +8,12 @@
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
9
9
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
10
10
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-23 06:06:13 |
11
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-07-04 06:02:00 |
11
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-07-11 11:21:01 |
12
12
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
15
15
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
16
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-06-30 06:00:50 |
16
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-07-12 06:04:29 |
17
17
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-07-04 06:02:30 |
18
18
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-23 06:06:50 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
@@ -34,12 +34,12 @@
34
34
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
35
35
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-04-27 06:05:49 |
36
36
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
37
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-07-04 17:57:38 |
37
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-07-11 06:07:06 |
38
38
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-07-06 06:07:59 |
39
39
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-07-01 06:06:59 |
40
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-07-06 06:08:10 |
40
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-07-12 06:05:46 |
41
41
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
42
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-30 06:02:27 |
42
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-07-11 06:07:38 |
43
43
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
44
44
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
45
45
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
@@ -50,26 +50,26 @@
50
50
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
51
51
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
52
52
  | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-07-05 06:09:16 |
53
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-06 06:09:16 |
54
- | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
53
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-13 06:07:23 |
54
+ | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
55
55
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
56
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-29 06:04:44 |
56
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-07-12 06:07:15 |
57
57
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
58
58
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
59
59
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
60
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-07-05 06:10:03 |
60
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-07-13 06:08:02 |
61
61
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
62
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-07-07 06:07:50 |
62
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-07-13 06:08:35 |
63
63
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-07-06 06:10:33 |
64
64
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
65
- | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-07-04 06:07:00 |
65
+ | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-07-12 06:09:05 |
66
66
  | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
67
67
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
68
68
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-06-22 06:06:28 |
69
69
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-01 11:26:52 |
70
70
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
71
71
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-07-05 06:12:03 |
72
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-07-06 06:11:44 |
72
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-07-13 06:09:56 |
73
73
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-06-23 06:11:27 |
74
74
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
75
75
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
@@ -83,18 +83,18 @@
83
83
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
84
84
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
85
85
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-09 06:11:36 |
86
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-07-05 06:13:25 |
87
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-07-07 06:10:21 |
88
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-07 06:10:24 |
86
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-07-13 06:11:03 |
87
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-07-12 06:11:06 |
88
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-11 06:12:12 |
89
89
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
90
90
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-06-02 06:08:18 |
91
91
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
92
92
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
93
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-06-28 06:10:45 |
93
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-07-13 06:11:21 |
94
94
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-04-04 06:44:28 |
95
- | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-04-04 06:44:42 |
95
+ | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
96
96
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
97
- | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-04-04 06:44:57 |
97
+ | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
98
98
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
99
99
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
100
100
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-05-24 06:13:22 |
@@ -108,18 +108,19 @@
108
108
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
109
109
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-08 06:10:59 |
110
110
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
111
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-06-21 06:09:19 |
111
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-07-07 20:28:12 |
112
112
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
113
+ | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-07-13 06:13:00 |
113
114
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
114
115
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-21 06:09:47 |
115
116
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-28 06:12:49 |
116
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-22 06:10:05 |
117
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-07-13 06:13:20 |
117
118
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
118
119
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
119
120
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-06 06:15:28 |
120
121
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
121
122
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
122
- | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
123
+ | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
123
124
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-28 19:50:53 |
124
125
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
125
126
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
@@ -131,18 +132,18 @@
131
132
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
132
133
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
133
134
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
134
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-07-04 06:14:12 |
135
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-29 06:11:12 |
135
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-07-13 06:14:33 |
136
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-07-11 06:15:55 |
136
137
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
137
138
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
138
139
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
139
140
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
140
141
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
141
142
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
142
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-06 06:16:58 |
143
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-13 06:15:09 |
143
144
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
144
145
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
145
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
146
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-07-13 06:15:23 |
146
147
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-19 06:16:44 |
147
148
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-06-15 06:13:30 |
148
149
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
@@ -170,13 +171,13 @@
170
171
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
171
172
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
172
173
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-06-08 06:15:21 |
173
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-07-07 06:16:05 |
174
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-07-12 06:16:59 |
174
175
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-07-07 06:16:19 |
175
176
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
176
177
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
177
178
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-06 06:19:19 |
178
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-20 06:14:36 |
179
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-07-07 06:17:09 |
179
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-07-11 06:18:55 |
180
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-07-12 06:17:57 |
180
181
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
181
182
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
182
183
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
@@ -186,26 +187,26 @@
186
187
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-07-07 06:17:32 |
187
188
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
188
189
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
189
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-07-07 06:17:44 |
190
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-07-13 06:18:17 |
190
191
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
191
192
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
192
193
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
193
194
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
194
195
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-28 11:47:33 |
195
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-28 06:18:34 |
196
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-12 06:19:15 |
196
197
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-01 06:19:44 |
197
198
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
198
199
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
199
200
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
200
201
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-23 06:20:49 |
201
202
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
202
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-30 10:45:16 |
203
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-07-12 06:19:53 |
203
204
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-07-05 06:24:34 |
204
205
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-06-23 06:22:00 |
205
206
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
206
207
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-07-04 06:20:00 |
207
208
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
208
- | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-06-29 15:15:26 |
209
+ | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-07-13 06:20:29 |
209
210
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
210
211
  | yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
211
212
  | yunsou | [腾讯云搜](https://cloud.tencent.com/document/product/270) | 2022-04-04 07:39:18 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.378"
1
+ export const sdkVersion = "4.0.379"
@@ -57,16 +57,19 @@ import {
57
57
  CreateIPAlarmThresholdConfigRequest,
58
58
  CreateCcBlackWhiteIpListResponse,
59
59
  DescribeDefaultAlarmThresholdResponse,
60
+ CreateNewL7RulesResponse,
60
61
  CreateDDoSAIRequest,
61
62
  DescribeListProtectThresholdConfigRequest,
62
63
  ModifyNewDomainRulesResponse,
63
64
  CcBlackWhiteIpPolicy,
64
65
  DescribeDDoSConnectLimitListResponse,
66
+ L7RuleHealth,
65
67
  ModifyPacketFilterConfigResponse,
66
68
  DescribeCCLevelPolicyRequest,
67
69
  CreateWaterPrintConfigResponse,
68
70
  DescribeOverviewAttackTrendRequest,
69
71
  DescribeListBGPIPInstancesRequest,
72
+ DescribeNewL7RulesResponse,
70
73
  StaticPackRelation,
71
74
  CreatePortAclConfigRequest,
72
75
  DescribeCCThresholdListResponse,
@@ -95,6 +98,7 @@ import {
95
98
  EipAddressPackRelation,
96
99
  CreateDDoSBlackWhiteIpListResponse,
97
100
  ModifyCcBlackWhiteIpListResponse,
101
+ DescribeNewL7RulesRequest,
98
102
  ProtocolBlockRelation,
99
103
  DescribeListPacketFilterConfigRequest,
100
104
  DescribeOverviewIndexRequest,
@@ -187,6 +191,7 @@ import {
187
191
  DescribeListDDoSAIRequest,
188
192
  DescribeListIPAlarmConfigRequest,
189
193
  PortSegment,
194
+ CreateNewL7RulesRequest,
190
195
  DescribeOverviewCCTrendResponse,
191
196
  ModifyCCReqLimitPolicyResponse,
192
197
  DefaultAlarmThreshold,
@@ -434,6 +439,16 @@ export class Client extends AbstractClient {
434
439
  return this.request("AssociateDDoSEipLoadBalancer", req, cb)
435
440
  }
436
441
 
442
+ /**
443
+ * 添加7层转发规则
444
+ */
445
+ async CreateNewL7Rules(
446
+ req: CreateNewL7RulesRequest,
447
+ cb?: (error: string, rep: CreateNewL7RulesResponse) => void
448
+ ): Promise<CreateNewL7RulesResponse> {
449
+ return this.request("CreateNewL7Rules", req, cb)
450
+ }
451
+
437
452
  /**
438
453
  * 删除DDoS防护的水印防护配置
439
454
  */
@@ -564,6 +579,16 @@ export class Client extends AbstractClient {
564
579
  return this.request("DeleteDDoSSpeedLimitConfig", req, cb)
565
580
  }
566
581
 
582
+ /**
583
+ * 高防IP获取7层规则
584
+ */
585
+ async DescribeNewL7Rules(
586
+ req: DescribeNewL7RulesRequest,
587
+ cb?: (error: string, rep: DescribeNewL7RulesResponse) => void
588
+ ): Promise<DescribeNewL7RulesResponse> {
589
+ return this.request("DescribeNewL7Rules", req, cb)
590
+ }
591
+
567
592
  /**
568
593
  * 修改CC防护等级
569
594
  */
@@ -912,6 +912,21 @@ export interface DescribeDefaultAlarmThresholdResponse {
912
912
  RequestId?: string
913
913
  }
914
914
 
915
+ /**
916
+ * CreateNewL7Rules返回参数结构体
917
+ */
918
+ export interface CreateNewL7RulesResponse {
919
+ /**
920
+ * 成功码
921
+ */
922
+ Success: SuccessCode
923
+
924
+ /**
925
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
926
+ */
927
+ RequestId?: string
928
+ }
929
+
915
930
  /**
916
931
  * CreateDDoSAI请求参数结构体
917
932
  */
@@ -1055,6 +1070,56 @@ export interface DescribeDDoSConnectLimitListResponse {
1055
1070
  RequestId?: string
1056
1071
  }
1057
1072
 
1073
+ /**
1074
+ * L7规则健康检查参数
1075
+ */
1076
+ export interface L7RuleHealth {
1077
+ /**
1078
+ * 配置状态,0: 正常,1:配置中,2:配置失败
1079
+ */
1080
+ Status: number
1081
+
1082
+ /**
1083
+ * =1表示开启;=0表示关闭
1084
+ */
1085
+ Enable: number
1086
+
1087
+ /**
1088
+ * 规则ID
1089
+ */
1090
+ RuleId: string
1091
+
1092
+ /**
1093
+ * 检查目录的URL,默认为/
1094
+ */
1095
+ Url: string
1096
+
1097
+ /**
1098
+ * 检测间隔时间,单位秒
1099
+ */
1100
+ Interval: number
1101
+
1102
+ /**
1103
+ * 健康阈值,单位次
1104
+ */
1105
+ AliveNum: number
1106
+
1107
+ /**
1108
+ * 不健康阈值,单位次
1109
+ */
1110
+ KickNum: number
1111
+
1112
+ /**
1113
+ * HTTP请求方式,取值[HEAD,GET]
1114
+ */
1115
+ Method: string
1116
+
1117
+ /**
1118
+ * 健康检查判定正常状态码,1xx =1, 2xx=2, 3xx=4, 4xx=8,5xx=16,多个状态码值加和
1119
+ */
1120
+ StatusCode: number
1121
+ }
1122
+
1058
1123
  /**
1059
1124
  * ModifyPacketFilterConfig返回参数结构体
1060
1125
  */
@@ -1216,6 +1281,31 @@ export interface DescribeListBGPIPInstancesRequest {
1216
1281
  FilterPackType?: Array<string>
1217
1282
  }
1218
1283
 
1284
+ /**
1285
+ * DescribeNewL7Rules返回参数结构体
1286
+ */
1287
+ export interface DescribeNewL7RulesResponse {
1288
+ /**
1289
+ * 转发规则列表
1290
+ */
1291
+ Rules: Array<NewL7RuleEntry>
1292
+
1293
+ /**
1294
+ * 健康检查配置列表
1295
+ */
1296
+ Healths: Array<L7RuleHealth>
1297
+
1298
+ /**
1299
+ * 总规则数
1300
+ */
1301
+ Total: number
1302
+
1303
+ /**
1304
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1305
+ */
1306
+ RequestId?: string
1307
+ }
1308
+
1219
1309
  /**
1220
1310
  * 三网高防套餐详情
1221
1311
  */
@@ -1812,6 +1902,51 @@ export interface ModifyCcBlackWhiteIpListResponse {
1812
1902
  RequestId?: string
1813
1903
  }
1814
1904
 
1905
+ /**
1906
+ * DescribeNewL7Rules请求参数结构体
1907
+ */
1908
+ export interface DescribeNewL7RulesRequest {
1909
+ /**
1910
+ * 大禹子产品代号(bgpip表示高防IP)
1911
+ */
1912
+ Business: string
1913
+
1914
+ /**
1915
+ * 状态搜索,选填,取值[0(规则配置成功),1(规则配置生效中),2(规则配置失败),3(规则删除生效中),5(规则删除失败),6(规则等待配置),7(规则等待删除),8(规则待配置证书)]
1916
+ */
1917
+ StatusList?: Array<number>
1918
+
1919
+ /**
1920
+ * 域名搜索,选填,当需要搜索域名请填写
1921
+ */
1922
+ Domain?: string
1923
+
1924
+ /**
1925
+ * IP搜索,选填,当需要搜索IP请填写
1926
+ */
1927
+ Ip?: string
1928
+
1929
+ /**
1930
+ * 一页条数,填0表示不分页
1931
+ */
1932
+ Limit?: number
1933
+
1934
+ /**
1935
+ * 页起始偏移,取值为(页码-1)*一页条数
1936
+ */
1937
+ Offset?: number
1938
+
1939
+ /**
1940
+ * 转发协议搜索,选填,取值[http, https, http/https]
1941
+ */
1942
+ ProtocolList?: Array<string>
1943
+
1944
+ /**
1945
+ * 高防IP实例的Cname
1946
+ */
1947
+ Cname?: string
1948
+ }
1949
+
1815
1950
  /**
1816
1951
  * 协议封禁相关信息
1817
1952
  */
@@ -3933,6 +4068,31 @@ export interface PortSegment {
3933
4068
  EndPort: number
3934
4069
  }
3935
4070
 
4071
+ /**
4072
+ * CreateNewL7Rules请求参数结构体
4073
+ */
4074
+ export interface CreateNewL7RulesRequest {
4075
+ /**
4076
+ * 规则列表
4077
+ */
4078
+ Rules: Array<L7RuleEntry>
4079
+
4080
+ /**
4081
+ * 大禹子产品代号(bgpip表示高防IP)
4082
+ */
4083
+ Business: string
4084
+
4085
+ /**
4086
+ * 资源ID列表
4087
+ */
4088
+ IdList: Array<string>
4089
+
4090
+ /**
4091
+ * 资源IP列表
4092
+ */
4093
+ VipList: Array<string>
4094
+ }
4095
+
3936
4096
  /**
3937
4097
  * DescribeOverviewCCTrend返回参数结构体
3938
4098
  */
@@ -605,14 +605,14 @@ export interface DescribeMetricRecordsRequest {
605
605
  */
606
606
  export interface DescribeGeneralMetricDataRequest {
607
607
  /**
608
- * 要过滤的维度信息
609
- service_metric视图支持:service.name(服务名)、span.kind(客户端/服务端视角)为维度进行过滤。
608
+ * 要过滤的维度信息:
609
+ service_metric视图支持:service.name(服务名)、span.kind(客户端/服务端视角)为维度进行过滤,service.name(服务名)必填。
610
610
  span.kind:
611
611
  server:服务端视角
612
612
  client:客户端视角
613
613
  默认为服务端视角进行查询。
614
- runtime_metric视图支持:service.name(服务名)维度进行过滤。
615
- sql_metric视图支持:service.name(服务名)维度进行过滤。
614
+ runtime_metric视图支持:service.name(服务名)维度进行过滤,service.name(服务名)必填。
615
+ sql_metric视图支持:service.name(服务名)、db.instance(数据库名称)、db.ip(数据库实例ip)维度进行过滤,查询service_slow_sql_count(慢sql)指标时service.name必填,查询sql_duration_avg(耗时)指标时db.instance(数据库名称)必填。
616
616
  */
617
617
  Filters: Array<GeneralFilter>
618
618
 
@@ -620,12 +620,12 @@ sql_metric视图支持:service.name(服务名)维度进行过滤。
620
620
  * 需要查询的指标,不可自定义输入。
621
621
  service_metric视图支持:service_request_count(总请求)、service_duration(平均响应时间)、service_error_req_rate(平均错误率)、service_slow_call_count(慢调用)、service_error_request_count(异常数量)。
622
622
  runtime_metric视图支持:service_gc_full_count(Full GC)。
623
- sql_metric视图支持:service_slow_sql_count(慢sql)。
623
+ sql_metric视图支持:service_slow_sql_count(慢sql)、sql_duration_avg(耗时)。
624
624
  */
625
625
  Metrics: Array<string>
626
626
 
627
627
  /**
628
- * 实例ID
628
+ * 业务系统ID
629
629
  */
630
630
  InstanceId: string
631
631
 
@@ -635,10 +635,10 @@ sql_metric视图支持:service_slow_sql_count(慢sql)。
635
635
  ViewName: string
636
636
 
637
637
  /**
638
- * 聚合维度
639
- service_metric视图支持:service.name(服务名)、span.kind (客户端/服务端视角)维度进行聚合。
640
- runtime_metric视图支持:service.name(服务名)维度进行聚合。
641
- sql_metric视图支持:service.name(服务名)维度进行聚合。
638
+ * 聚合维度:
639
+ service_metric视图支持:service.name(服务名)、span.kind (客户端/服务端视角)维度进行聚合,service.name(服务名)必填。
640
+ runtime_metric视图支持:service.name(服务名)维度进行聚合,service.name(服务名)必填。
641
+ sql_metric视图支持:service.name(服务名)、db.statement(sql语句)维度进行聚合,查询service_slow_sql_count(慢sql)时service.name(服务名)必填,查询sql_duration_avg(耗时)指标时service.name(服务名)、db.statement(sql语句)必填。
642
642
  */
643
643
  GroupBy?: Array<string>
644
644
 
@@ -656,6 +656,21 @@ sql_metric视图支持:service.name(服务名)维度进行聚合。
656
656
  * 聚合粒度,单位为秒,最小为60s,即一分钟的聚合粒度;如果为空或0则计算开始时间到截止时间的指标数据,上报其他值会报错。
657
657
  */
658
658
  Period?: number
659
+
660
+ /**
661
+ * 对查询指标进行排序:
662
+ service_metric视图支持:service_request_count(总请求)、service_duration(平均响应时间)、service_error_req_rate(平均错误率)、service_slow_call_count(慢调用)、service_error_request_count(异常数量)。
663
+ runtime_metric视图支持:service_gc_full_count(Full GC)。
664
+ sql_metric视图支持:service_slow_sql_count(慢sql)、sql_duration_avg(耗时)。
665
+ asc:对查询指标进行升序排序
666
+ desc:对查询指标进行降序排序
667
+ */
668
+ OrderBy?: OrderBy
669
+
670
+ /**
671
+ * 查询指标的限制条数,目前最多展示50条数据,PageSize取值为1-50,上送PageSize则根据PageSize的值展示限制条数。
672
+ */
673
+ PageSize?: number
659
674
  }
660
675
 
661
676
  /**
@@ -185,13 +185,20 @@ export interface DescribeDetailedSingleProbeDataRequest {
185
185
  EndTime: number
186
186
 
187
187
  /**
188
- * 任务类型
189
- */
188
+ * 任务类型
189
+ AnalyzeTaskType_Network:网络质量
190
+ AnalyzeTaskType_Browse:页面性能
191
+ AnalyzeTaskType_UploadDownload:文件传输(含文件上传、文件下载)
192
+ AnalyzeTaskType_Transport:端口性能
193
+ AnalyzeTaskType_MediaStream:音视频体验
194
+ */
190
195
  TaskType: string
191
196
 
192
197
  /**
193
- * 待排序字段
194
- */
198
+ * 待排序字段
199
+ 可以填写 ProbeTime 拨测时间排序
200
+ 也可填写SelectedFields 中的选中字段
201
+ */
195
202
  SortField: string
196
203
 
197
204
  /**
@@ -220,13 +227,25 @@ export interface DescribeDetailedSingleProbeDataRequest {
220
227
  TaskID?: Array<string>
221
228
 
222
229
  /**
223
- * 拨测点运营商
224
- */
230
+ * 拨测点运营商
231
+
232
+ 这里实际按拨测结果中的运营商来填写即可
233
+
234
+ 电信:中国电信
235
+ 移动:中国移动
236
+ 联通:中国联通
237
+ */
225
238
  Operators?: Array<string>
226
239
 
227
240
  /**
228
- * 拨测点地区
229
- */
241
+ * 拨测点地区
242
+
243
+ 这里实际按拨测结果中的地区来填写即可
244
+
245
+ 国内一般是省级单位,如广东、广西、香港特区、新疆;直辖市则填北京、上海
246
+
247
+ 海外一般是国家名,如澳大利亚、新加坡
248
+ */
230
249
  Districts?: Array<string>
231
250
 
232
251
  /**
@@ -235,8 +254,16 @@ export interface DescribeDetailedSingleProbeDataRequest {
235
254
  ErrorTypes?: Array<string>
236
255
 
237
256
  /**
238
- * 城市
239
- */
257
+ * 城市
258
+ 这里实际按拨测结果中的城市来填写即可
259
+
260
+ 示例:
261
+
262
+ 深圳市
263
+ 武汉市
264
+ 首尔
265
+ 多伦多
266
+ */
240
267
  City?: Array<string>
241
268
  }
242
269
 
@@ -362,8 +389,18 @@ export interface DescribeProbeTasksRequest {
362
389
  TargetAddress?: string
363
390
 
364
391
  /**
365
- * 任务状态列表
366
- */
392
+ * 任务状态列表
393
+ <li>1 = 创建中</li>
394
+ <li> 2 = 运行中 </li>
395
+ <li> 3 = 运行异常 </li>
396
+ <li> 4 = 暂停中 </li>
397
+ <li> 5 = 暂停异常 </li>
398
+ <li> 6 = 任务暂停 </li>
399
+ <li> 7 = 任务删除中 </li>
400
+ <li> 8 = 任务删除异常 </li>
401
+ <li> 9 = 任务删除</li>
402
+ <li> 10 = 定时任务暂停中 </li>
403
+ */
367
404
  TaskStatus?: Array<number>
368
405
 
369
406
  /**
@@ -391,8 +428,16 @@ export interface DescribeProbeTasksRequest {
391
428
  OrderState?: number
392
429
 
393
430
  /**
394
- * 拨测类型
395
- */
431
+ * 拨测类型
432
+ <li>1 = 页面浏览</li>
433
+ <li> 2 =文件上传 </li>
434
+ <li> 3 = 文件下载</li>
435
+ <li> 4 = 端口性能 </li>
436
+ <li> 5 = 网络质量 </li>
437
+ <li> 6 =流媒体 </li>
438
+
439
+ 即使拨测只支持页面浏览,网络质量,文件下载
440
+ */
396
441
  TaskType?: Array<number>
397
442
 
398
443
  /**
@@ -1918,7 +1918,7 @@ export interface ModifyLocalBinlogConfigRequest {
1918
1918
  InstanceId: string
1919
1919
 
1920
1920
  /**
1921
- * 本地binlog保留时长,可取值范围:[120,168]。
1921
+ * 本地binlog保留时长,可取值范围:[72,168],当实例存在灾备实例时,可取值范围:[120,168]。
1922
1922
  */
1923
1923
  SaveHours: number
1924
1924