tccli 3.0.1272.1__py2.py3-none-any.whl → 3.0.1274.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +57 -57
  3. tccli/services/captcha/v20190722/api.json +116 -116
  4. tccli/services/captcha/v20190722/examples.json +1 -1
  5. tccli/services/ccc/v20200210/api.json +3 -3
  6. tccli/services/cdwch/v20200915/api.json +61 -11
  7. tccli/services/clb/clb_client.py +265 -0
  8. tccli/services/clb/v20180317/api.json +289 -0
  9. tccli/services/clb/v20180317/examples.json +40 -0
  10. tccli/services/cvm/v20170312/api.json +57 -57
  11. tccli/services/cwp/v20180228/api.json +4 -4
  12. tccli/services/dlc/v20210125/examples.json +1 -1
  13. tccli/services/dts/v20211206/api.json +1 -1
  14. tccli/services/faceid/v20180301/api.json +11 -11
  15. tccli/services/faceid/v20180301/examples.json +8 -2
  16. tccli/services/hunyuan/v20230901/api.json +2 -2
  17. tccli/services/lke/v20231130/api.json +73 -2
  18. tccli/services/lke/v20231130/examples.json +1 -1
  19. tccli/services/lkeap/v20240522/api.json +3 -3
  20. tccli/services/lowcode/lowcode_client.py +477 -0
  21. tccli/services/lowcode/v20210108/api.json +1764 -155
  22. tccli/services/lowcode/v20210108/examples.json +75 -9
  23. tccli/services/monitor/monitor_client.py +53 -0
  24. tccli/services/monitor/v20180724/api.json +189 -1
  25. tccli/services/monitor/v20180724/examples.json +8 -0
  26. tccli/services/rce/v20201103/api.json +103 -103
  27. tccli/services/redis/v20180412/api.json +110 -110
  28. tccli/services/ssl/v20191205/api.json +46 -46
  29. tccli/services/ssl/v20191205/examples.json +3 -3
  30. tccli/services/tcr/v20190924/api.json +20 -20
  31. tccli/services/tdid/v20210519/api.json +95 -26
  32. tccli/services/tdid/v20210519/examples.json +15 -3
  33. tccli/services/tione/v20211111/api.json +3 -3
  34. tccli/services/tione/v20211111/examples.json +4 -4
  35. tccli/services/tsf/v20180326/api.json +88 -88
  36. tccli/services/tsf/v20180326/examples.json +2 -2
  37. tccli/services/waf/v20180125/api.json +1 -1
  38. tccli/services/weilingwith/v20230427/api.json +115 -115
  39. tccli/services/weilingwith/v20230427/examples.json +21 -21
  40. {tccli-3.0.1272.1.dist-info → tccli-3.0.1274.1.dist-info}/METADATA +2 -2
  41. {tccli-3.0.1272.1.dist-info → tccli-3.0.1274.1.dist-info}/RECORD +44 -44
  42. {tccli-3.0.1272.1.dist-info → tccli-3.0.1274.1.dist-info}/WHEEL +0 -0
  43. {tccli-3.0.1272.1.dist-info → tccli-3.0.1274.1.dist-info}/entry_points.txt +0 -0
  44. {tccli-3.0.1272.1.dist-info → tccli-3.0.1274.1.dist-info}/license_files/LICENSE +0 -0
@@ -4,7 +4,7 @@
4
4
  {
5
5
  "document": "",
6
6
  "input": "https://tsf.tencentcloudapi.com/?Action=AddClusterInstances\n&InstanceIdList.0=ins-xxxxxxx\n&InstanceIdList.1=ins-xxxxxxx\n&ClusterId=cluster-xxxxxxx\n&InstanceImportMode=R\n&ImageId=img-xxxxxxx\n&Password=xxxxxxx\n&<公共请求参数>",
7
- "output": "{\n \"Response\": {\n \"RequestId\": \"7b141f81-e708-46f0-a8d3-4e5259c82890\",\n \"Result\": {\n \"FailedInstanceIds\": [\n \"ins-fgbrdsa12\"\n ],\n \"SuccInstanceIds\": [\n \"ins-geeqwysd1\"\n ],\n \"TimeoutInstanceIds\": [\n \"ins=kytrdqq45\"\n ]\n }\n }\n}",
7
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7b141f81-e708-46f0-a8d3-4e5259c82890\",\n \"Result\": {\n \"FailedInstanceIds\": [\n \"ins-fgbrdsa12\"\n ],\n \"SuccInstanceIds\": [\n \"ins-geeqwysd1\"\n ],\n \"TimeoutInstanceIds\": [\n \"ins=kytrdqq45\"\n ],\n \"FailedReasons\": [\n \"this is failed reason\"\n ]\n }\n }\n}",
8
8
  "title": "添加云主机节点"
9
9
  }
10
10
  ],
@@ -1164,7 +1164,7 @@
1164
1164
  {
1165
1165
  "document": "",
1166
1166
  "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStatistics\n<公共请求参数>\n\n{\n \"OrderBy\": \"字符串\",\n \"StartTime\": \"2020-05-12 14:43:12\",\n \"TimeStep\": \"1\",\n \"Offset\": \"1\",\n \"DbName\": \"字符串\",\n \"ServiceName\": \"字符串\",\n \"Limit\": \"1\",\n \"NamespaceIdList\": [\n \"字符串\"\n ],\n \"SearchWord\": \"字符串\",\n \"OrderType\": \"1\",\n \"EndTime\": \"2020-05-12 14:43:12\",\n \"Type\": \"字符串\",\n \"NamespaceId\": \"字符串\",\n \"BucketKey\": \"字符串\",\n \"MetricDimensionValues\": [\n {\n \"Name\": \"字符串\",\n \"Value\": [\n \"字符串\"\n ]\n }\n ]\n}",
1167
- "output": "{\n \"Response\": {\n \"RequestId\": \"b057eeaa-ccdf-40be-995f-f059b4b974e8\",\n \"Result\": null\n }\n}",
1167
+ "output": "{\n \"Response\": {\n \"RequestId\": \"b057eeaa-ccdf-40be-995f-f059b4b974e8\",\n \"Result\": {\n \"TotalCount\": 2,\n \"Content\": []\n }\n }\n}",
1168
1168
  "title": "test"
1169
1169
  }
1170
1170
  ],
@@ -20827,7 +20827,7 @@
20827
20827
  },
20828
20828
  {
20829
20829
  "disabled": false,
20830
- "document": "[{\\\"key\\\":\\\"Method\\\",\\\"args\\\":[\\\"=R0VU\\\"],\\\"match\\\":\\\"0\\\",\\\"encodeflag\\\":true}] Key可选值为 Method、Post、Referer、Cookie、User-Agent、CustomHeader match可选值为,当Key为Method的时候可选值为0(等于)、3(不等于)。 Key为Post的时候可选值为0(等于)、3(不等于),Key为Cookie的时候可选值为0(等于)、2(包含),3(不等于)、7(不包含)、 当Key为Referer的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为Cookie的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为User-Agent的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为CustomHeader的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空)。 args用来表示匹配内容,需要设置encodeflag为true,当Key为Post、Cookie、CustomHeader时,用等号=来分别串接Key和Value,并分别用Base64编码,类似YWJj=YWJj。当Key为Referer、User-Agent时,用等号=来串接Value,类似=YWJj。",
20830
+ "document": "CC的匹配条件JSON序列化的字符串,示例:[{\\\"key\\\":\\\"Method\\\",\\\"args\\\":[\\\"=R0VU\\\"],\\\"match\\\":\\\"0\\\",\\\"encodeflag\\\":true}] Key可选值为 Method、Post、Referer、Cookie、User-Agent、CustomHeader match可选值为,当Key为Method的时候可选值为0(等于)、3(不等于)。 Key为Post的时候可选值为0(等于)、3(不等于),Key为Cookie的时候可选值为0(等于)、2(包含),3(不等于)、7(不包含)、 当Key为Referer的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为Cookie的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为User-Agent的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为CustomHeader的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空)。 args用来表示匹配内容,需要设置encodeflag为true,当Key为Post、Cookie、CustomHeader时,用等号=来分别串接Key和Value,并分别用Base64编码,类似YWJj=YWJj。当Key为Referer、User-Agent时,用等号=来串接Value,类似=YWJj。",
20831
20831
  "example": "\"[]\"",
20832
20832
  "member": "string",
20833
20833
  "name": "OptionsArr",