tccli 3.0.1287.1__py2.py3-none-any.whl → 3.0.1288.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 (38) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/billing/v20180709/api.json +254 -254
  3. tccli/services/captcha/v20190722/api.json +79 -77
  4. tccli/services/cdc/v20201214/api.json +16 -16
  5. tccli/services/cfs/v20190719/api.json +1 -1
  6. tccli/services/cvm/cvm_client.py +53 -0
  7. tccli/services/cvm/v20170312/api.json +110 -5
  8. tccli/services/cvm/v20170312/examples.json +8 -0
  9. tccli/services/cwp/v20180228/api.json +63 -15
  10. tccli/services/domain/v20180808/api.json +49 -29
  11. tccli/services/ess/v20201111/api.json +25 -1
  12. tccli/services/essbasic/v20210526/api.json +27 -3
  13. tccli/services/hunyuan/v20230901/api.json +45 -12
  14. tccli/services/lke/v20231130/api.json +4 -4
  15. tccli/services/lke/v20231130/examples.json +1 -1
  16. tccli/services/mariadb/v20170312/api.json +30 -30
  17. tccli/services/mongodb/v20190725/api.json +3 -3
  18. tccli/services/redis/v20180412/api.json +4 -4
  19. tccli/services/ses/v20201002/api.json +1 -1
  20. tccli/services/tat/v20201028/api.json +7 -7
  21. tccli/services/tcb/v20180608/api.json +232 -231
  22. tccli/services/tcb/v20180608/examples.json +1 -7
  23. tccli/services/tdmq/v20200217/api.json +231 -221
  24. tccli/services/teo/v20220901/api.json +129 -7
  25. tccli/services/trocket/trocket_client.py +53 -0
  26. tccli/services/trocket/v20230308/api.json +61 -0
  27. tccli/services/trocket/v20230308/examples.json +8 -0
  28. tccli/services/trro/trro_client.py +53 -0
  29. tccli/services/trro/v20220325/api.json +70 -0
  30. tccli/services/trro/v20220325/examples.json +8 -0
  31. tccli/services/waf/v20180125/api.json +225 -0
  32. tccli/services/waf/v20180125/examples.json +24 -0
  33. tccli/services/waf/waf_client.py +159 -0
  34. {tccli-3.0.1287.1.dist-info → tccli-3.0.1288.1.dist-info}/METADATA +2 -2
  35. {tccli-3.0.1287.1.dist-info → tccli-3.0.1288.1.dist-info}/RECORD +38 -38
  36. {tccli-3.0.1287.1.dist-info → tccli-3.0.1288.1.dist-info}/WHEEL +0 -0
  37. {tccli-3.0.1287.1.dist-info → tccli-3.0.1288.1.dist-info}/entry_points.txt +0 -0
  38. {tccli-3.0.1287.1.dist-info → tccli-3.0.1288.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
  ],