tccli 3.0.922.1__py2.py3-none-any.whl → 3.0.924.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 (110) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apigateway/v20180808/DescribeServicesStatus.md +33 -19
  3. tccli/examples/cdb/v20170320/CreateDBInstance.md +2 -2
  4. tccli/examples/ckafka/v20190819/CreateAcl.md +4 -1
  5. tccli/examples/clb/v20180317/CloneLoadBalancer.md +3 -3
  6. tccli/examples/clb/v20180317/DescribeListeners.md +49 -127
  7. tccli/examples/clb/v20180317/DescribeLoadBalancers.md +578 -158
  8. tccli/examples/cls/v20201016/CreateScheduledSql.md +13 -11
  9. tccli/examples/cls/v20201016/DeleteScheduledSql.md +2 -2
  10. tccli/examples/cls/v20201016/DescribeConfigs.md +2 -1
  11. tccli/examples/cls/v20201016/DescribeKafkaConsumer.md +23 -0
  12. tccli/examples/cls/v20201016/DescribeScheduledSqlInfo.md +22 -19
  13. tccli/examples/cls/v20201016/ModifyKafkaConsumer.md +21 -0
  14. tccli/examples/cls/v20201016/ModifyScheduledSql.md +11 -9
  15. tccli/examples/cynosdb/v20190107/DescribeAccounts.md +10 -10
  16. tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +77 -65
  17. tccli/examples/ess/v20201111/CancelUserAutoSignEnableUrl.md +1 -1
  18. tccli/examples/ess/v20201111/CreateBatchCancelFlowUrl.md +5 -4
  19. tccli/examples/ess/v20201111/CreateUserAutoSignEnableUrl.md +2 -2
  20. tccli/examples/ess/v20201111/DescribeFlowBriefs.md +6 -2
  21. tccli/examples/ess/v20201111/DescribeFlowEvidenceReport.md +1 -1
  22. tccli/examples/ess/v20201111/DescribeFlowInfo.md +24 -38
  23. tccli/examples/ess/v20201111/DescribeUserAutoSignStatus.md +1 -1
  24. tccli/examples/ess/v20201111/GetTaskResultApi.md +2 -2
  25. tccli/examples/essbasic/v20210526/ChannelBatchCancelFlows.md +5 -5
  26. tccli/examples/essbasic/v20210526/ChannelCreateBatchCancelFlowUrl.md +10 -8
  27. tccli/examples/essbasic/v20210526/ChannelCreateFlowSignUrl.md +9 -8
  28. tccli/examples/essbasic/v20210526/ChannelCreateWebThemeConfig.md +7 -6
  29. tccli/examples/essbasic/v20210526/DescribeFlowDetailInfo.md +19 -30
  30. tccli/examples/essbasic/v20210526/DescribeTemplates.md +13 -4
  31. tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +2 -2
  32. tccli/examples/lcic/v20220817/DescribeRoom.md +2 -0
  33. tccli/examples/mna/v20210119/GetDevices.md +9 -16
  34. tccli/examples/mna/v20210119/UpdateDevice.md +7 -10
  35. tccli/examples/ms/v20180408/CreateEncryptInstance.md +30 -30
  36. tccli/examples/ms/v20180408/CreateOrderInstance.md +2 -2
  37. tccli/examples/ms/v20180408/DescribeEncryptInstances.md +73 -65
  38. tccli/examples/ms/v20180408/DescribeEncryptPlan.md +34 -34
  39. tccli/examples/ms/v20180408/DescribeOrderInstances.md +1 -1
  40. tccli/examples/oceanus/v20190422/CreateJobConfig.md +1 -1
  41. tccli/examples/tdmq/v20200217/CreateRocketMQVipInstance.md +28 -0
  42. tccli/examples/tione/v20211111/CreateNotebook.md +62 -0
  43. tccli/examples/tione/v20211111/CreateNotebookImage.md +18 -0
  44. tccli/examples/tione/v20211111/DeleteNotebook.md +20 -0
  45. tccli/examples/tione/v20211111/DeleteNotebookImageRecord.md +18 -0
  46. tccli/examples/tione/v20211111/DescribeNotebook.md +70 -0
  47. tccli/examples/tione/v20211111/DescribeNotebookImageKernels.md +23 -0
  48. tccli/examples/tione/v20211111/DescribeNotebookImageRecords.md +28 -0
  49. tccli/examples/tione/v20211111/DescribeNotebooks.md +77 -0
  50. tccli/examples/tione/v20211111/ModifyNotebook.md +64 -0
  51. tccli/examples/tione/v20211111/ModifyNotebookTags.md +22 -0
  52. tccli/examples/tione/v20211111/StartNotebook.md +20 -0
  53. tccli/examples/tione/v20211111/StopCreatingImage.md +18 -0
  54. tccli/examples/tione/v20211111/StopNotebook.md +20 -0
  55. tccli/examples/vpc/v20170312/CreateVpnGateway.md +20 -26
  56. tccli/examples/waf/v20180125/GetAttackHistogram.md +142 -0
  57. tccli/services/apigateway/v20180808/api.json +119 -12
  58. tccli/services/apigateway/v20180808/examples.json +4 -4
  59. tccli/services/asr/v20190614/api.json +1 -1
  60. tccli/services/cdb/v20170320/api.json +101 -90
  61. tccli/services/cdb/v20170320/examples.json +2 -2
  62. tccli/services/cdn/v20180606/api.json +59 -6
  63. tccli/services/ckafka/v20190819/api.json +10 -10
  64. tccli/services/ckafka/v20190819/examples.json +1 -1
  65. tccli/services/clb/v20180317/api.json +221 -68
  66. tccli/services/clb/v20180317/examples.json +10 -10
  67. tccli/services/cls/cls_client.py +110 -4
  68. tccli/services/cls/v20201016/api.json +330 -115
  69. tccli/services/cls/v20201016/examples.json +23 -7
  70. tccli/services/cynosdb/v20190107/api.json +82 -31
  71. tccli/services/cynosdb/v20190107/examples.json +3 -3
  72. tccli/services/dlc/v20210125/api.json +11 -11
  73. tccli/services/emr/v20190103/api.json +10 -0
  74. tccli/services/ess/v20201111/api.json +519 -142
  75. tccli/services/ess/v20201111/examples.json +9 -9
  76. tccli/services/essbasic/v20210526/api.json +195 -126
  77. tccli/services/essbasic/v20210526/examples.json +13 -13
  78. tccli/services/faceid/v20180301/api.json +21 -16
  79. tccli/services/lcic/v20220817/api.json +10 -0
  80. tccli/services/lcic/v20220817/examples.json +2 -2
  81. tccli/services/live/v20180801/api.json +42 -22
  82. tccli/services/mna/v20210119/api.json +11 -12
  83. tccli/services/mna/v20210119/examples.json +4 -4
  84. tccli/services/mps/v20190612/api.json +142 -61
  85. tccli/services/ms/v20180408/api.json +92 -19
  86. tccli/services/ms/v20180408/examples.json +31 -31
  87. tccli/services/nlp/v20190408/api.json +2 -1
  88. tccli/services/oceanus/v20190422/api.json +355 -41
  89. tccli/services/oceanus/v20190422/examples.json +1 -1
  90. tccli/services/ocr/ocr_client.py +4 -110
  91. tccli/services/ocr/v20181119/api.json +0 -315
  92. tccli/services/ocr/v20181119/examples.json +0 -16
  93. tccli/services/tdmq/tdmq_client.py +53 -0
  94. tccli/services/tdmq/v20200217/api.json +126 -0
  95. tccli/services/tdmq/v20200217/examples.json +8 -0
  96. tccli/services/teo/v20220901/api.json +18 -18
  97. tccli/services/tione/tione_client.py +987 -298
  98. tccli/services/tione/v20211111/api.json +1784 -20
  99. tccli/services/tione/v20211111/examples.json +104 -0
  100. tccli/services/tts/v20190823/api.json +1 -1
  101. tccli/services/vpc/v20170312/api.json +45 -65
  102. tccli/services/vpc/v20170312/examples.json +3 -3
  103. tccli/services/waf/v20180125/api.json +111 -0
  104. tccli/services/waf/v20180125/examples.json +8 -0
  105. tccli/services/waf/waf_client.py +57 -4
  106. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/METADATA +2 -2
  107. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/RECORD +110 -93
  108. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/WHEEL +0 -0
  109. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/entry_points.txt +0 -0
  110. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/license_files/LICENSE +0 -0
@@ -164,13 +164,13 @@
164
164
  ],
165
165
  "CreateDBInstance": [
166
166
  {
167
- "document": "",
167
+ "document": "购买主实例",
168
168
  "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDBInstance\n<公共请求参数>\n\n{\n \"ResourceTags\": [\n {\n \"TagKey\": \"marchtest\",\n \"TagValue\": [\n \"test1\"\n ]\n }\n ],\n \"Zone\": \"ap-guangzhou-3\",\n \"UniqVpcId\": \"vpc-0akbol5v\",\n \"ProjectId\": \"0\",\n \"InstanceRole\": \"master\",\n \"GoodsNum\": \"1\",\n \"Period\": \"1\",\n \"Volume\": \"25\",\n \"EngineVersion\": \"5.6\",\n \"UniqSubnetId\": \"subnet-fyrtjbqw\",\n \"Memory\": \"1000\",\n \"InstanceNodes\": \"2\"\n}",
169
169
  "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"InstanceIds\": [\n \"cdb-pn6gd5jp\"\n ],\n \"DealIds\": [\n \"20171201110011\"\n ]\n }\n}",
170
170
  "title": "购买主实例"
171
171
  },
172
172
  {
173
- "document": "",
173
+ "document": "购买只读实例",
174
174
  "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDBInstance\n<公共请求参数>\n\n{\n \"RoGroup\": {\n \"RoGroupMode\": \"allinone\",\n \"RoGroupName\": \"jersey_test\",\n \"RoMaxDelayTime\": \"5\",\n \"MinRoInGroup\": \"1\",\n \"RoOfflineDelay\": \"1\"\n },\n \"GoodsNum\": \"1\",\n \"InstanceRole\": \"ro\",\n \"MasterInstanceId\": \"cdb-fn3f9xpx\",\n \"Period\": \"1\",\n \"Volume\": \"100\",\n \"Memory\": \"4000\"\n}",
175
175
  "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"DealIds\": [\n \"20171205110051\"\n ],\n \"InstanceIds\": [\n \"cdbro-hlpl4ik9\"\n ]\n }\n}",
176
176
  "title": "购买只读实例"
@@ -1939,56 +1939,60 @@
1939
1939
  "document": "精准访问控制匹配规则",
1940
1940
  "members": [
1941
1941
  {
1942
- "default": "",
1943
1942
  "disabled": false,
1944
1943
  "document": "匹配关键字:\nprotocol:HTTP协议\nhttpVersion:HTTP版本\nmethod:请求方法\nip:请求源IP\nipAsn:请求源IP自治域号\nipCountry:请求源IP所在国家\nipArea:请求源IP所在大区\nxForwardFor:请求头X-Forward-For\ndirectory:路径\nindex:首页\npath:文件全路径\nfile:文件扩展名\nparam:请求参数\nreferer:请求头Referer\ncookie:请求头Cookie\nuserAgent:请求头User-Agent\nhead:自定义请求头",
1945
1944
  "example": "无",
1945
+ "is_base64": false,
1946
1946
  "member": "string",
1947
1947
  "name": "MatchKey",
1948
+ "output_required": true,
1948
1949
  "required": true,
1949
1950
  "type": "string",
1950
1951
  "value_allowed_null": false
1951
1952
  },
1952
1953
  {
1953
- "default": "",
1954
1954
  "disabled": false,
1955
1955
  "document": "逻辑操作符,取值如下:\n不包含:exclude\n包含:include\n不等于:notequal\n等于:equal\n前缀匹配:matching\n内容为空或不存在:null",
1956
1956
  "example": "无",
1957
+ "is_base64": false,
1957
1958
  "member": "string",
1958
1959
  "name": "LogicOperator",
1960
+ "output_required": true,
1959
1961
  "required": true,
1960
1962
  "type": "string",
1961
1963
  "value_allowed_null": false
1962
1964
  },
1963
1965
  {
1964
- "default": "",
1965
1966
  "disabled": false,
1966
- "document": "匹配值。\n当MatchKey为protocol时\n取值:HTTP、HTTPS\n\n当MatchKey为httpVersion时\n取值:HTTP/1.0、HTTP/1.1、HTTP/1.2、HTTP/2、HTTP/3\n\n当MatchKey为method时\n取值:HEAD、GET、POST、PUT、OPTIONS、TRACE、DELETE、PATCH、CONNECT\n\n当MatchKey为ipCountry时,取值为:\n其他:OTHER\n委内瑞拉:VE\n乌拉圭:UY\n苏里南:SR\n巴拉圭:PY\n秘鲁:PE\n圭亚那:GY\n厄瓜多尔:EC\n哥伦比亚:CO\n智利:CL\n巴西:BR\n玻利维亚:BO\n阿根廷:AR\n新西兰:NZ\n萨摩亚:WS\n瓦努阿图:VU\n图瓦卢:TV\n汤加:TO\n托克劳:TK\n帕劳:PW\n纽埃:NU\n瑙鲁:NR\n基里巴斯:KI\n关岛:GU\n密克罗尼西亚:FM\n澳大利亚:AU\n美国:US\n波多黎各:PR\n多米尼加共和国:DO\n哥斯达黎加:CR\n东萨摩亚:AS\n安提瓜和巴布达:AG\n巴拿马:PA\n尼加拉瓜:NI\n墨西哥:MX\n牙买加:JM\n海地:HT\n洪都拉斯:HN\n危地马拉:GT\n瓜德罗普岛:GP\n格陵兰:GL\n格林纳达:GD\n古巴:CU\n加拿大:CA\n伯利兹:BZ\n巴哈马:BS\n百慕大:BM\n巴巴多斯:BB\n阿鲁巴:AW\n安圭拉:AI\n梵蒂冈:VA\n斯洛伐克:SK\n俄罗斯:RU\n英国:GB\n捷克共和国:CZ\n乌克兰:UA\n土耳其:TR\n斯洛文尼亚:SI\n瑞典:SE\n塞尔维亚:RS\n罗马尼亚:RO\n葡萄牙:PT\n波兰:PL\n挪威:NO\n荷兰:NL\n马耳他:MT\n马其顿:MK\n黑山:ME\n摩尔多瓦:MD\n摩纳哥:MC\n拉脱维亚:LV\n卢森堡:LU\n立陶宛:LT\n列支敦士登:LI\n哈萨克斯坦:KZ\n意大利:IT\n冰岛:IS\n爱尔兰:IE\n匈牙利:HU\n克罗地亚:HR\n希腊:GR\n直布罗陀:GI\n根西岛:GG\n格鲁吉亚:GE\n法国:FR\n芬兰:FI\n西班牙:ES\n爱沙尼亚:EE\n丹麦:DK\n德国:DE\n塞浦路斯:CY\n瑞士:CH\n白俄罗斯:BY\n保加利亚:BG\n比利时:BE\n阿塞拜疆:AZ\n奥地利:AT\n亚美尼亚:AM\n阿尔巴尼亚:AL\n安道尔:AD\n东帝汶:TL\n叙利亚:SY\n沙特阿拉伯:SA\n巴勒斯坦:PS\n斯里兰卡:LK\n斯里兰卡:LK\n朝鲜:KP\n吉尔吉斯斯坦:KG\n中国香港:HK\n文莱:BN\n孟加拉:BD\n阿联酋:AE\n也门:YE\n越南:VN\n乌兹别克斯坦:UZ\n中国台湾:TW\n土库曼斯坦:TM\n塔吉克斯坦:TJ\n泰国:TH\n新加坡:SG\n卡塔尔:QA\n巴基斯坦:PK\n菲律宾:PH\n阿曼:OM\n尼泊尔:NP\n马来西亚:MY\n马尔代夫:MV\n中国澳门:MO\n蒙古:MN\n缅甸:MM\n黎巴嫩:LB\n科威特:KW\n韩国:KR\n柬埔寨:KH\n日本:JP\n约旦:JO\n伊朗:IR\n伊拉克:IQ\n印度:IN\n以色列:IL\n印度尼西亚:ID\n中国:CN\n不丹:BT\n巴林:BH\n阿富汗:AF\n利比亚:LY\n刚果金:CG\n留尼汪岛:RE\n斯威士兰:SZ\n津巴布韦:ZW\n赞比亚:ZM\n马约特:YT\n乌干达:UG\n坦桑尼亚:TZ\n突尼斯:TN\n多哥:TG\n乍得:TD\n索马里:SO\n塞内加尔:SN\n苏丹:SD\n塞舌尔:SC\n卢旺达:RW\n尼日利亚:NG\n尼日尔:NE\n纳米比亚:NA\n莫桑比克:MZ\n马拉维:MW\n毛里求斯:MU\n毛里塔尼亚:MR\n马里:ML\n马达加斯加:MG\n摩洛哥:MA\n莱索托:LS\n利比里亚:LR\n科摩罗:KM\n肯尼亚:KE\n几内亚:GN\n冈比亚:GM\n加纳:GH\n加蓬:GA\n埃塞俄比亚:ET\n厄立特里亚:ER\n埃及:EG\n阿尔及利亚:DZ\n吉布提:DJ\n喀麦隆:CM\n刚果:CG\n博茨瓦纳:BW\n贝宁:BJ\n布隆迪:BI\n安哥拉:AO\n\n当MatchKey为ipArea时,取值为:\n其他:OTHER\n亚洲:AS\n欧洲:EU\n南极洲:AN\n非洲:AF\n大洋洲:OC\n北美洲:NA\n南美洲:SA\n\n当MatchKey为index时\n取值为:/;/index.html",
1967
+ "document": "匹配值。\n当MatchKey为protocol时\n取值:HTTP、HTTPS\n\n当MatchKey为httpVersion时\n取值:HTTP/1.0、HTTP/1.1、HTTP/1.2、HTTP/2、HTTP/3\n\n当MatchKey为method时\n取值:HEAD、GET、POST、PUT、OPTIONS、TRACE、DELETE、PATCH、CONNECT\n\n当MatchKey为ipCountry时,取值为:\n其他:OTHER\n委内瑞拉:VE\n乌拉圭:UY\n苏里南:SR\n巴拉圭:PY\n秘鲁:PE\n圭亚那:GY\n厄瓜多尔:EC\n哥伦比亚:CO\n智利:CL\n巴西:BR\n玻利维亚:BO\n阿根廷:AR\n新西兰:NZ\n萨摩亚:WS\n瓦努阿图:VU\n图瓦卢:TV\n汤加:TO\n托克劳:TK\n帕劳:PW\n纽埃:NU\n瑙鲁:NR\n基里巴斯:KI\n关岛:GU\n密克罗尼西亚:FM\n澳大利亚:AU\n美国:US\n波多黎各:PR\n多米尼加共和国:DO\n哥斯达黎加:CR\n东萨摩亚:AS\n安提瓜和巴布达:AG\n巴拿马:PA\n尼加拉瓜:NI\n墨西哥:MX\n牙买加:JM\n海地:HT\n洪都拉斯:HN\n危地马拉:GT\n瓜德罗普岛:GP\n格陵兰:GL\n格林纳达:GD\n古巴:CU\n加拿大:CA\n伯利兹:BZ\n巴哈马:BS\n百慕大:BM\n巴巴多斯:BB\n阿鲁巴:AW\n安圭拉:AI\n梵蒂冈:VA\n斯洛伐克:SK\n英国:GB\n捷克共和国:CZ\n乌克兰:UA\n土耳其:TR\n斯洛文尼亚:SI\n瑞典:SE\n塞尔维亚:RS\n罗马尼亚:RO\n葡萄牙:PT\n波兰:PL\n挪威:NO\n荷兰:NL\n马耳他:MT\n马其顿:MK\n黑山:ME\n摩尔多瓦:MD\n摩纳哥:MC\n拉脱维亚:LV\n卢森堡:LU\n立陶宛:LT\n列支敦士登:LI\n哈萨克斯坦:KZ\n意大利:IT\n冰岛:IS\n爱尔兰:IE\n匈牙利:HU\n克罗地亚:HR\n希腊:GR\n直布罗陀:GI\n根西岛:GG\n格鲁吉亚:GE\n法国:FR\n芬兰:FI\n西班牙:ES\n爱沙尼亚:EE\n丹麦:DK\n德国:DE\n塞浦路斯:CY\n瑞士:CH\n白俄罗斯:BY\n保加利亚:BG\n比利时:BE\n阿塞拜疆:AZ\n奥地利:AT\n亚美尼亚:AM\n阿尔巴尼亚:AL\n安道尔:AD\n东帝汶:TL\n叙利亚:SY\n沙特阿拉伯:SA\n巴勒斯坦:PS\n斯里兰卡:LK\n斯里兰卡:LK\n朝鲜:KP\n吉尔吉斯斯坦:KG\n中国香港:HK\n文莱:BN\n孟加拉:BD\n阿联酋:AE\n也门:YE\n越南:VN\n乌兹别克斯坦:UZ\n中国台湾:TW\n土库曼斯坦:TM\n塔吉克斯坦:TJ\n泰国:TH\n新加坡:SG\n卡塔尔:QA\n巴基斯坦:PK\n菲律宾:PH\n阿曼:OM\n尼泊尔:NP\n马来西亚:MY\n马尔代夫:MV\n中国澳门:MO\n蒙古:MN\n缅甸:MM\n黎巴嫩:LB\n科威特:KW\n韩国:KR\n柬埔寨:KH\n日本:JP\n约旦:JO\n伊朗:IR\n伊拉克:IQ\n印度:IN\n以色列:IL\n印度尼西亚:ID\n中国:CN\n不丹:BT\n巴林:BH\n阿富汗:AF\n利比亚:LY\n刚果金:CG\n留尼汪岛:RE\n斯威士兰:SZ\n津巴布韦:ZW\n赞比亚:ZM\n马约特:YT\n乌干达:UG\n坦桑尼亚:TZ\n突尼斯:TN\n多哥:TG\n乍得:TD\n索马里:SO\n塞内加尔:SN\n苏丹:SD\n塞舌尔:SC\n卢旺达:RW\n尼日利亚:NG\n尼日尔:NE\n纳米比亚:NA\n莫桑比克:MZ\n马拉维:MW\n毛里求斯:MU\n毛里塔尼亚:MR\n马里:ML\n马达加斯加:MG\n摩洛哥:MA\n莱索托:LS\n利比里亚:LR\n科摩罗:KM\n肯尼亚:KE\n几内亚:GN\n冈比亚:GM\n加纳:GH\n加蓬:GA\n埃塞俄比亚:ET\n厄立特里亚:ER\n埃及:EG\n阿尔及利亚:DZ\n吉布提:DJ\n喀麦隆:CM\n刚果:CG\n博茨瓦纳:BW\n贝宁:BJ\n布隆迪:BI\n安哥拉:AO\n\n当MatchKey为ipArea时,取值为:\n其他:OTHER\n亚洲:AS\n欧洲:EU\n南极洲:AN\n非洲:AF\n大洋洲:OC\n北美洲:NA\n南美洲:SA\n\n当MatchKey为index时\n取值为:/;/index.html",
1967
1968
  "example": "无",
1969
+ "is_base64": false,
1968
1970
  "member": "string",
1969
1971
  "name": "MatchValue",
1972
+ "output_required": true,
1970
1973
  "required": true,
1971
1974
  "type": "list",
1972
1975
  "value_allowed_null": false
1973
1976
  },
1974
1977
  {
1975
- "default": "",
1976
1978
  "disabled": false,
1977
1979
  "document": "是否区分大小写 true:区分 false:不区分",
1978
1980
  "example": "无",
1979
1981
  "member": "bool",
1980
1982
  "name": "CaseSensitive",
1983
+ "output_required": true,
1981
1984
  "required": false,
1982
1985
  "type": "bool",
1983
1986
  "value_allowed_null": false
1984
1987
  },
1985
1988
  {
1986
- "default": "",
1987
1989
  "disabled": false,
1988
1990
  "document": "当MatchKey为param时必填:表示请求参数Key 当MatchKey为cookie时必填:表示请求头Cookie中参数的",
1989
1991
  "example": "无",
1992
+ "is_base64": false,
1990
1993
  "member": "string",
1991
1994
  "name": "MatchKeyParam",
1995
+ "output_required": true,
1992
1996
  "required": false,
1993
1997
  "type": "string",
1994
1998
  "value_allowed_null": false
@@ -17324,6 +17328,7 @@
17324
17328
  "disabled": false,
17325
17329
  "document": "域名",
17326
17330
  "example": "www.test.com",
17331
+ "is_base64": false,
17327
17332
  "member": "string",
17328
17333
  "name": "Domain",
17329
17334
  "required": true,
@@ -17333,6 +17338,7 @@
17333
17338
  "disabled": false,
17334
17339
  "document": "项目 ID",
17335
17340
  "example": "0",
17341
+ "is_base64": false,
17336
17342
  "member": "int64",
17337
17343
  "name": "ProjectId",
17338
17344
  "required": false,
@@ -17342,6 +17348,7 @@
17342
17348
  "disabled": false,
17343
17349
  "document": "源站配置",
17344
17350
  "example": "无",
17351
+ "is_base64": false,
17345
17352
  "member": "Origin",
17346
17353
  "name": "Origin",
17347
17354
  "required": false,
@@ -17351,6 +17358,7 @@
17351
17358
  "disabled": false,
17352
17359
  "document": "IP 黑白名单配置",
17353
17360
  "example": "无",
17361
+ "is_base64": false,
17354
17362
  "member": "IpFilter",
17355
17363
  "name": "IpFilter",
17356
17364
  "required": false,
@@ -17360,6 +17368,7 @@
17360
17368
  "disabled": false,
17361
17369
  "document": "IP 限频配置",
17362
17370
  "example": "无",
17371
+ "is_base64": false,
17363
17372
  "member": "IpFreqLimit",
17364
17373
  "name": "IpFreqLimit",
17365
17374
  "required": false,
@@ -17369,6 +17378,7 @@
17369
17378
  "disabled": false,
17370
17379
  "document": "状态码缓存配置",
17371
17380
  "example": "无",
17381
+ "is_base64": false,
17372
17382
  "member": "StatusCodeCache",
17373
17383
  "name": "StatusCodeCache",
17374
17384
  "required": false,
@@ -17378,6 +17388,7 @@
17378
17388
  "disabled": false,
17379
17389
  "document": "智能压缩配置",
17380
17390
  "example": "无",
17391
+ "is_base64": false,
17381
17392
  "member": "Compression",
17382
17393
  "name": "Compression",
17383
17394
  "required": false,
@@ -17387,6 +17398,7 @@
17387
17398
  "disabled": false,
17388
17399
  "document": "带宽封顶配置",
17389
17400
  "example": "无",
17401
+ "is_base64": false,
17390
17402
  "member": "BandwidthAlert",
17391
17403
  "name": "BandwidthAlert",
17392
17404
  "required": false,
@@ -17396,6 +17408,7 @@
17396
17408
  "disabled": false,
17397
17409
  "document": "Range 回源配置",
17398
17410
  "example": "无",
17411
+ "is_base64": false,
17399
17412
  "member": "RangeOriginPull",
17400
17413
  "name": "RangeOriginPull",
17401
17414
  "required": false,
@@ -17405,6 +17418,7 @@
17405
17418
  "disabled": false,
17406
17419
  "document": "301/302 回源跟随配置",
17407
17420
  "example": "无",
17421
+ "is_base64": false,
17408
17422
  "member": "FollowRedirect",
17409
17423
  "name": "FollowRedirect",
17410
17424
  "required": false,
@@ -17414,6 +17428,7 @@
17414
17428
  "disabled": false,
17415
17429
  "document": "错误码重定向配置(功能灰度中,尚未全量)",
17416
17430
  "example": "无",
17431
+ "is_base64": false,
17417
17432
  "member": "ErrorPage",
17418
17433
  "name": "ErrorPage",
17419
17434
  "required": false,
@@ -17423,6 +17438,7 @@
17423
17438
  "disabled": false,
17424
17439
  "document": "回源请求头部配置",
17425
17440
  "example": "无",
17441
+ "is_base64": false,
17426
17442
  "member": "RequestHeader",
17427
17443
  "name": "RequestHeader",
17428
17444
  "required": false,
@@ -17432,6 +17448,7 @@
17432
17448
  "disabled": false,
17433
17449
  "document": "响应头部配置",
17434
17450
  "example": "无",
17451
+ "is_base64": false,
17435
17452
  "member": "ResponseHeader",
17436
17453
  "name": "ResponseHeader",
17437
17454
  "required": false,
@@ -17441,6 +17458,7 @@
17441
17458
  "disabled": false,
17442
17459
  "document": "下载速度配置",
17443
17460
  "example": "无",
17461
+ "is_base64": false,
17444
17462
  "member": "DownstreamCapping",
17445
17463
  "name": "DownstreamCapping",
17446
17464
  "required": false,
@@ -17450,6 +17468,7 @@
17450
17468
  "disabled": false,
17451
17469
  "document": "节点缓存键配置",
17452
17470
  "example": "无",
17471
+ "is_base64": false,
17453
17472
  "member": "CacheKey",
17454
17473
  "name": "CacheKey",
17455
17474
  "required": false,
@@ -17459,6 +17478,7 @@
17459
17478
  "disabled": false,
17460
17479
  "document": "头部缓存配置",
17461
17480
  "example": "无",
17481
+ "is_base64": false,
17462
17482
  "member": "ResponseHeaderCache",
17463
17483
  "name": "ResponseHeaderCache",
17464
17484
  "required": false,
@@ -17468,6 +17488,7 @@
17468
17488
  "disabled": false,
17469
17489
  "document": "视频拖拽配置",
17470
17490
  "example": "无",
17491
+ "is_base64": false,
17471
17492
  "member": "VideoSeek",
17472
17493
  "name": "VideoSeek",
17473
17494
  "required": false,
@@ -17477,6 +17498,7 @@
17477
17498
  "disabled": false,
17478
17499
  "document": "缓存过期时间配置",
17479
17500
  "example": "无",
17501
+ "is_base64": false,
17480
17502
  "member": "Cache",
17481
17503
  "name": "Cache",
17482
17504
  "required": false,
@@ -17486,6 +17508,7 @@
17486
17508
  "disabled": false,
17487
17509
  "document": "跨国链路优化配置(已下线)",
17488
17510
  "example": "无",
17511
+ "is_base64": false,
17489
17512
  "member": "OriginPullOptimization",
17490
17513
  "name": "OriginPullOptimization",
17491
17514
  "required": false,
@@ -17495,6 +17518,7 @@
17495
17518
  "disabled": false,
17496
17519
  "document": "Https 加速配置",
17497
17520
  "example": "无",
17521
+ "is_base64": false,
17498
17522
  "member": "Https",
17499
17523
  "name": "Https",
17500
17524
  "required": false,
@@ -17504,6 +17528,7 @@
17504
17528
  "disabled": false,
17505
17529
  "document": "时间戳防盗链配置",
17506
17530
  "example": "无",
17531
+ "is_base64": false,
17507
17532
  "member": "Authentication",
17508
17533
  "name": "Authentication",
17509
17534
  "required": false,
@@ -17513,6 +17538,7 @@
17513
17538
  "disabled": false,
17514
17539
  "document": "SEO 优化配置",
17515
17540
  "example": "无",
17541
+ "is_base64": false,
17516
17542
  "member": "Seo",
17517
17543
  "name": "Seo",
17518
17544
  "required": false,
@@ -17522,6 +17548,7 @@
17522
17548
  "disabled": false,
17523
17549
  "document": "访问协议强制跳转配置",
17524
17550
  "example": "无",
17551
+ "is_base64": false,
17525
17552
  "member": "ForceRedirect",
17526
17553
  "name": "ForceRedirect",
17527
17554
  "required": false,
@@ -17531,6 +17558,7 @@
17531
17558
  "disabled": false,
17532
17559
  "document": "Referer 防盗链配置",
17533
17560
  "example": "无",
17561
+ "is_base64": false,
17534
17562
  "member": "Referer",
17535
17563
  "name": "Referer",
17536
17564
  "required": false,
@@ -17540,6 +17568,7 @@
17540
17568
  "disabled": false,
17541
17569
  "document": "浏览器缓存配置(功能灰度中,尚未全量)",
17542
17570
  "example": "无",
17571
+ "is_base64": false,
17543
17572
  "member": "MaxAge",
17544
17573
  "name": "MaxAge",
17545
17574
  "required": false,
@@ -17549,6 +17578,7 @@
17549
17578
  "disabled": false,
17550
17579
  "document": "地域属性特殊配置\n适用于域名境内加速、境外加速配置不一致场景",
17551
17580
  "example": "无",
17581
+ "is_base64": false,
17552
17582
  "member": "SpecificConfig",
17553
17583
  "name": "SpecificConfig",
17554
17584
  "required": false,
@@ -17558,6 +17588,7 @@
17558
17588
  "disabled": false,
17559
17589
  "document": "域名业务类型\nweb:静态加速\ndownload:下载加速\nmedia:流媒体点播加速",
17560
17590
  "example": "web",
17591
+ "is_base64": false,
17561
17592
  "member": "string",
17562
17593
  "name": "ServiceType",
17563
17594
  "required": false,
@@ -17567,6 +17598,7 @@
17567
17598
  "disabled": false,
17568
17599
  "document": "域名加速区域\nmainland:中国境内加速\noverseas:中国境外加速\nglobal:全球加速\n从mainland/overseas修改至global时,域名的配置将被同步至overseas/mainland。若域名含有后端特殊配置,此类配置的同步过程有一定延时,请耐心等待",
17569
17600
  "example": "mainland",
17601
+ "is_base64": false,
17570
17602
  "member": "string",
17571
17603
  "name": "Area",
17572
17604
  "required": false,
@@ -17576,6 +17608,7 @@
17576
17608
  "disabled": false,
17577
17609
  "document": "回源超时配置",
17578
17610
  "example": "无",
17611
+ "is_base64": false,
17579
17612
  "member": "OriginPullTimeout",
17580
17613
  "name": "OriginPullTimeout",
17581
17614
  "required": false,
@@ -17585,6 +17618,7 @@
17585
17618
  "disabled": false,
17586
17619
  "document": "回源S3私有鉴权",
17587
17620
  "example": "无",
17621
+ "is_base64": false,
17588
17622
  "member": "AwsPrivateAccess",
17589
17623
  "name": "AwsPrivateAccess",
17590
17624
  "required": false,
@@ -17594,6 +17628,7 @@
17594
17628
  "disabled": false,
17595
17629
  "document": "UA黑白名单配置",
17596
17630
  "example": "无",
17631
+ "is_base64": false,
17597
17632
  "member": "UserAgentFilter",
17598
17633
  "name": "UserAgentFilter",
17599
17634
  "required": false,
@@ -17603,6 +17638,7 @@
17603
17638
  "disabled": false,
17604
17639
  "document": "访问控制",
17605
17640
  "example": "无",
17641
+ "is_base64": false,
17606
17642
  "member": "AccessControl",
17607
17643
  "name": "AccessControl",
17608
17644
  "required": false,
@@ -17612,6 +17648,7 @@
17612
17648
  "disabled": false,
17613
17649
  "document": "访问URL重写配置",
17614
17650
  "example": "无",
17651
+ "is_base64": false,
17615
17652
  "member": "UrlRedirect",
17616
17653
  "name": "UrlRedirect",
17617
17654
  "required": false,
@@ -17621,6 +17658,7 @@
17621
17658
  "disabled": false,
17622
17659
  "document": "访问端口配置",
17623
17660
  "example": "[80,8080]",
17661
+ "is_base64": false,
17624
17662
  "member": "int64",
17625
17663
  "name": "AccessPort",
17626
17664
  "required": false,
@@ -17630,6 +17668,7 @@
17630
17668
  "disabled": false,
17631
17669
  "document": "时间戳防盗链高级版配置,白名单功能",
17632
17670
  "example": "无",
17671
+ "is_base64": false,
17633
17672
  "member": "AdvancedAuthentication",
17634
17673
  "name": "AdvancedAuthentication",
17635
17674
  "required": false,
@@ -17639,6 +17678,7 @@
17639
17678
  "disabled": false,
17640
17679
  "document": "回源鉴权高级版配置,白名单功能",
17641
17680
  "example": "无",
17681
+ "is_base64": false,
17642
17682
  "member": "OriginAuthentication",
17643
17683
  "name": "OriginAuthentication",
17644
17684
  "required": false,
@@ -17648,6 +17688,7 @@
17648
17688
  "disabled": false,
17649
17689
  "document": "Ipv6 访问配置",
17650
17690
  "example": "无",
17691
+ "is_base64": false,
17651
17692
  "member": "Ipv6Access",
17652
17693
  "name": "Ipv6Access",
17653
17694
  "required": false,
@@ -17657,6 +17698,7 @@
17657
17698
  "disabled": false,
17658
17699
  "document": "离线缓存",
17659
17700
  "example": "无",
17701
+ "is_base64": false,
17660
17702
  "member": "OfflineCache",
17661
17703
  "name": "OfflineCache",
17662
17704
  "required": false,
@@ -17666,6 +17708,7 @@
17666
17708
  "disabled": false,
17667
17709
  "document": "合并回源",
17668
17710
  "example": "无",
17711
+ "is_base64": false,
17669
17712
  "member": "OriginCombine",
17670
17713
  "name": "OriginCombine",
17671
17714
  "required": false,
@@ -17675,6 +17718,7 @@
17675
17718
  "disabled": false,
17676
17719
  "document": "POST请求传输配置",
17677
17720
  "example": "无",
17721
+ "is_base64": false,
17678
17722
  "member": "PostSize",
17679
17723
  "name": "PostMaxSize",
17680
17724
  "required": false,
@@ -17684,6 +17728,7 @@
17684
17728
  "disabled": false,
17685
17729
  "document": "Quic访问(收费服务,详见计费说明和产品文档)",
17686
17730
  "example": "无",
17731
+ "is_base64": false,
17687
17732
  "member": "Quic",
17688
17733
  "name": "Quic",
17689
17734
  "required": false,
@@ -17693,6 +17738,7 @@
17693
17738
  "disabled": false,
17694
17739
  "document": "回源OSS私有鉴权",
17695
17740
  "example": "无",
17741
+ "is_base64": false,
17696
17742
  "member": "OssPrivateAccess",
17697
17743
  "name": "OssPrivateAccess",
17698
17744
  "required": false,
@@ -17702,6 +17748,7 @@
17702
17748
  "disabled": false,
17703
17749
  "document": "WebSocket配置",
17704
17750
  "example": "无",
17751
+ "is_base64": false,
17705
17752
  "member": "WebSocket",
17706
17753
  "name": "WebSocket",
17707
17754
  "required": false,
@@ -17711,6 +17758,7 @@
17711
17758
  "disabled": false,
17712
17759
  "document": "远程鉴权配置",
17713
17760
  "example": "无",
17761
+ "is_base64": false,
17714
17762
  "member": "RemoteAuthentication",
17715
17763
  "name": "RemoteAuthentication",
17716
17764
  "required": false,
@@ -17720,6 +17768,7 @@
17720
17768
  "disabled": false,
17721
17769
  "document": "共享CNAME配置,白名单功能",
17722
17770
  "example": "无",
17771
+ "is_base64": false,
17723
17772
  "member": "ShareCname",
17724
17773
  "name": "ShareCname",
17725
17774
  "required": false,
@@ -17729,6 +17778,7 @@
17729
17778
  "disabled": false,
17730
17779
  "document": "华为云对象存储回源鉴权",
17731
17780
  "example": "无",
17781
+ "is_base64": false,
17732
17782
  "member": "HwPrivateAccess",
17733
17783
  "name": "HwPrivateAccess",
17734
17784
  "required": false,
@@ -17738,6 +17788,7 @@
17738
17788
  "disabled": false,
17739
17789
  "document": "七牛云对象存储回源鉴权",
17740
17790
  "example": "无",
17791
+ "is_base64": false,
17741
17792
  "member": "QnPrivateAccess",
17742
17793
  "name": "QnPrivateAccess",
17743
17794
  "required": false,
@@ -17747,6 +17798,7 @@
17747
17798
  "disabled": false,
17748
17799
  "document": "其他厂商对象存储回源鉴权",
17749
17800
  "example": "无",
17801
+ "is_base64": false,
17750
17802
  "member": "OthersPrivateAccess",
17751
17803
  "name": "OthersPrivateAccess",
17752
17804
  "required": false,
@@ -17756,6 +17808,7 @@
17756
17808
  "disabled": false,
17757
17809
  "document": "HTTPS服务(收费服务,详见计费说明和产品文档)",
17758
17810
  "example": "无",
17811
+ "is_base64": false,
17759
17812
  "member": "HttpsBilling",
17760
17813
  "name": "HttpsBilling",
17761
17814
  "required": false,
@@ -2647,80 +2647,80 @@
2647
2647
  "document": "CreateAcl请求参数结构体",
2648
2648
  "members": [
2649
2649
  {
2650
- "default": "",
2651
2650
  "disabled": false,
2652
2651
  "document": "实例id信息",
2653
2652
  "example": "xxx",
2653
+ "is_base64": false,
2654
2654
  "member": "string",
2655
2655
  "name": "InstanceId",
2656
2656
  "required": true,
2657
2657
  "type": "string"
2658
2658
  },
2659
2659
  {
2660
- "default": "",
2661
2660
  "disabled": false,
2662
2661
  "document": "Acl资源类型,(2:TOPIC,3:GROUP,4:CLUSTER)",
2663
2662
  "example": "2",
2663
+ "is_base64": false,
2664
2664
  "member": "int64",
2665
2665
  "name": "ResourceType",
2666
2666
  "required": true,
2667
2667
  "type": "int"
2668
2668
  },
2669
2669
  {
2670
- "default": "",
2671
2670
  "disabled": false,
2672
2671
  "document": "Acl操作方式,(2:ALL,3:READ,4:WRITE,5:CREATE,6:DELETE,7:ALTER,8:DESCRIBE,9:CLUSTER_ACTION,10:DESCRIBE_CONFIGS,11:ALTER_CONFIGS,12:IDEMPOTENT_WRITE)",
2673
2672
  "example": "2",
2673
+ "is_base64": false,
2674
2674
  "member": "int64",
2675
2675
  "name": "Operation",
2676
2676
  "required": true,
2677
2677
  "type": "int"
2678
2678
  },
2679
2679
  {
2680
- "default": "",
2681
2680
  "disabled": false,
2682
2681
  "document": "权限类型,(2:DENY,3:ALLOW),当前ckakfa支持ALLOW(相当于白名单),其它用于后续兼容开源kafka的acl时使用",
2683
2682
  "example": "2",
2683
+ "is_base64": false,
2684
2684
  "member": "int64",
2685
2685
  "name": "PermissionType",
2686
2686
  "required": true,
2687
2687
  "type": "int"
2688
2688
  },
2689
2689
  {
2690
- "default": "",
2691
2690
  "disabled": false,
2692
2691
  "document": "资源名称,和resourceType相关,如当resourceType为TOPIC时,则该字段表示topic名称,当resourceType为GROUP时,该字段表示group名称,当resourceType为CLUSTER时,该字段可为空。",
2693
2692
  "example": "Topic1",
2693
+ "is_base64": false,
2694
2694
  "member": "string",
2695
2695
  "name": "ResourceName",
2696
2696
  "required": false,
2697
2697
  "type": "string"
2698
2698
  },
2699
2699
  {
2700
- "default": "",
2701
2700
  "disabled": false,
2702
- "document": "默认为\\*,表示任何host都可以访问,当前ckafka不支持host为\\*,但是后面开源kafka的产品化会直接支持",
2701
+ "document": "默认为*,表示任何host都可以访问。支持填写IP或网段,支持“;”分隔。",
2703
2702
  "example": "1.1.1.1",
2703
+ "is_base64": false,
2704
2704
  "member": "string",
2705
2705
  "name": "Host",
2706
2706
  "required": false,
2707
2707
  "type": "string"
2708
2708
  },
2709
2709
  {
2710
- "default": "",
2711
2710
  "disabled": false,
2712
2711
  "document": "用户列表,默认为User:*,表示任何user都可以访问,当前用户只能是用户列表中包含的用户。传入时需要加 User: 前缀,如用户A则传入User:A。",
2713
2712
  "example": "User:user1",
2713
+ "is_base64": false,
2714
2714
  "member": "string",
2715
2715
  "name": "Principal",
2716
2716
  "required": false,
2717
2717
  "type": "string"
2718
2718
  },
2719
2719
  {
2720
- "default": "",
2721
2720
  "disabled": false,
2722
2721
  "document": "资源名称列表,Json字符串格式。ResourceName和resourceNameList只能指定其中一个。",
2723
2722
  "example": "[\\\"Topic1\\\",\\\"Topic2\\\"]",
2723
+ "is_base64": false,
2724
2724
  "member": "string",
2725
2725
  "name": "ResourceNameList",
2726
2726
  "required": false,
@@ -2738,7 +2738,7 @@
2738
2738
  "example": "无",
2739
2739
  "member": "JgwOperateResponse",
2740
2740
  "name": "Result",
2741
- "required": true,
2741
+ "output_required": true,
2742
2742
  "type": "object",
2743
2743
  "value_allowed_null": false
2744
2744
  },
@@ -52,7 +52,7 @@
52
52
  {
53
53
  "document": "",
54
54
  "input": "https://ckafka.tencentcloudapi.com/?Action=CreateAcl\n&InstanceId=xxx\n&ResourceType=2\n&ResourceName=test1\n&Operation=2\n&PermissionType=2\n&Host=1.1.1.1\n&Principal=User:user1\n&<公共请求参数>",
55
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply ok]\",\n \"Data\": {\n \"FlowId\": 0\n }\n },\n \"RequestId\": \"b1ce770b-3623-47d3-b31b-538f8941142d\"\n }\n}",
55
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply ok]\",\n \"Data\": {\n \"FlowId\": 0,\n \"RouteDTO\": {\n \"RouteId\": 0\n }\n }\n },\n \"RequestId\": \"b1ce770b-3623-47d3-b31b-538f8941142d\"\n }\n}",
56
56
  "title": "添加 ACL 策略"
57
57
  }
58
58
  ],