tccli 3.0.1287.1__py2.py3-none-any.whl → 3.0.1289.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 (77) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/plugins/sso/__init__.py +11 -1
  3. tccli/plugins/sso/login.py +3 -3
  4. tccli/services/asr/v20190614/api.json +6 -6
  5. tccli/services/asr/v20190614/examples.json +4 -4
  6. tccli/services/bi/v20220105/api.json +43 -0
  7. tccli/services/billing/v20180709/api.json +564 -504
  8. tccli/services/captcha/v20190722/api.json +79 -77
  9. tccli/services/cdc/v20201214/api.json +16 -16
  10. tccli/services/cdwpg/v20201230/api.json +5 -5
  11. tccli/services/cdwpg/v20201230/examples.json +6 -6
  12. tccli/services/cdz/v20221123/api.json +4 -4
  13. tccli/services/cfg/v20210820/api.json +197 -197
  14. tccli/services/cfg/v20210820/examples.json +1 -1
  15. tccli/services/cfs/v20190719/api.json +1 -1
  16. tccli/services/clb/v20180317/api.json +2 -2
  17. tccli/services/cvm/cvm_client.py +53 -0
  18. tccli/services/cvm/v20170312/api.json +110 -5
  19. tccli/services/cvm/v20170312/examples.json +8 -0
  20. tccli/services/cwp/v20180228/api.json +102 -24
  21. tccli/services/dbbrain/dbbrain_client.py +383 -12
  22. tccli/services/dbbrain/v20210527/api.json +884 -101
  23. tccli/services/dbbrain/v20210527/examples.json +56 -0
  24. tccli/services/domain/v20180808/api.json +52 -32
  25. tccli/services/dts/v20180330/api.json +34 -34
  26. tccli/services/dts/v20180330/examples.json +1 -1
  27. tccli/services/dts/v20211206/api.json +225 -223
  28. tccli/services/dts/v20211206/examples.json +2 -2
  29. tccli/services/ess/v20201111/api.json +53 -2
  30. tccli/services/essbasic/v20210526/api.json +54 -3
  31. tccli/services/hunyuan/v20230901/api.json +45 -12
  32. tccli/services/iotexplorer/iotexplorer_client.py +159 -0
  33. tccli/services/iotexplorer/v20190423/api.json +561 -0
  34. tccli/services/iotexplorer/v20190423/examples.json +24 -0
  35. tccli/services/iotvideo/iotvideo_client.py +106 -0
  36. tccli/services/iotvideo/v20211125/api.json +105 -0
  37. tccli/services/iotvideo/v20211125/examples.json +16 -0
  38. tccli/services/lighthouse/v20200324/api.json +46 -46
  39. tccli/services/lighthouse/v20200324/examples.json +2 -2
  40. tccli/services/lke/v20231130/api.json +6 -6
  41. tccli/services/lke/v20231130/examples.json +1 -1
  42. tccli/services/lkeap/v20240522/api.json +2 -2
  43. tccli/services/mariadb/v20170312/api.json +30 -30
  44. tccli/services/mongodb/v20190725/api.json +3 -3
  45. tccli/services/mps/v20190612/api.json +88 -6
  46. tccli/services/mqtt/v20240516/api.json +3 -3
  47. tccli/services/mqtt/v20240516/examples.json +5 -11
  48. tccli/services/organization/v20210331/api.json +113 -113
  49. tccli/services/redis/v20180412/api.json +4 -4
  50. tccli/services/ses/v20201002/api.json +1 -1
  51. tccli/services/svp/v20240125/api.json +1 -1
  52. tccli/services/tat/v20201028/api.json +7 -7
  53. tccli/services/tcb/v20180608/api.json +236 -235
  54. tccli/services/tcb/v20180608/examples.json +1 -7
  55. tccli/services/tdmq/v20200217/api.json +231 -221
  56. tccli/services/teo/v20220901/api.json +670 -12
  57. tccli/services/teo/v20220901/examples.json +21 -3
  58. tccli/services/tione/v20211111/api.json +64 -6
  59. tccli/services/trocket/trocket_client.py +53 -0
  60. tccli/services/trocket/v20230308/api.json +61 -0
  61. tccli/services/trocket/v20230308/examples.json +8 -0
  62. tccli/services/trro/trro_client.py +53 -0
  63. tccli/services/trro/v20220325/api.json +70 -0
  64. tccli/services/trro/v20220325/examples.json +8 -0
  65. tccli/services/vdb/v20230616/api.json +31 -2
  66. tccli/services/vdb/v20230616/examples.json +8 -2
  67. tccli/services/vrs/v20200824/api.json +14 -2
  68. tccli/services/vrs/v20200824/examples.json +1 -1
  69. tccli/services/waf/v20180125/api.json +225 -0
  70. tccli/services/waf/v20180125/examples.json +24 -0
  71. tccli/services/waf/waf_client.py +159 -0
  72. tccli/services/wedata/v20210820/api.json +48 -0
  73. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/METADATA +2 -2
  74. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/RECORD +77 -77
  75. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/WHEEL +0 -0
  76. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/entry_points.txt +0 -0
  77. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/license_files/LICENSE +0 -0
@@ -285,16 +285,10 @@
285
285
  }
286
286
  ],
287
287
  "DescribeCloudBaseRunServer": [
288
- {
289
- "document": "",
290
- "input": "https://tcb.tencentcloudapi.com/?Action=DescribeCloudBaseRunServer\n&EnvId=lotestapi100004\n&ServerName=dockerservicename\n&Offset=0\n&Limit=20\n&<公共请求参数>",
291
- "output": "{\n \"Response\": {\n \"ImageRepo\": \"tcb-100019615070-mjph/ca-znrdxowd_test-domain2\",\n \"IsPublic\": false,\n \"RequestId\": \"52855bd0-25cc-4294-913c-0b8ee0c65e76\",\n \"ServerName\": \"test-domain2\",\n \"SourceType\": \"custom\",\n \"TotalCount\": 5,\n \"TrafficType\": \"\",\n \"VersionItems\": [\n {\n \"VersionName\": \"test-domain2-009\",\n \"FlowRatio\": 100,\n \"Status\": \"normal\",\n \"CreatedTime\": \"2023-11-13 17:10:30\",\n \"UpdatedTime\": \"2023-11-13 17:41:00\",\n \"BuildId\": 37196953,\n \"UploadType\": \"package\",\n \"Remark\": \"\",\n \"UrlParam\": null,\n \"Priority\": 0,\n \"IsDefaultPriority\": false,\n \"FlowParams\": null,\n \"MinReplicas\": 0,\n \"MaxReplicas\": 5,\n \"RunId\": \"multi_tenant_1r2Sxhqf7GP3Mx\",\n \"Percent\": 0,\n \"CurrentReplicas\": 0,\n \"Architecture\": \"\"\n }\n ]\n }\n}",
292
- "title": "查看某个服务的装填"
293
- },
294
288
  {
295
289
  "document": "查询单个云托管服务实例",
296
290
  "input": "POST / HTTP/1.1\nHost: tcb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudBaseRunServer\n<公共请求参数>\n\n{\n \"EnvId\": \"pre-tenant-4g9db6fj62889354\",\n \"ServerName\": \"envparam\",\n \"Offset\": 0,\n \"Limit\": 100\n}",
297
- "output": "{\n \"Response\": {\n \"ImageRepo\": \"tcb-100019615070-mjph/ca-znrdxowd_envparam\",\n \"IsPublic\": false,\n \"RequestId\": \"0a14bef2-57d8-4d74-9d54-c0850e5395b3\",\n \"ServerName\": \"envparam\",\n \"SourceType\": \"custom\",\n \"Tag\": \"\",\n \"TotalCount\": 1,\n \"TrafficType\": \"\",\n \"VersionItems\": [\n {\n \"Architecture\": \"\",\n \"BuildId\": 41355587,\n \"CreatedTime\": \"2024-04-03 13:12:39\",\n \"CurrentReplicas\": 0,\n \"FlowParams\": null,\n \"FlowRatio\": 100,\n \"IsDefaultPriority\": false,\n \"MaxReplicas\": 5,\n \"MinReplicas\": 0,\n \"Percent\": 0,\n \"Priority\": 0,\n \"Remark\": \"\",\n \"RunId\": \"multi_tenant_1rrsvOvTuxr1La\",\n \"Status\": \"normal\",\n \"UpdatedTime\": \"2024-04-03 13:43:14\",\n \"UploadType\": \"repository\",\n \"UrlParam\": null,\n \"VersionName\": \"envparam-001\"\n }\n ]\n }\n}",
291
+ "output": "{\n \"Response\": {\n \"ImageRepo\": \"tcb-100019615070-mjph/ca-znrdxowd_envparam\",\n \"IsPublic\": false,\n \"RequestId\": \"0a14bef2-57d8-4d74-9d54-c0850e5395b3\",\n \"ServerName\": \"envparam\",\n \"SourceType\": \"custom\",\n \"Tag\": \"\",\n \"TotalCount\": 1,\n \"TrafficType\": \"\",\n \"VersionItems\": [\n {\n \"Architecture\": \"\",\n \"BuildId\": 41355587,\n \"CreatedTime\": \"2024-04-03 13:12:39\",\n \"CurrentReplicas\": 0,\n \"FlowParams\": null,\n \"FlowRatio\": 100,\n \"IsDefaultPriority\": false,\n \"MaxReplicas\": 5,\n \"MinReplicas\": 0,\n \"Percent\": 0,\n \"Priority\": 0,\n \"Remark\": \"\",\n \"RunId\": \"multi_tenant_1rrsvOvTuxr1La\",\n \"Status\": \"normal\",\n \"UpdatedTime\": \"2024-04-03 13:43:14\",\n \"UploadType\": \"repository\",\n \"UrlParam\": {\n \"Key\": \"url1\",\n \"Value\": \"value1\"\n },\n \"VersionName\": \"envparam-001\"\n }\n ]\n }\n}",
298
292
  "title": "查询单个云托管服务实例"
299
293
  }
300
294
  ],