tccli 3.0.1294.2__py2.py3-none-any.whl → 3.0.1295.2__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 (54) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/captcha/v20190722/api.json +49 -39
  3. tccli/services/cbs/v20170312/api.json +16 -16
  4. tccli/services/ccc/v20200210/api.json +89 -6
  5. tccli/services/ccc/v20200210/examples.json +1 -1
  6. tccli/services/cdc/v20201214/api.json +1 -1
  7. tccli/services/cdwpg/v20201230/api.json +21 -21
  8. tccli/services/cdwpg/v20201230/examples.json +6 -6
  9. tccli/services/clb/v20180317/api.json +1 -1
  10. tccli/services/dbdc/v20201029/api.json +42 -42
  11. tccli/services/dlc/v20210125/api.json +212 -17
  12. tccli/services/ess/v20201111/api.json +1 -1
  13. tccli/services/essbasic/v20210526/api.json +3 -3
  14. tccli/services/essbasic/v20210526/examples.json +2 -2
  15. tccli/services/hai/v20230812/api.json +53 -53
  16. tccli/services/hunyuan/v20230901/api.json +3 -3
  17. tccli/services/iotcloud/v20210408/api.json +29 -29
  18. tccli/services/iotcloud/v20210408/examples.json +6 -6
  19. tccli/services/iotvideo/v20191126/api.json +35 -34
  20. tccli/services/iotvideo/v20191126/examples.json +2 -2
  21. tccli/services/iotvideo/v20201215/api.json +310 -292
  22. tccli/services/iotvideo/v20201215/examples.json +54 -54
  23. tccli/services/iotvideo/v20211125/api.json +282 -274
  24. tccli/services/iotvideo/v20211125/examples.json +64 -64
  25. tccli/services/live/v20180801/api.json +8 -8
  26. tccli/services/lkeap/v20240522/api.json +1 -1
  27. tccli/services/mariadb/v20170312/api.json +5 -5
  28. tccli/services/monitor/v20180724/api.json +59 -3
  29. tccli/services/monitor/v20180724/examples.json +2 -2
  30. tccli/services/mps/v20190612/api.json +123 -4
  31. tccli/services/mqtt/v20240516/api.json +62 -62
  32. tccli/services/mqtt/v20240516/examples.json +2 -2
  33. tccli/services/privatedns/v20201028/api.json +32 -32
  34. tccli/services/taf/taf_client.py +53 -0
  35. tccli/services/taf/v20200210/api.json +138 -0
  36. tccli/services/taf/v20200210/examples.json +8 -0
  37. tccli/services/tag/v20180813/api.json +2 -2
  38. tccli/services/tbaas/v20180416/api.json +21 -16
  39. tccli/services/tcr/v20190924/api.json +41 -23
  40. tccli/services/tdmq/v20200217/api.json +2 -2
  41. tccli/services/tke/tke_client.py +61 -8
  42. tccli/services/tke/v20180525/api.json +355 -245
  43. tccli/services/tke/v20180525/examples.json +14 -0
  44. tccli/services/tsf/v20180326/api.json +44 -12
  45. tccli/services/vod/v20180717/api.json +682 -673
  46. tccli/services/vod/v20180717/examples.json +19 -19
  47. tccli/services/vpc/v20170312/api.json +84 -3
  48. tccli/services/waf/v20180125/api.json +2 -2
  49. tccli/services/waf/v20180125/examples.json +2 -2
  50. {tccli-3.0.1294.2.dist-info → tccli-3.0.1295.2.dist-info}/METADATA +2 -2
  51. {tccli-3.0.1294.2.dist-info → tccli-3.0.1295.2.dist-info}/RECORD +54 -54
  52. {tccli-3.0.1294.2.dist-info → tccli-3.0.1295.2.dist-info}/WHEEL +0 -0
  53. {tccli-3.0.1294.2.dist-info → tccli-3.0.1295.2.dist-info}/entry_points.txt +0 -0
  54. {tccli-3.0.1294.2.dist-info → tccli-3.0.1295.2.dist-info}/license_files/LICENSE +0 -0
@@ -1020,6 +1020,14 @@
1020
1020
  "title": "查询开关列表接口示例"
1021
1021
  }
1022
1022
  ],
1023
+ "DescribeOSImages": [
1024
+ {
1025
+ "document": "",
1026
+ "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOSImages\n<公共请求参数>\n\n{}",
1027
+ "output": "{\n \"Response\": {\n \"OSImageSeriesSet\": [\n {\n \"Alias\": \"CentOS 7.2 64bit\",\n \"ImageId\": \"img-rkiynh11\",\n \"OsCustomizeType\": \"GENERAL\",\n \"OsName\": \"centos7.2x86_64\",\n \"SeriesName\": \"centos7.2x86_64\",\n \"Status\": \"online\"\n }\n ],\n \"RequestId\": \"899c6fe7-f87d-4232-b1a8-82b81acfa037\",\n \"TotalCount\": 11\n }\n}",
1028
+ "title": "获取镜像聚合信息"
1029
+ }
1030
+ ],
1023
1031
  "DescribeOpenPolicyList": [
1024
1032
  {
1025
1033
  "document": "",
@@ -1936,6 +1944,12 @@
1936
1944
  "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAddon\n<公共请求参数>\n\n{\n \"ClusterId\": \"cls-qbc3zefo\",\n \"AddonName\": \"tke-log-agent\",\n \"RawValues\": \"eyJrYWZrYWxpc3RlbmVyIjp7ImVuYWJsZWQiOnRydWV9fQ==\",\n \"UpdateStrategy\": \"merge\"\n}",
1937
1945
  "output": "{\n \"Response\": {\n \"RequestId\": \"f55aaa93-c681-47c9-860a-59ae16ajgf1\"\n }\n}",
1938
1946
  "title": "更新tke-log-agent组件参数"
1947
+ },
1948
+ {
1949
+ "document": "用户可以通过RawValues参数更新cluster-autoscaler组件支持的自定义配置参数,比如关闭缩容,可以将 {\"extraArgs\":{\"scale-down-enabled\":false}} 进行base64编码后放入到 RawValues 参数中。cluster-autoscaler组件支持的自定义配置参数说明如下:\n```\n{\n \"extraArgs\": {\n \"expander\": string, 扩容策略,例如:random\n \"ignore-daemonsets-utilization\": bool, ds类型不计入利用率,例如:false\n \"max-empty-bulk-delete\": int, 空节点最大并发缩容数,例如:10\n \"scale-down-delay-after-add\": string, 扩容后再触发缩容等待时间,例如:10m\n \"scale-down-enabled\": bool, 开启缩容能力,例如:false\n \"scale-down-unneeded-time\": string, 节点连续空闲触发缩容时间,例如:10m\n \"scale-down-utilization-threshold\": float, 触发缩容节点利用率阈值,例如:0.5\n \"skip-nodes-with-local-storage\": bool, 不缩容包含本地存储的节点,例如:true\n \"skip-nodes-with-system-pods\": bool 不缩容kube-system namespace下非DaemonSet管理的Pod的节点,例如:ture\n }\n}\n```",
1950
+ "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAddon\n<公共请求参数>\n\n{\n \"ClusterId\": \"cls-qbc3zefo\",\n \"AddonName\": \"cluster-autoscaler\",\n \"RawValues\": \"eyJleHRyYUFyZ3MiOnsic2NhbGUtZG93bi1lbmFibGVkIjpmYWxzZX19\",\n \"UpdateStrategy\": \"merge\"\n}",
1951
+ "output": "{\n \"Response\": {\n \"RequestId\": \"b0a2e412-6e5e-4a93-9a22-edf5102e9eae\"\n }\n}",
1952
+ "title": "更新cluster-autoscaler参数"
1939
1953
  }
1940
1954
  ],
1941
1955
  "UpdateClusterKubeconfig": [
@@ -3571,14 +3571,14 @@
3571
3571
  },
3572
3572
  {
3573
3573
  "disabled": false,
3574
- "document": "配置项日志路径\n注意:此字段可能返回 null,表示取不到有效值。",
3574
+ "document": "配置项日志路径",
3575
3575
  "example": "/config",
3576
3576
  "member": "string",
3577
3577
  "name": "ConfigPath",
3578
3578
  "output_required": true,
3579
3579
  "required": false,
3580
3580
  "type": "string",
3581
- "value_allowed_null": true
3581
+ "value_allowed_null": false
3582
3582
  },
3583
3583
  {
3584
3584
  "disabled": false,
@@ -3604,14 +3604,14 @@
3604
3604
  },
3605
3605
  {
3606
3606
  "disabled": false,
3607
- "document": "配置项对应的ES管道\n注意:此字段可能返回 null,表示取不到有效值。",
3607
+ "document": "配置项对应的ES管道",
3608
3608
  "example": "pipeline1",
3609
3609
  "member": "string",
3610
3610
  "name": "ConfigPipeline",
3611
3611
  "output_required": true,
3612
3612
  "required": false,
3613
3613
  "type": "string",
3614
- "value_allowed_null": true
3614
+ "value_allowed_null": false
3615
3615
  },
3616
3616
  {
3617
3617
  "disabled": false,
@@ -3637,14 +3637,14 @@
3637
3637
  },
3638
3638
  {
3639
3639
  "disabled": false,
3640
- "document": "配置项解析规则\n注意:此字段可能返回 null,表示取不到有效值。",
3640
+ "document": "配置项解析规则",
3641
3641
  "example": "无",
3642
3642
  "member": "BusinessLogConfigSchema",
3643
3643
  "name": "ConfigSchema",
3644
3644
  "output_required": true,
3645
3645
  "required": false,
3646
3646
  "type": "object",
3647
- "value_allowed_null": true
3647
+ "value_allowed_null": false
3648
3648
  },
3649
3649
  {
3650
3650
  "disabled": true,
@@ -3659,13 +3659,35 @@
3659
3659
  },
3660
3660
  {
3661
3661
  "disabled": false,
3662
- "document": "配置项关联部署组\n注意:此字段可能返回 null,表示取不到有效值。",
3662
+ "document": "配置项关联部署组",
3663
3663
  "example": "无",
3664
3664
  "member": "BusinessLogConfigAssociatedGroup",
3665
3665
  "name": "ConfigAssociatedGroupList",
3666
3666
  "output_required": false,
3667
3667
  "required": false,
3668
3668
  "type": "list",
3669
+ "value_allowed_null": false
3670
+ },
3671
+ {
3672
+ "disabled": false,
3673
+ "document": "是否开启filebeat高级配置开关\n注意:此字段可能返回 null,表示取不到有效值。",
3674
+ "example": "false",
3675
+ "member": "bool",
3676
+ "name": "FilebeatConfigEnable",
3677
+ "output_required": false,
3678
+ "required": false,
3679
+ "type": "bool",
3680
+ "value_allowed_null": true
3681
+ },
3682
+ {
3683
+ "disabled": false,
3684
+ "document": "close_timeout参数\n注意:此字段可能返回 null,表示取不到有效值。",
3685
+ "example": "10",
3686
+ "member": "int64",
3687
+ "name": "FilebeatCloseTimeout",
3688
+ "output_required": false,
3689
+ "required": false,
3690
+ "type": "int",
3669
3691
  "value_allowed_null": true
3670
3692
  }
3671
3693
  ],
@@ -12093,13 +12115,13 @@
12093
12115
  "members": [
12094
12116
  {
12095
12117
  "disabled": false,
12096
- "document": "日志配置项\n注意:此字段可能返回 null,表示取不到有效值。",
12118
+ "document": "日志配置项",
12097
12119
  "example": "无",
12098
12120
  "member": "BusinessLogConfig",
12099
12121
  "name": "Result",
12100
12122
  "output_required": true,
12101
12123
  "type": "object",
12102
- "value_allowed_null": true
12124
+ "value_allowed_null": false
12103
12125
  },
12104
12126
  {
12105
12127
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -15245,13 +15267,13 @@
15245
15267
  "members": [
15246
15268
  {
15247
15269
  "disabled": false,
15248
- "document": "Java实例jvm监控数据\n注意:此字段可能返回 null,表示取不到有效值。",
15270
+ "document": "Java实例jvm监控数据",
15249
15271
  "example": "无",
15250
15272
  "member": "JvmMonitorData",
15251
15273
  "name": "Result",
15252
15274
  "output_required": true,
15253
15275
  "type": "object",
15254
- "value_allowed_null": true
15276
+ "value_allowed_null": false
15255
15277
  },
15256
15278
  {
15257
15279
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -28955,13 +28977,23 @@
28955
28977
  },
28956
28978
  {
28957
28979
  "disabled": false,
28958
- "document": "守护线程数",
28980
+ "document": "守护线程数 拼写错误,废弃",
28959
28981
  "example": "无",
28960
28982
  "member": "CurvePoint",
28961
28983
  "name": "DeamonThreadCount",
28962
28984
  "output_required": true,
28963
28985
  "type": "list",
28964
28986
  "value_allowed_null": false
28987
+ },
28988
+ {
28989
+ "disabled": false,
28990
+ "document": "守护线程数",
28991
+ "example": "无",
28992
+ "member": "CurvePoint",
28993
+ "name": "DaemonThreadCount",
28994
+ "output_required": false,
28995
+ "type": "list",
28996
+ "value_allowed_null": false
28965
28997
  }
28966
28998
  ],
28967
28999
  "usage": "out"