tccli 3.0.1212.1__py2.py3-none-any.whl → 3.0.1214.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +2 -2
  3. tccli/services/captcha/v20190722/api.json +55 -45
  4. tccli/services/captcha/v20190722/examples.json +11 -11
  5. tccli/services/cdb/v20170320/api.json +9 -0
  6. tccli/services/cfw/v20190904/api.json +96 -87
  7. tccli/services/cfw/v20190904/examples.json +32 -32
  8. tccli/services/clb/v20180317/api.json +19 -1
  9. tccli/services/cvm/v20170312/api.json +3 -3
  10. tccli/services/cwp/v20180228/api.json +478 -394
  11. tccli/services/cwp/v20180228/examples.json +160 -160
  12. tccli/services/cynosdb/v20190107/api.json +51 -40
  13. tccli/services/cynosdb/v20190107/examples.json +2 -2
  14. tccli/services/dbbrain/v20210527/api.json +2 -2
  15. tccli/services/dbbrain/v20210527/examples.json +1 -1
  16. tccli/services/ecdn/v20191012/api.json +2 -2
  17. tccli/services/ecdn/v20191012/examples.json +1 -1
  18. tccli/services/emr/v20190103/api.json +2 -2
  19. tccli/services/emr/v20190103/examples.json +1 -1
  20. tccli/services/ess/v20201111/api.json +19 -1
  21. tccli/services/ess/v20201111/examples.json +6 -0
  22. tccli/services/essbasic/v20210526/api.json +18 -0
  23. tccli/services/essbasic/v20210526/examples.json +6 -0
  24. tccli/services/gaap/v20180529/api.json +95 -85
  25. tccli/services/gaap/v20180529/examples.json +27 -33
  26. tccli/services/hunyuan/v20230901/api.json +1 -1
  27. tccli/services/lcic/v20220817/api.json +1 -1
  28. tccli/services/lcic/v20220817/examples.json +2 -2
  29. tccli/services/lighthouse/v20200324/api.json +6 -6
  30. tccli/services/lighthouse/v20200324/examples.json +1 -1
  31. tccli/services/monitor/v20180724/api.json +19 -0
  32. tccli/services/mqtt/v20240516/api.json +3 -3
  33. tccli/services/ocr/v20181119/api.json +1 -1
  34. tccli/services/pts/v20210728/api.json +11 -0
  35. tccli/services/rce/v20201103/api.json +10 -10
  36. tccli/services/rce/v20201103/examples.json +1 -1
  37. tccli/services/redis/v20180412/api.json +2 -2
  38. tccli/services/ses/v20201002/api.json +21 -21
  39. tccli/services/sms/v20190711/api.json +74 -74
  40. tccli/services/sms/v20190711/examples.json +12 -12
  41. tccli/services/sms/v20210111/api.json +73 -73
  42. tccli/services/sms/v20210111/examples.json +15 -15
  43. tccli/services/taf/v20200210/api.json +92 -95
  44. tccli/services/taf/v20200210/examples.json +2 -2
  45. tccli/services/tdmq/tdmq_client.py +159 -0
  46. tccli/services/tdmq/v20200217/api.json +769 -358
  47. tccli/services/tdmq/v20200217/examples.json +107 -83
  48. tccli/services/trocket/v20230308/api.json +382 -285
  49. tccli/services/trocket/v20230308/examples.json +60 -66
  50. tccli/services/tsi/v20210325/api.json +79 -0
  51. tccli/services/vod/v20180717/api.json +500 -57
  52. tccli/services/vod/v20180717/examples.json +8 -2
  53. tccli/services/vpc/v20170312/api.json +9 -9
  54. tccli/services/waf/v20180125/api.json +83 -1
  55. tccli/services/waf/v20180125/examples.json +9 -1
  56. tccli/services/waf/waf_client.py +57 -4
  57. tccli/services/wedata/v20210820/api.json +390 -0
  58. tccli/services/wedata/v20210820/examples.json +14 -0
  59. tccli/services/wedata/wedata_client.py +57 -4
  60. {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/METADATA +2 -2
  61. {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/RECORD +64 -64
  62. {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/WHEEL +0 -0
  63. {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/entry_points.txt +0 -0
  64. {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/license_files/LICENSE +0 -0
@@ -133,7 +133,7 @@
133
133
  "CreateGlobalDomainDns": [
134
134
  {
135
135
  "document": "",
136
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGlobalDomainDns\n<公共请求参数>\n\n{\n \"ProxyIdList\": [\n \"111\"\n ],\n \"NationCountryInnerCodes\": [\n \"221\"\n ],\n \"DomainId\": \"test.com\"\n}",
136
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGlobalDomainDns\n<公共请求参数>\n\n{\n \"ProxyIdList\": [\n \"link-wefcrwqp\"\n ],\n \"NationCountryInnerCodes\": [\n \"1000000\"\n ],\n \"DomainId\": \"dm-00ye8ek7\"\n}",
137
137
  "output": "{\n \"Response\": {\n \"RequestId\": \"19a021f8-dff3-4890-8e7a-ed5054e22e49\"\n }\n}",
138
138
  "title": "创建域名解析记录"
139
139
  }
@@ -273,7 +273,7 @@
273
273
  "DeleteGlobalDomainDns": [
274
274
  {
275
275
  "document": "",
276
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteGlobalDomainDns\n<公共请求参数>\n\n{\n \"DnsRecordId\": \"223\"\n}",
276
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteGlobalDomainDns\n<公共请求参数>\n\n{\n \"DnsRecordId\": 223\n}",
277
277
  "output": "{\n \"Response\": {\n \"RequestId\": \"19a021f8-dff3-4890-8e7a-ed5054e22e49\"\n }\n}",
278
278
  "title": "删除域名解析记录"
279
279
  }
@@ -281,7 +281,7 @@
281
281
  "DeleteListeners": [
282
282
  {
283
283
  "document": "删除监听器",
284
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteListeners\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-3d85gh\",\n \"Force\": \"1\",\n \"ListenerIds\": [\n \"listener-o0f3at99\"\n ]\n}",
284
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteListeners\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-3d85gh\",\n \"Force\": 1,\n \"ListenerIds\": [\n \"listener-o0f3at99\"\n ]\n}",
285
285
  "output": "{\n \"Response\": {\n \"OperationFailedListenerSet\": [],\n \"OperationSucceedListenerSet\": [\n \"listener-o0f3at99\"\n ],\n \"InvalidStatusListenerSet\": [],\n \"RequestId\": \"38fab584-8d14-4e2c-988c-4acdabbf2dff\"\n }\n}",
286
286
  "title": "删除监听器"
287
287
  }
@@ -289,7 +289,7 @@
289
289
  "DeleteProxyGroup": [
290
290
  {
291
291
  "document": "删除指定GroupId的通道组。",
292
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteProxyGroup\n<公共请求参数>\n\n{\n \"Force\": \"0\",\n \"GroupId\": \"lg-b7h4d02f\"\n}",
292
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteProxyGroup\n<公共请求参数>\n\n{\n \"Force\": 0,\n \"GroupId\": \"lg-b7h4d02f\"\n}",
293
293
  "output": "{\n \"Response\": {\n \"RequestId\": \"19a021f8-dff3-4890-8e7a-ed5054e22e49\"\n }\n}",
294
294
  "title": "删除通道组"
295
295
  }
@@ -394,13 +394,7 @@
394
394
  {
395
395
  "document": "",
396
396
  "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDestRegions\n<公共请求参数>\n\n{}",
397
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DestRegionSet\": [\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
398
- "title": "查询源站区域"
399
- },
400
- {
401
- "document": "",
402
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDestRegions\n<公共请求参数>\n\n{}",
403
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DestRegionSet\": [\n {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
397
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DestRegionSet\": [\n {\n \"RegionId\": \"NorthChina\",\n \"RegionAreaName\": \"中国大陆-华北\",\n \"IDCType\": \"dc\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"NorthChina\",\n \"RegionName\": \"中国大陆-华北\",\n \"SupportFeature\": {\n \"NetworkType\": [\n \"normal\",\n \"cn2\"\n ]\n }\n }\n ],\n \"RequestId\": \"dad2a717-3c7d-444d-8f98-0cca9c897ff3\"\n }\n}",
404
398
  "title": "查询源站 区域"
405
399
  }
406
400
  ],
@@ -439,8 +433,8 @@
439
433
  "DescribeGlobalDomains": [
440
434
  {
441
435
  "document": "",
442
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGlobalDomains\n<公共请求参数>\n\n{\n \"ProjectId\": \"0\",\n \"Limit\": \"112\",\n \"Offset\": \"0\"\n}",
443
- "output": "{\n \"Response\": {\n \"Domains\": [\n {\n \"Status\": 1,\n \"FullDomain\": \"xx\",\n \"UpdateTime\": 1,\n \"DomainId\": \"xx\",\n \"BanStatus\": \"xx\",\n \"ProjectId\": 0,\n \"DefaultValue\": \"xx\",\n \"Alias\": \"xx\",\n \"TagSet\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n },\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"Type\": \"xx\",\n \"CreateTime\": 1,\n \"ProxyCount\": 1\n },\n {\n \"Status\": 1,\n \"FullDomain\": \"xx\",\n \"UpdateTime\": 1,\n \"DomainId\": \"xx\",\n \"BanStatus\": \"xx\",\n \"ProjectId\": 0,\n \"DefaultValue\": \"xx\",\n \"Alias\": \"xx\",\n \"TagSet\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"Type\": \"xx\",\n \"CreateTime\": 1,\n \"ProxyCount\": 1\n },\n {\n \"Status\": 1,\n \"FullDomain\": \"xx\",\n \"UpdateTime\": 1,\n \"DomainId\": \"xx\",\n \"BanStatus\": \"xx\",\n \"ProjectId\": 0,\n \"DefaultValue\": \"xx\",\n \"Alias\": \"xx\",\n \"TagSet\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"Type\": \"xx\",\n \"CreateTime\": 1,\n \"ProxyCount\": 1\n },\n {\n \"Status\": 1,\n \"FullDomain\": \"xx\",\n \"UpdateTime\": 1,\n \"DomainId\": \"xx\",\n \"BanStatus\": \"xx\",\n \"ProjectId\": 0,\n \"DefaultValue\": \"xx\",\n \"Alias\": \"xx\",\n \"TagSet\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"Type\": \"xx\",\n \"CreateTime\": 1,\n \"ProxyCount\": 1\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"xx\"\n }\n}",
436
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGlobalDomains\n<公共请求参数>\n\n{\n \"ProjectId\": 0,\n \"Limit\": 112,\n \"Offset\": 0\n}",
437
+ "output": "{\n \"Response\": {\n \"Domains\": [\n {\n \"DomainId\": \"dm-00ye8ek7\",\n \"FullDomain\": \"gd-qbsrvjtf.gaapqcloud.com.cn\",\n \"Alias\": \"abc\",\n \"Type\": \"IP\",\n \"Status\": 0,\n \"ProjectId\": 0,\n \"DefaultValue\": \"192.168.1.2\",\n \"ProxyCount\": 1,\n \"CreateTime\": 1662216195,\n \"UpdateTime\": 1662216195,\n \"TagSet\": [\n {\n \"TagKey\": \"project\",\n \"TagValue\": \"abc\"\n }\n ],\n \"BanStatus\": \"RECOVER\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"90955c1c-ef70-40b4-bf3f-74409cf24d60\"\n }\n}",
444
438
  "title": "查询域名列表"
445
439
  }
446
440
  ],
@@ -462,25 +456,25 @@
462
456
  ],
463
457
  "DescribeHTTPListeners": [
464
458
  {
465
- "document": "查询HTTP监听器信息",
466
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHTTPListeners\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-n9ha8jzl\",\n \"Limit\": \"20\",\n \"Offset\": \"0\"\n}",
467
- "output": "{\n \"Response\": {\n \"TotalCount\": 4,\n \"ListenerSet\": [\n {\n \"Protocol\": \"HTTP\",\n \"ListenerId\": \"listener-4e99n24b\",\n \"Port\": 80,\n \"ListenerStatus\": 0,\n \"ListenerName\": \"http80\",\n \"CreateTime\": 1563335063\n },\n {\n \"Protocol\": \"HTTP\",\n \"ListenerId\": \"listener-jmi21mrf\",\n \"Port\": 8080,\n \"ListenerStatus\": 0,\n \"ListenerName\": \"http8080\",\n \"CreateTime\": 1564590945\n },\n {\n \"Protocol\": \"HTTP\",\n \"ListenerId\": \"listener-1grazsz5\",\n \"Port\": 18080,\n \"ListenerStatus\": 0,\n \"ListenerName\": \"http18080\",\n \"CreateTime\": 1564590963\n },\n {\n \"Protocol\": \"HTTP\",\n \"ListenerId\": \"listener-l6z66uqb\",\n \"Port\": 28080,\n \"ListenerStatus\": 0,\n \"ListenerName\": \"http28080\",\n \"CreateTime\": 1564640821\n }\n ],\n \"RequestId\": \"4c43a7f7-3527-4e2a-9998-bbd363e4b095\"\n }\n}",
459
+ "document": "",
460
+ "input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHTTPListeners\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-pl5ee4db\",\n \"Limit\": \"20\",\n \"Offset\": \"0\"\n}",
461
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c48a850-4559-4132-8113-d075a235da2d\",\n \"TotalCount\": 1,\n \"ListenerSet\": [\n {\n \"ListenerId\": \"listener-kuwra6qh\",\n \"ListenerName\": \"test\",\n \"Port\": 80,\n \"CreateTime\": 1729568991,\n \"Protocol\": \"HTTP\",\n \"ListenerStatus\": 1,\n \"ProxyId\": \"link-pl5ee4db\",\n \"GroupId\": null\n }\n ]\n }\n}",
468
462
  "title": "查询HTTP监听器信息"
469
463
  }
470
464
  ],
471
465
  "DescribeHTTPSListeners": [
472
466
  {
473
467
  "document": "查询HTTPS监听器信息",
474
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHTTPSListeners\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-n9ha8jzl\",\n \"Limit\": \"20\",\n \"Offset\": \"0\"\n}",
475
- "output": "{\n \"Response\": {\n \"TotalCount\": 11,\n \"ListenerSet\": [\n {\n \"ForwardProtocol\": \"HTTPS\",\n \"ClientCertificateId\": \"123\",\n \"CertificateId\": \"Sv8lFuYh\",\n \"Protocol\": \"HTTPS\",\n \"CertificateAlias\": \"lagameft01_test勿删除\",\n \"AuthType\": 0,\n \"ListenerId\": \"listener-eqq49dct\",\n \"ListenerStatus\": 0,\n \"ListenerName\": \"连通性测试httpstohttps443\",\n \"ClientCertificateAlias\": \"sdvadf\",\n \"CreateTime\": 1563340571,\n \"Port\": 443,\n \"PolyClientCertificateAliasInfo\": [\n {\n \"CertificateId\": \"123\",\n \"CertificateAlias\": \"alis\"\n }\n ]\n },\n {\n \"ForwardProtocol\": \"HTTPS\",\n \"ClientCertificateId\": \"\",\n \"CertificateId\": \"cert-r79xf99t\",\n \"Protocol\": \"HTTPS\",\n \"CertificateAlias\": \"boris服务器证书user001\",\n \"AuthType\": 0,\n \"ListenerId\": \"listener-85646933\",\n \"ListenerStatus\": 0,\n \"ListenerName\": \"testcert001\",\n \"ClientCertificateAlias\": null,\n \"CreateTime\": 1564201158,\n \"Port\": 1443,\n \"PolyClientCertificateAliasInfo\": [\n {\n \"CertificateId\": \"123\",\n \"CertificateAlias\": \"alis\"\n }\n ]\n }\n ],\n \"RequestId\": \"db5cebe8-b79a-401c-8704-388776fae938\"\n }\n}",
468
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHTTPSListeners\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-n9ha8jzl\",\n \"Limit\": 20,\n \"Offset\": 0\n}",
469
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ListenerSet\": [\n {\n \"ListenerId\": \"abc\",\n \"ListenerName\": \"abc\",\n \"Port\": 1,\n \"Protocol\": \"abc\",\n \"ListenerStatus\": 1,\n \"CertificateId\": \"abc\",\n \"ForwardProtocol\": \"abc\",\n \"CreateTime\": 1,\n \"CertificateAlias\": \"abc\",\n \"ClientCertificateId\": \"abc\",\n \"AuthType\": 0,\n \"ClientCertificateAlias\": \"abc\",\n \"PolyClientCertificateAliasInfo\": [\n {\n \"CertificateId\": \"abc\",\n \"CertificateAlias\": \"abc\"\n }\n ],\n \"Http3Supported\": 0,\n \"ProxyId\": \"abc\",\n \"GroupId\": \"abc\",\n \"TLSSupportVersion\": [\n \"abc\"\n ],\n \"TLSCiphers\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
476
470
  "title": "查询HTTPS监听器信息"
477
471
  }
478
472
  ],
479
473
  "DescribeListenerRealServers": [
480
474
  {
481
475
  "document": "查询4层监听器源站列表",
482
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeListenerRealServers\n<公共请求参数>\n\n{\n \"ListenerId\": \"listener-pbsgn7ej\"\n}",
483
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RealServerSet\": [\n {\n \"ProjectId\": 1,\n \"RealServerId\": \"xx\",\n \"InBanBlacklist\": 0,\n \"RealServerName\": \"xx\",\n \"RealServerIP\": \"xx\"\n },\n {\n \"ProjectId\": 1,\n \"RealServerId\": \"xx\",\n \"InBanBlacklist\": 0,\n \"RealServerName\": \"xx\",\n \"RealServerIP\": \"xx\"\n }\n ],\n \"BindRealServerTotalCount\": 1,\n \"RequestId\": \"xx\",\n \"BindRealServerSet\": [\n {\n \"RealServerStatus\": 1,\n \"RealServerPort\": 80,\n \"RealServerId\": \"xx\",\n \"RealServerFailoverRole\": \"xx\",\n \"DownIPList\": [\n \"1.1.1.1\"\n ],\n \"RealServerWeight\": 0,\n \"RealServerIP\": \"xx\"\n }\n ]\n }\n}",
476
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeListenerRealServers\n<公共请求参数>\n\n{\n \"ListenerId\": \"listener-kmm7yf03\"\n}",
477
+ "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"RealServerSet\": [\n {\n \"ProjectId\": 1,\n \"RealServerId\": \"rs-lexkssm5\",\n \"InBanBlacklist\": 0,\n \"RealServerName\": \"test1\",\n \"RealServerIP\": \"192.168.1.3\"\n },\n {\n \"ProjectId\": 1,\n \"RealServerId\": \"rs-f0t1tigr\",\n \"InBanBlacklist\": 0,\n \"RealServerName\": \"test2\",\n \"RealServerIP\": \"192.168.1.2\"\n }\n ],\n \"BindRealServerTotalCount\": 1,\n \"RequestId\": \"dad2a717-3c7d-444d-8f98-0cca9c897ff3\",\n \"BindRealServerSet\": [\n {\n \"RealServerStatus\": 1,\n \"RealServerPort\": 80,\n \"RealServerId\": \"rs-lexkssm5\",\n \"RealServerFailoverRole\": \"\",\n \"DownIPList\": [],\n \"RealServerWeight\": 1,\n \"RealServerIP\": \"192.168.1.3\"\n }\n ]\n }\n}",
484
478
  "title": "查询4层监听器源站列表"
485
479
  }
486
480
  ],
@@ -495,8 +489,8 @@
495
489
  "DescribeProxies": [
496
490
  {
497
491
  "document": "",
498
- "input": "https://gaap.tencentcloudapi.com/?Action=DescribeProxies\n&Offset=0\n&Limit=1\n&Filters.0.Name=AccessRegion\n&Filters.0.Values.0=ap-hongkong\n&<公共请求参数>",
499
- "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"AccessRegionInfo\": {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n \"RelatedGlobalDomains\": [\n \"xx\"\n ],\n \"Version\": \"xx\",\n \"PolicyId\": \"xx\",\n \"Scalarable\": 1,\n \"IPList\": [\n {\n \"IP\": \"xx\",\n \"Bandwidth\": 0,\n \"Provider\": \"xx\"\n }\n ],\n \"Status\": \"xx\",\n \"ProxyType\": 1,\n \"ForwardIP\": \"xx\",\n \"ProxyId\": \"xx\",\n \"RealServerRegion\": \"xx\",\n \"Concurrent\": 2,\n \"RealServerRegionInfo\": {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n \"IP\": \"xx\",\n \"Http3Supported\": 0,\n \"InBanBlacklist\": 0,\n \"AccessRegion\": \"xx\",\n \"ProjectId\": 0,\n \"BillingType\": 0,\n \"SupportProtocols\": [\n \"TCP\",\n \"UDP\",\n \"HTTP\",\n \"HTTPS\"\n ],\n \"PackageType\": \"xx\",\n \"Domain\": \"xx\",\n \"IPAddressVersion\": \"xx\",\n \"BanStatus\": \"xx\",\n \"CreateTime\": 1,\n \"InstanceId\": \"xx\",\n \"Bandwidth\": 10,\n \"SupportSecurity\": 0,\n \"TagSet\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"ClientIPMethod\": [\n 0\n ],\n \"ProxyName\": \"xx\",\n \"NetworkType\": \"xx\",\n \"ModifyConfigTime\": 1,\n \"GroupId\": \"xx\"\n }\n ],\n \"TotalCount\": 1,\n \"ProxySet\": [\n {\n \"AccessRegionInfo\": {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n \"RelatedGlobalDomains\": [\n \"xx\"\n ],\n \"Version\": \"xx\",\n \"PolicyId\": \"xx\",\n \"Scalarable\": 1,\n \"IPList\": [\n {\n \"IP\": \"xx\",\n \"Bandwidth\": 0,\n \"Provider\": \"xx\"\n }\n ],\n \"Status\": \"xx\",\n \"ProxyType\": 1,\n \"ForwardIP\": \"xx\",\n \"ProxyId\": \"xx\",\n \"RealServerRegion\": \"xx\",\n \"Concurrent\": 2,\n \"RealServerRegionInfo\": {\n \"RegionId\": \"xx\",\n \"RegionAreaName\": \"xx\",\n \"IDCType\": \"xx\",\n \"FeatureBitmap\": 1,\n \"RegionArea\": \"xx\",\n \"RegionName\": \"xx\"\n },\n \"IP\": \"xx\",\n \"Http3Supported\": 0,\n \"InBanBlacklist\": 0,\n \"AccessRegion\": \"xx\",\n \"ProjectId\": 0,\n \"BillingType\": 0,\n \"SupportProtocols\": [\n \"TCP\",\n \"UDP\",\n \"HTTP\",\n \"HTTPS\"\n ],\n \"PackageType\": \"xx\",\n \"Domain\": \"xx\",\n \"IPAddressVersion\": \"xx\",\n \"BanStatus\": \"xx\",\n \"CreateTime\": 1,\n \"InstanceId\": \"xx\",\n \"Bandwidth\": 10,\n \"SupportSecurity\": 0,\n \"TagSet\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"ClientIPMethod\": [\n 0\n ],\n \"ProxyName\": \"xx\",\n \"NetworkType\": \"xx\",\n \"ModifyConfigTime\": 1,\n \"GroupId\": \"xx\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
492
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProxies\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Offset\": \"0\"\n}",
493
+ "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"AccessRegionInfo\": {\n \"RegionId\": \"Beijing\",\n \"RegionAreaName\": \"NorthChina\",\n \"IDCType\": \"dc\",\n \"FeatureBitmap\": 79,\n \"RegionArea\": \"Beijing\",\n \"RegionName\": \"北京(原中国大陆-华北大区)\",\n \"SupportFeature\": null\n },\n \"RelatedGlobalDomains\": [],\n \"Version\": \"3.0\",\n \"PolicyId\": null,\n \"Scalarable\": 1,\n \"IPList\": [\n {\n \"IP\": \"43.137.75.190\",\n \"Provider\": \"BGP\",\n \"Bandwidth\": 10\n }\n ],\n \"Status\": \"RUNNING\",\n \"ProxyType\": 100,\n \"ForwardIP\": \"124.222.42.242;118.25.142.34;\",\n \"ProxyId\": \"link-4qlu8i3j\",\n \"RealServerRegion\": \"Shanghai\",\n \"Concurrent\": 2,\n \"RealServerRegionInfo\": {\n \"RegionId\": \"Shanghai\",\n \"RegionAreaName\": \"上海(原中国大陆-华东大区)\",\n \"IDCType\": \"dc\",\n \"FeatureBitmap\": 79,\n \"RegionArea\": \"EastChina\",\n \"RegionName\": \"EastChina\",\n \"SupportFeature\": null\n },\n \"IP\": \"43.137.75.190\",\n \"Http3Supported\": 0,\n \"InBanBlacklist\": 0,\n \"AccessRegion\": \"Beijing\",\n \"ProjectId\": 1323575,\n \"BillingType\": 1,\n \"SupportProtocols\": [\n \"TCP\",\n \"UDP\"\n ],\n \"PackageType\": \"Thunder\",\n \"FeatureBitmap\": 71,\n \"Domain\": \"link-4qlu8i3j.gaapqcloud.com.c\",\n \"IPAddressVersion\": \"IPv4\",\n \"BanStatus\": \"RECOVER\",\n \"CreateTime\": 1728542120,\n \"InstanceId\": \"link-4qlu8i3j\",\n \"Bandwidth\": 10,\n \"SupportSecurity\": 1,\n \"TagSet\": [\n {\n \"TagKey\": \"test-01\",\n \"TagValue\": \"10\"\n }\n ],\n \"ClientIPMethod\": [\n 0,\n 1\n ],\n \"ProxyName\": \"test-proxy\",\n \"NetworkType\": \"normal\",\n \"ModifyConfigTime\": 1728542120,\n \"GroupId\": null\n }\n ],\n \"TotalCount\": 1,\n \"ProxySet\": [\n {\n \"AccessRegionInfo\": {\n \"RegionId\": \"Beijing\",\n \"RegionAreaName\": \"NorthChina\",\n \"IDCType\": \"dc\",\n \"FeatureBitmap\": 79,\n \"RegionArea\": \"Beijing\",\n \"RegionName\": \"北京(原中国大陆-华北大区)\",\n \"SupportFeature\": null\n },\n \"RelatedGlobalDomains\": [],\n \"Version\": \"3.0\",\n \"PolicyId\": null,\n \"Scalarable\": 1,\n \"IPList\": [\n {\n \"IP\": \"43.137.75.190\",\n \"Provider\": \"BGP\",\n \"Bandwidth\": 10\n }\n ],\n \"Status\": \"RUNNING\",\n \"ProxyType\": 100,\n \"ForwardIP\": \"124.222.42.242;118.25.142.34;\",\n \"ProxyId\": \"link-4qlu8i3j\",\n \"RealServerRegion\": \"Shanghai\",\n \"Concurrent\": 2,\n \"RealServerRegionInfo\": {\n \"RegionId\": \"Shanghai\",\n \"RegionAreaName\": \"上海(原中国大陆-华东大区)\",\n \"IDCType\": \"dc\",\n \"FeatureBitmap\": 79,\n \"RegionArea\": \"EastChina\",\n \"RegionName\": \"EastChina\",\n \"SupportFeature\": null\n },\n \"IP\": \"43.137.75.190\",\n \"Http3Supported\": 0,\n \"InBanBlacklist\": 0,\n \"AccessRegion\": \"Beijing\",\n \"ProjectId\": 1323575,\n \"BillingType\": 1,\n \"SupportProtocols\": [\n \"TCP\",\n \"UDP\",\n \"HTTP\",\n \"HTTPS\"\n ],\n \"PackageType\": \"Thunder\",\n \"FeatureBitmap\": 71,\n \"Domain\": \"link-4qlu8i3j.gaapqcloud.com.c\",\n \"IPAddressVersion\": \"IPv4\",\n \"BanStatus\": \"RECOVER\",\n \"CreateTime\": 1728542120,\n \"InstanceId\": \"link-4qlu8i3j\",\n \"Bandwidth\": 10,\n \"SupportSecurity\": 1,\n \"TagSet\": [\n {\n \"TagKey\": \"test-01\",\n \"TagValue\": \"10\"\n }\n ],\n \"ClientIPMethod\": [\n 0,\n 1\n ],\n \"ProxyName\": \"test-proxy\",\n \"NetworkType\": \"normal\",\n \"ModifyConfigTime\": 1728542120,\n \"GroupId\": null\n }\n ],\n \"RequestId\": \"bf46572b-700d-4797-831c-7fcf8232358d\"\n }\n}",
500
494
  "title": "查询通道实例列表"
501
495
  }
502
496
  ],
@@ -519,8 +513,8 @@
519
513
  "DescribeProxyDetail": [
520
514
  {
521
515
  "document": "",
522
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProxyDetail\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-12345678\"\n}",
523
- "output": "{\n \"Response\": {\n \"ProxyDetail\": {\n \"InstanceId\": \"abc\",\n \"CreateTime\": 1,\n \"ProjectId\": 0,\n \"ProxyName\": \"abc\",\n \"AccessRegion\": \"abc\",\n \"RealServerRegion\": \"abc\",\n \"Bandwidth\": 0,\n \"Concurrent\": 0,\n \"Status\": \"abc\",\n \"Domain\": \"abc\",\n \"IP\": \"abc\",\n \"Version\": \"abc\",\n \"ProxyId\": \"abc\",\n \"Scalarable\": 0,\n \"SupportProtocols\": [\n \"abc\"\n ],\n \"GroupId\": \"abc\",\n \"PolicyId\": \"abc\",\n \"AccessRegionInfo\": {\n \"RegionId\": \"abc\",\n \"RegionName\": \"abc\",\n \"RegionArea\": \"abc\",\n \"RegionAreaName\": \"abc\",\n \"IDCType\": \"abc\",\n \"FeatureBitmap\": 1,\n \"SupportFeature\": {\n \"NetworkType\": [\n \"abc\"\n ]\n }\n },\n \"RealServerRegionInfo\": {\n \"RegionId\": \"abc\",\n \"RegionName\": \"abc\",\n \"RegionArea\": \"abc\",\n \"RegionAreaName\": \"abc\",\n \"IDCType\": \"abc\",\n \"FeatureBitmap\": 1,\n \"SupportFeature\": {\n \"NetworkType\": [\n \"abc\"\n ]\n }\n },\n \"ForwardIP\": \"abc\",\n \"TagSet\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"SupportSecurity\": 0,\n \"BillingType\": 0,\n \"RelatedGlobalDomains\": [\n \"abc\"\n ],\n \"ModifyConfigTime\": 1,\n \"ProxyType\": 1,\n \"ClientIPMethod\": [\n 0\n ],\n \"IPAddressVersion\": \"abc\",\n \"NetworkType\": \"abc\",\n \"PackageType\": \"abc\",\n \"BanStatus\": \"abc\",\n \"IPList\": [\n {\n \"IP\": \"abc\",\n \"Provider\": \"abc\",\n \"Bandwidth\": 0\n }\n ],\n \"Http3Supported\": 0,\n \"InBanBlacklist\": 0,\n \"FeatureBitmap\": 0,\n \"IsAutoScaleProxy\": 0,\n \"IsSupportTLSChoice\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
516
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProxyDetail\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-4qlu8i3j\"\n}",
517
+ "output": "{\n \"Response\": {\n \"ProxyDetail\": {\n \"InstanceId\": \"link-4qlu8i3j\",\n \"CreateTime\": 1728542120,\n \"ProjectId\": 1323575,\n \"ProxyName\": \"test-proxy\",\n \"AccessRegion\": \"Beijing\",\n \"RealServerRegion\": \"Shanghai\",\n \"Bandwidth\": 10,\n \"Concurrent\": 2,\n \"Status\": \"RUNNING\",\n \"Domain\": \"link-4qlu8i3j.gaapqcloud.com.cn\",\n \"IP\": \"43.137.75.190\",\n \"Version\": \"3.0\",\n \"ProxyId\": \"link-4qlu8i3j\",\n \"Scalarable\": 1,\n \"SupportProtocols\": [\n \"TCP\",\n \"UDP\"\n ],\n \"GroupId\": null,\n \"PolicyId\": \"sp-e6on5s9d\",\n \"AccessRegionInfo\": {\n \"RegionId\": \"Beijing\",\n \"RegionName\": \"北京(原中国大陆-华北大区)\",\n \"RegionArea\": \"NorthChina\",\n \"RegionAreaName\": \"NorthChina\",\n \"IDCType\": \"dc\",\n \"FeatureBitmap\": 79,\n \"SupportFeature\": null\n },\n \"RealServerRegionInfo\": {\n \"RegionId\": \"Shanghai\",\n \"RegionName\": \"上海(原中国大陆-华东大区)\",\n \"RegionArea\": \"EastChina\",\n \"RegionAreaName\": \"EastChina\",\n \"IDCType\": \"dc\",\n \"FeatureBitmap\": 79,\n \"SupportFeature\": null\n },\n \"ForwardIP\": \"124.222.42.242;118.25.142.34;\",\n \"TagSet\": [\n {\n \"TagKey\": \"test\",\n \"TagValue\": \"10\"\n }\n ],\n \"SupportSecurity\": 1,\n \"BillingType\": 1,\n \"RelatedGlobalDomains\": [],\n \"ModifyConfigTime\": 1728542120,\n \"ProxyType\": 100,\n \"ClientIPMethod\": [\n 0,\n 1\n ],\n \"IPAddressVersion\": \"IPv4\",\n \"NetworkType\": \"normal\",\n \"PackageType\": \"Thunder\",\n \"BanStatus\": \"RECOVER\",\n \"IPList\": [\n {\n \"IP\": \"43.137.75.190\",\n \"Provider\": \"BGP\",\n \"Bandwidth\": 10\n }\n ],\n \"Http3Supported\": 1,\n \"InBanBlacklist\": 0,\n \"FeatureBitmap\": 71,\n \"IsAutoScaleProxy\": 0,\n \"IsSupportTLSChoice\": 1\n },\n \"RequestId\": \"8d5cae87-74ac-4122-98e8-3aab1f7040b9\"\n }\n}",
524
518
  "title": "查询通道详情"
525
519
  },
526
520
  {
@@ -646,7 +640,7 @@
646
640
  {
647
641
  "document": "查询TCP监听器列表",
648
642
  "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTCPListeners\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-hwera8lq\",\n \"ListenerId\": \"listener-gkzl9e7t\"\n}",
649
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ListenerSet\": [\n {\n \"HealthyThreshold\": 1,\n \"BindStatus\": 1,\n \"SessionPersist\": 1,\n \"RealServerType\": \"xx\",\n \"Protocol\": \"xx\",\n \"ConnectTimeout\": 1,\n \"RealServerPort\": 1,\n \"HealthCheck\": 1,\n \"ListenerId\": \"xx\",\n \"UnhealthyThreshold\": 1,\n \"ListenerStatus\": 1,\n \"ListenerName\": \"xx\",\n \"Scheduler\": \"xx\",\n \"ClientIPMethod\": 1,\n \"FailoverSwitch\": 1,\n \"RealServerSet\": [\n {\n \"RealServerStatus\": 0,\n \"RealServerPort\": 111,\n \"RealServerId\": \"xx\",\n \"DownIPList\": [\n \"11.11.11.11:111\"\n ],\n \"RealServerWeight\": 1,\n \"RealServerIP\": \"xx\"\n }\n ],\n \"CreateTime\": 1,\n \"Port\": 1,\n \"DelayLoop\": 1\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
643
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ListenerSet\": [\n {\n \"HealthyThreshold\": 1,\n \"BindStatus\": 1,\n \"SessionPersist\": 1,\n \"RealServerType\": \"IP\",\n \"Protocol\": \"TCP\",\n \"ConnectTimeout\": 1,\n \"RealServerPort\": 1,\n \"HealthCheck\": 1,\n \"ListenerId\": \"listener-gkzl9e7t\",\n \"UnhealthyThreshold\": 1,\n \"ListenerStatus\": 1,\n \"ListenerName\": \"test\",\n \"Scheduler\": \"rr\",\n \"ClientIPMethod\": 1,\n \"FailoverSwitch\": 1,\n \"RealServerSet\": [\n {\n \"RealServerStatus\": 1,\n \"RealServerPort\": 4800,\n \"RealServerId\": \"rs-l694mxlf\",\n \"DownIPList\": [\n \"192.168.1.2:4800\"\n ],\n \"RealServerFailoverRole\": \"\",\n \"RealServerWeight\": 1,\n \"RealServerIP\": \"192.168.1.2\"\n }\n ],\n \"CreateTime\": 1,\n \"Port\": 1,\n \"DelayLoop\": 1,\n \"ProxyId\": \"link-hwera8lq\",\n \"GroupId\": \"\"\n }\n ],\n \"RequestId\": \"dad2a717-3c7d-444d-8f98-0cca9c897ff3\"\n }\n}",
650
644
  "title": "查询TCP监听器列表"
651
645
  }
652
646
  ],
@@ -660,9 +654,9 @@
660
654
  ],
661
655
  "DescribeUDPListeners": [
662
656
  {
663
- "document": "查询UDP监听器列表",
657
+ "document": "",
664
658
  "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUDPListeners\n<公共请求参数>\n\n{\n \"ProxyId\": \"link-hwera8lq\",\n \"ListenerId\": \"listener-pbsgn7ej\"\n}",
665
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ListenerSet\": [\n {\n \"RecvContext\": \"xx\",\n \"RealServerType\": \"xx\",\n \"CheckPort\": 0,\n \"ListenerId\": \"xx\",\n \"ContextType\": \"xx\",\n \"ListenerName\": \"xx\",\n \"Port\": 1,\n \"BindStatus\": 1,\n \"FailoverSwitch\": 0,\n \"CheckType\": \"xx\",\n \"Scheduler\": \"xx\",\n \"RealServerSet\": [\n {\n \"RealServerStatus\": 0,\n \"RealServerPort\": 111,\n \"RealServerId\": \"xx\",\n \"RealServerFailoverRole\": \"master\",\n \"DownIPList\": [\n \"11.11.11.11:111\"\n ],\n \"RealServerWeight\": 1,\n \"RealServerIP\": \"xx\"\n }\n ],\n \"SessionPersist\": 1,\n \"ConnectTimeout\": 1,\n \"SendContext\": \"xx\",\n \"HealthCheck\": 1,\n \"HealthyThreshold\": 1,\n \"DelayLoop\": 1,\n \"ListenerStatus\": 1,\n \"Protocol\": \"xx\",\n \"RealServerPort\": 1,\n \"UnhealthyThreshold\": 1,\n \"CreateTime\": 1\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
659
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ListenerSet\": [\n {\n \"RecvContext\": \"123\",\n \"RealServerType\": \"IP\",\n \"CheckPort\": 4000,\n \"ListenerId\": \"listener-pbsgn7ej\",\n \"ContextType\": \"TEXT\",\n \"ListenerName\": \"test\",\n \"Port\": 2000,\n \"BindStatus\": 1,\n \"FailoverSwitch\": 0,\n \"CheckType\": \"PORT\",\n \"Scheduler\": \"rr\",\n \"RealServerSet\": [\n {\n \"RealServerStatus\": 0,\n \"RealServerPort\": 5000,\n \"RealServerId\": \"rs-l694mxlf\",\n \"RealServerFailoverRole\": \"master\",\n \"DownIPList\": [\n \"192.168.1.2:5000\"\n ],\n \"RealServerWeight\": 1,\n \"RealServerIP\": \"192.168.1.2\"\n }\n ],\n \"SessionPersist\": 1,\n \"ConnectTimeout\": 2,\n \"SendContext\": \"123\",\n \"HealthCheck\": 1,\n \"HealthyThreshold\": 1,\n \"DelayLoop\": 1,\n \"ListenerStatus\": 0,\n \"Protocol\": \"UDP\",\n \"RealServerPort\": 5000,\n \"UnhealthyThreshold\": 5,\n \"ProxyId\": \"link-nd8l04ev\",\n \"GroupId\": \"\",\n \"CreateTime\": 1723131641\n }\n ],\n \"RequestId\": \"dad2a717-3c7d-444d-8f98-0cca9c897ff3\"\n }\n}",
666
660
  "title": "查询UDP监听器列表"
667
661
  }
668
662
  ],
@@ -677,7 +671,7 @@
677
671
  "DisableGlobalDomain": [
678
672
  {
679
673
  "document": "",
680
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableGlobalDomain\n<公共请求参数>\n\n{\n \"DomainId\": \"test.com\"\n}",
674
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableGlobalDomain\n<公共请求参数>\n\n{\n \"DomainId\": \"dm-00ye8ek7\"\n}",
681
675
  "output": "{\n \"Response\": {\n \"RequestId\": \"d5fc71eb-451a-40f2-933f-2732c8990d7f\",\n \"Error\": {\n \"Message\": \"domain not exits\",\n \"Code\": \"FailedOperation\"\n }\n }\n}",
682
676
  "title": "暂停指定域名的解析"
683
677
  }
@@ -693,8 +687,8 @@
693
687
  "InquiryPriceCreateProxy": [
694
688
  {
695
689
  "document": "创建加速通道询价",
696
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceCreateProxy\n<公共请求参数>\n\n{\n \"Concurrency\": \"2\",\n \"Bandwidth\": \"10\",\n \"RealServerRegion\": \"SouthChina\",\n \"AccessRegion\": \"EastChina\"\n}",
697
- "output": "{\n \"Response\": {\n \"ProxyDailyPrice\": 0,\n \"BandwidthUnitPrice\": [\n {\n \"BandwidthRange\": [\n 0\n ],\n \"BandwidthUnitPrice\": 0,\n \"DiscountBandwidthUnitPrice\": 0\n }\n ],\n \"DiscountProxyDailyPrice\": 0,\n \"Currency\": \"abc\",\n \"FlowUnitPrice\": 0,\n \"DiscountFlowUnitPrice\": 0,\n \"Cn2BandwidthPrice\": 0,\n \"Cn2BandwidthPriceWithDiscount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
690
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceCreateProxy\n<公共请求参数>\n\n{\n \"Concurrent\": 2,\n \"Bandwidth\": 10,\n \"RealServerRegion\": \"Shanghai\",\n \"AccessRegion\": \"Guangzhou\",\n \"IPAddressVersion\": \"IPv4\",\n \"NetworkType\": \"normal\"\n}",
691
+ "output": "{\n \"Response\": {\n \"ProxyDailyPrice\": 80.64,\n \"DiscountProxyDailyPrice\": 80.64,\n \"BandwidthUnitPrice\": [\n {\n \"BandwidthRange\": [\n 0,\n 20\n ],\n \"BandwidthUnitPrice\": 130,\n \"DiscountBandwidthUnitPrice\": 130\n },\n {\n \"BandwidthRange\": [\n 20,\n 100\n ],\n \"BandwidthUnitPrice\": 90,\n \"DiscountBandwidthUnitPrice\": 90\n },\n {\n \"BandwidthRange\": [\n 100,\n 500\n ],\n \"BandwidthUnitPrice\": 70,\n \"DiscountBandwidthUnitPrice\": 70\n },\n {\n \"BandwidthRange\": [\n 500,\n 2000\n ],\n \"BandwidthUnitPrice\": 60,\n \"DiscountBandwidthUnitPrice\": 60\n },\n {\n \"BandwidthRange\": [\n 2000,\n -1\n ],\n \"BandwidthUnitPrice\": 50,\n \"DiscountBandwidthUnitPrice\": 50\n }\n ],\n \"Currency\": \"CNY\",\n \"RequestId\": \"d04ffc2a-5c92-455c-b1b1-1d4e460a63e2\",\n \"FlowUnitPrice\": null,\n \"DiscountFlowUnitPrice\": null,\n \"Cn2BandwidthPrice\": 0,\n \"Cn2BandwidthPriceWithDiscount\": 0\n }\n}",
698
692
  "title": "创建加速通道询价"
699
693
  }
700
694
  ],
@@ -725,7 +719,7 @@
725
719
  "ModifyGlobalDomainAttribute": [
726
720
  {
727
721
  "document": "",
728
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGlobalDomainAttribute\n<公共请求参数>\n\n{\n \"ProjectId\": \"0\",\n \"DefaultValue\": \"1.1.1.1\",\n \"DomainId\": \"test.com\",\n \"Alias\": \"test\"\n}",
722
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGlobalDomainAttribute\n<公共请求参数>\n\n{\n \"ProjectId\": 0,\n \"DefaultValue\": \"1.1.1.1\",\n \"DomainId\": \"dm-00ye8ek7\",\n \"Alias\": \"test\"\n}",
729
723
  "output": "{\n \"Response\": {\n \"RequestId\": \"19a021f8-dff3-4890-8e7a-ed5054e22e49\"\n }\n}",
730
724
  "title": "修改域名属性"
731
725
  }
@@ -733,7 +727,7 @@
733
727
  "ModifyGlobalDomainDns": [
734
728
  {
735
729
  "document": "",
736
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGlobalDomainDns\n<公共请求参数>\n\n{\n \"ProxyIdList\": [\n \"1213\"\n ],\n \"NationCountryInnerCodes\": [\n \"123\"\n ],\n \"DnsRecordId\": \"3223\",\n \"DomainId\": \"xxxx\"\n}",
730
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGlobalDomainDns\n<公共请求参数>\n\n{\n \"ProxyIdList\": [\n \"link-wefarwqx\"\n ],\n \"NationCountryInnerCodes\": [\n \"100000\"\n ],\n \"DnsRecordId\": \"3223\",\n \"DomainId\": \"dm-00ye8ek7\"\n}",
737
731
  "output": "{\n \"Response\": {\n \"RequestId\": \"19a021f8-dff3-4890-8e7a-ed5054e22e49\"\n }\n}",
738
732
  "title": "修改域名解析记录"
739
733
  },
@@ -833,7 +827,7 @@
833
827
  "ModifyTCPListenerAttribute": [
834
828
  {
835
829
  "document": "修改TCP监听器配置",
836
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTCPListenerAttribute\n<公共请求参数>\n\n{\n \"ConnectTimeout\": \"20\",\n \"ProxyId\": \"link-bjkpdum1\",\n \"HealthCheck\": \"1\",\n \"ListenerId\": \"listener-o0f3at99\",\n \"ListenerName\": \"test10\",\n \"Scheduler\": \"rr\",\n \"DelayLoop\": \"30\"\n}",
830
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTCPListenerAttribute\n<公共请求参数>\n\n{\n \"ConnectTimeout\": \"20\",\n \"ProxyId\": \"link-bjkpdum1\",\n \"HealthCheck\": 1,\n \"ListenerId\": \"listener-o0f3at99\",\n \"ListenerName\": \"test10\",\n \"Scheduler\": \"rr\",\n \"DelayLoop\": 30\n}",
837
831
  "output": "{\n \"Response\": {\n \"RequestId\": \"3919ba30-85c4-4cb4-81bf-ff243b50f3dc\"\n }\n}",
838
832
  "title": "修改TCP监听器配置"
839
833
  }
@@ -110,7 +110,7 @@
110
110
  "members": [
111
111
  {
112
112
  "disabled": false,
113
- "document": "模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-pro、 hunyuan-code、 hunyuan-role、 hunyuan-functioncall、 hunyuan-vision、 hunyuan-turbo。\n各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。\n\n注意:\n不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。",
113
+ "document": "模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-pro、 hunyuan-code、 hunyuan-role、 hunyuan-functioncall、 hunyuan-vision、 hunyuan-turbo、 hunyuan-turbo-latest。\n各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。\n\n注意:\n不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。",
114
114
  "example": "hunyuan-pro",
115
115
  "member": "string",
116
116
  "name": "Model",
@@ -1638,7 +1638,7 @@
1638
1638
  "type": "list"
1639
1639
  },
1640
1640
  {
1641
- "disabled": false,
1641
+ "disabled": true,
1642
1642
  "document": "rtc人数。",
1643
1643
  "example": "0",
1644
1644
  "member": "uint64",
@@ -27,7 +27,7 @@
27
27
  "BatchCreateRoom": [
28
28
  {
29
29
  "document": "批量创建课堂",
30
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchCreateRoom\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"RoomInfos\": [\n {\n \"Name\": \"abc\",\n \"StartTime\": 1,\n \"EndTime\": 1,\n \"TeacherId\": \"abc\",\n \"Resolution\": 1,\n \"MaxMicNumber\": 1,\n \"AutoMic\": 1,\n \"TurnOffMic\": 1,\n \"AudioQuality\": 1,\n \"SubType\": \"abc\",\n \"DisableRecord\": 1,\n \"Assistants\": [\n \"abc\"\n ],\n \"RTCAudienceNumber\": 1,\n \"AudienceType\": 1,\n \"RecordLayout\": 1,\n \"GroupId\": \"abc\",\n \"EnableDirectControl\": 1\n }\n ]\n}",
30
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchCreateRoom\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"RoomInfos\": [\n {\n \"Name\": \"abc\",\n \"StartTime\": 1,\n \"EndTime\": 1,\n \"TeacherId\": \"abc\",\n \"Resolution\": 1,\n \"MaxMicNumber\": 1,\n \"AutoMic\": 1,\n \"TurnOffMic\": 1,\n \"AudioQuality\": 1,\n \"SubType\": \"abc\",\n \"DisableRecord\": 1,\n \"Assistants\": [\n \"abc\"\n ],\n \"AudienceType\": 1,\n \"RecordLayout\": 1,\n \"GroupId\": \"abc\",\n \"EnableDirectControl\": 1\n }\n ]\n}",
31
31
  "output": "{\n \"Response\": {\n \"RoomIds\": [\n 301234567\n ],\n \"RequestId\": \"213das\"\n }\n}",
32
32
  "title": "批量创建课堂"
33
33
  }
@@ -99,7 +99,7 @@
99
99
  "CreateRoom": [
100
100
  {
101
101
  "document": "示例",
102
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRoom\n<公共请求参数>\n\n{\n \"Name\": \"abc\",\n \"StartTime\": 1,\n \"EndTime\": 1,\n \"TeacherId\": \"abc\",\n \"SdkAppId\": 1,\n \"Resolution\": 1,\n \"MaxMicNumber\": 1,\n \"AutoMic\": 1,\n \"TurnOffMic\": 1,\n \"AudioQuality\": 1,\n \"SubType\": \"abc\",\n \"DisableRecord\": 1,\n \"Assistants\": [\n \"abc\"\n ],\n \"RTCAudienceNumber\": 1,\n \"AudienceType\": 1,\n \"RecordLayout\": 1,\n \"GroupId\": \"abc\",\n \"InteractionMode\": 1,\n \"VideoOrientation\": 1,\n \"IsGradingRequiredPostClass\": 1,\n \"RoomType\": 1,\n \"EnableDirectControl\": 0\n}",
102
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRoom\n<公共请求参数>\n\n{\n \"Name\": \"abc\",\n \"StartTime\": 1,\n \"EndTime\": 1,\n \"TeacherId\": \"abc\",\n \"SdkAppId\": 1,\n \"Resolution\": 1,\n \"MaxMicNumber\": 1,\n \"AutoMic\": 1,\n \"TurnOffMic\": 1,\n \"AudioQuality\": 1,\n \"SubType\": \"abc\",\n \"DisableRecord\": 1,\n \"Assistants\": [\n \"abc\"\n ],\n \"AudienceType\": 1,\n \"RecordLayout\": 1,\n \"GroupId\": \"abc\",\n \"InteractionMode\": 1,\n \"VideoOrientation\": 1,\n \"IsGradingRequiredPostClass\": 1,\n \"RoomType\": 1,\n \"EnableDirectControl\": 0\n}",
103
103
  "output": "{\n \"Response\": {\n \"RoomId\": 1,\n \"RequestId\": \"abc\"\n }\n}",
104
104
  "title": "创建房间"
105
105
  }
@@ -813,7 +813,7 @@
813
813
  {
814
814
  "disabled": false,
815
815
  "document": "防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。",
816
- "example": "lhft-xxxxxxxx",
816
+ "example": "lhft-s2dxd7iy",
817
817
  "member": "string",
818
818
  "name": "TemplateId",
819
819
  "required": true,
@@ -837,7 +837,7 @@
837
837
  {
838
838
  "disabled": false,
839
839
  "document": "任务ID。",
840
- "example": "lgtk-xxxxxxxx",
840
+ "example": "lgtk-6brh0ciy",
841
841
  "member": "string",
842
842
  "name": "TaskId",
843
843
  "output_required": true,
@@ -3726,7 +3726,7 @@
3726
3726
  {
3727
3727
  "disabled": false,
3728
3728
  "document": "防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。",
3729
- "example": "lhft-abcd1234",
3729
+ "example": "lhft-a5fh1i90",
3730
3730
  "member": "string",
3731
3731
  "name": "TemplateId",
3732
3732
  "required": true,
@@ -3735,7 +3735,7 @@
3735
3735
  {
3736
3736
  "disabled": false,
3737
3737
  "document": "应用防火墙模板任务ID列表。可通过[ApplyFirewallTemplate](https://cloud.tencent.com/document/product/1207/96883)接口返回值TaskId字段获取。",
3738
- "example": "lgtk-abcd1234",
3738
+ "example": "lgtk-xalnmlko",
3739
3739
  "member": "string",
3740
3740
  "name": "TaskIds",
3741
3741
  "required": false,
@@ -3809,7 +3809,7 @@
3809
3809
  {
3810
3810
  "disabled": false,
3811
3811
  "document": "防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。",
3812
- "example": "lhft-xxxxxxxx",
3812
+ "example": "lhft-ow2dn19x",
3813
3813
  "member": "string",
3814
3814
  "name": "TemplateId",
3815
3815
  "required": true,
@@ -3856,7 +3856,7 @@
3856
3856
  {
3857
3857
  "disabled": false,
3858
3858
  "document": "防火墙模板ID。",
3859
- "example": "lhft-abcd1234",
3859
+ "example": "lhft-ow2dn19x",
3860
3860
  "member": "string",
3861
3861
  "name": "TemplateId",
3862
3862
  "required": true,
@@ -11,7 +11,7 @@
11
11
  "ApplyFirewallTemplate": [
12
12
  {
13
13
  "document": "应用防火墙模板",
14
- "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ApplyFirewallTemplate\n<公共请求参数>\n\n{\n \"TemplateId\": \"lhft-6brh0ciy\",\n \"ApplyInstances\": [\n {\n \"InstanceId\": \"lhins-abcd1234\",\n \"Region\": \"ap-guangzhou\"\n }\n ]\n}",
14
+ "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ApplyFirewallTemplate\n<公共请求参数>\n\n{\n \"TemplateId\": \"lhft-s2dxd7iy\",\n \"ApplyInstances\": [\n {\n \"InstanceId\": \"lhins-wld7xie9\",\n \"Region\": \"ap-guangzhou\"\n }\n ]\n}",
15
15
  "output": "{\n \"Response\": {\n \"RequestId\": \"a880f7ad-a9a0-40a6-b67e-f3ad4f7d9abd\",\n \"TaskId\": \"lgtk-6brh0ciy\"\n }\n}",
16
16
  "title": "应用防火墙模板"
17
17
  }
@@ -1598,6 +1598,16 @@
1598
1598
  "output_required": false,
1599
1599
  "type": "string",
1600
1600
  "value_allowed_null": true
1601
+ },
1602
+ {
1603
+ "disabled": false,
1604
+ "document": "策略是否有权限\n注意:此字段可能返回 null,表示取不到有效值。",
1605
+ "example": "1",
1606
+ "member": "uint64",
1607
+ "name": "PolicyPermissions",
1608
+ "output_required": false,
1609
+ "type": "int",
1610
+ "value_allowed_null": true
1601
1611
  }
1602
1612
  ],
1603
1613
  "usage": "out"
@@ -6243,6 +6253,15 @@
6243
6253
  "name": "ConvergenceHistoryIDs",
6244
6254
  "required": false,
6245
6255
  "type": "list"
6256
+ },
6257
+ {
6258
+ "disabled": false,
6259
+ "document": "告警类型",
6260
+ "example": "[\"METRIC\",\"PRODUCT\",\"PLATFORM\"]",
6261
+ "member": "string",
6262
+ "name": "AlarmTypes",
6263
+ "required": false,
6264
+ "type": "list"
6246
6265
  }
6247
6266
  ],
6248
6267
  "type": "object"
@@ -266,7 +266,7 @@
266
266
  },
267
267
  {
268
268
  "disabled": false,
269
- "document": "1、2、3\n注意:此字段可能返回 null,表示取不到有效值。",
269
+ "document": "1:表示匹配retain消息\n2:表示匹配非retain消息\n3:表示匹配retain和非retain消息\n注意:此字段可能返回 null,表示取不到有效值。",
270
270
  "example": "1",
271
271
  "member": "int64",
272
272
  "name": "Retain",
@@ -277,7 +277,7 @@
277
277
  {
278
278
  "disabled": false,
279
279
  "document": "描述\n注意:此字段可能返回 null,表示取不到有效值。",
280
- "example": "文本",
280
+ "example": "remark",
281
281
  "member": "string",
282
282
  "name": "Remark",
283
283
  "output_required": false,
@@ -1398,7 +1398,7 @@
1398
1398
  "members": [
1399
1399
  {
1400
1400
  "disabled": false,
1401
- "document": "认证器类型\n注意:此字段可能返回 null,表示取不到有效值。",
1401
+ "document": "认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 BYOC:一端一证认证器\n注意:此字段可能返回 null,表示取不到有效值。",
1402
1402
  "example": "JWKS",
1403
1403
  "member": "string",
1404
1404
  "name": "Type",
@@ -7769,7 +7769,7 @@
7769
7769
  },
7770
7770
  {
7771
7771
  "disabled": false,
7772
- "document": "告警码\n-9101 证件边框不完整告警\n-9102 证件复印件告警\n-9103 证件翻拍告警\n-9107 证件反光告警\n-9108 证件模糊告警\n-9109 告警能力未开通",
7772
+ "document": "告警码\n-9101 证件边框不完整告警\n-9102 证件复印件告警\n-9103 证件翻拍告警\n-9104 证件PS告警\n-9107 证件反光告警\n-9108 证件模糊告警\n-9109 告警能力未开通",
7773
7773
  "example": "[-9101]",
7774
7774
  "member": "int64",
7775
7775
  "name": "WarnCardInfos",
@@ -5150,6 +5150,17 @@
5150
5150
  "required": false,
5151
5151
  "type": "string",
5152
5152
  "value_allowed_null": true
5153
+ },
5154
+ {
5155
+ "disabled": false,
5156
+ "document": "付费类型\n注意:此字段可能返回 null,表示取不到有效值。",
5157
+ "example": "1 预付费,2后付费,3免费调试任务",
5158
+ "member": "int64",
5159
+ "name": "PayMode",
5160
+ "output_required": false,
5161
+ "required": false,
5162
+ "type": "int",
5163
+ "value_allowed_null": true
5153
5164
  }
5154
5165
  ],
5155
5166
  "usage": "both"
@@ -834,7 +834,7 @@
834
834
  {
835
835
  "disabled": false,
836
836
  "document": "用户外网ip(传入用户非外网ip会影响判断结果)。",
837
- "example": "123.124.125.253",
837
+ "example": "123.***.***.253",
838
838
  "member": "string",
839
839
  "name": "UserIp",
840
840
  "required": true,
@@ -870,7 +870,7 @@
870
870
  {
871
871
  "disabled": false,
872
872
  "document": "设备指纹 BusinessId。",
873
- "example": "124277865452425",
873
+ "example": "DE****123",
874
874
  "member": "int64",
875
875
  "name": "DeviceBusinessId",
876
876
  "required": false,
@@ -879,7 +879,7 @@
879
879
  {
880
880
  "disabled": false,
881
881
  "document": "业务ID。网站或应用在多个业务中使用此服务,通过此ID区分统计数据。",
882
- "example": "12",
882
+ "example": "1001",
883
883
  "member": "uint64",
884
884
  "name": "BusinessId",
885
885
  "required": false,
@@ -888,7 +888,7 @@
888
888
  {
889
889
  "disabled": false,
890
890
  "document": "昵称,UTF-8 编码。",
891
- "example": "sadsad",
891
+ "example": "zhangsan",
892
892
  "member": "string",
893
893
  "name": "Nickname",
894
894
  "required": false,
@@ -942,7 +942,7 @@
942
942
  {
943
943
  "disabled": false,
944
944
  "document": "用户HTTP请求的X-Forwarded-For值。",
945
- "example": "qewqeqwe",
945
+ "example": "192.***.***.1",
946
946
  "member": "string",
947
947
  "name": "XForwardedFor",
948
948
  "required": false,
@@ -978,7 +978,7 @@
978
978
  {
979
979
  "disabled": false,
980
980
  "document": "扩展字段。",
981
- "example": "Details.1.FieldName='os_system'",
981
+ "example": "Details[0].FieldName='system_version' Details[0].FieldValue='V1.5'",
982
982
  "member": "InputDetails",
983
983
  "name": "Details",
984
984
  "required": false,
@@ -2043,7 +2043,7 @@
2043
2043
  {
2044
2044
  "disabled": false,
2045
2045
  "document": "账号ID:对应输入参数。\n当AccountType为1时,对应QQ的OpenId;\n当AccountType为2时,对应微信的OpenId/UnionId;\n当AccountType为10004时,对应手机号的MD5值;\n当AccountType为10005时,对应手机号的SHA256值。\n注意:此字段可能返回 null,表示取不到有效值。",
2046
- "example": "3ac9aa8a9a0074918763bfd6ed526ed9",
2046
+ "example": "3ac9aa8a9a0**********fd6ed526ed9",
2047
2047
  "member": "string",
2048
2048
  "name": "UserId",
2049
2049
  "output_required": true,
@@ -2073,7 +2073,7 @@
2073
2073
  {
2074
2074
  "disabled": false,
2075
2075
  "document": "操作来源的外网IP(对应输入参数)。\n注意:此字段可能返回 null,表示取不到有效值。",
2076
- "example": "123.124.125.253",
2076
+ "example": "123.***.***.253",
2077
2077
  "member": "string",
2078
2078
  "name": "UserIp",
2079
2079
  "output_required": true,
@@ -2103,7 +2103,7 @@
2103
2103
  {
2104
2104
  "disabled": false,
2105
2105
  "document": "设备指纹ID,如果集成了设备指纹,并传入了正确的DeviceToken和Platform,该字段正常输出;如果DeviceToken异常(校验不通过),则会在RiskType中返回\"-1\"标签,ConstId字段为空;如果没有集成设备指纹ConstId字段默认为空。\n注意:此字段可能返回 null,表示取不到有效值。",
2106
- "example": "7BCF1420708B26034880B789",
2106
+ "example": "7BCF***************789",
2107
2107
  "member": "string",
2108
2108
  "name": "ConstId",
2109
2109
  "output_required": true,
@@ -2113,7 +2113,7 @@
2113
2113
  {
2114
2114
  "disabled": false,
2115
2115
  "document": "风险扩展数据。\n注意:此字段可能返回 null,表示取不到有效值。",
2116
- "example": "{\"Model\":[{\"FieldName\":\"05103001\",\"FieldValue\":\"2\"}]}",
2116
+ "example": "{\"Model\":[{\"FieldName\":\"051***01\",\"FieldValue\":\"2\"}]}",
2117
2117
  "member": "string",
2118
2118
  "name": "RiskInformation",
2119
2119
  "output_required": false,