tccli 3.0.1405.1__py2.py3-none-any.whl → 3.0.1407.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 (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +1 -1
  3. tccli/services/batch/v20170312/api.json +1 -1
  4. tccli/services/cdb/v20170320/api.json +31 -21
  5. tccli/services/cdn/v20180606/api.json +1 -1
  6. tccli/services/cloudhsm/v20191112/api.json +10 -10
  7. tccli/services/cls/v20201016/api.json +40 -31
  8. tccli/services/cls/v20201016/examples.json +8 -2
  9. tccli/services/ctem/v20231128/api.json +30 -0
  10. tccli/services/dbbrain/v20210527/api.json +17 -7
  11. tccli/services/dbbrain/v20210527/examples.json +1 -1
  12. tccli/services/dts/v20211206/api.json +16 -6
  13. tccli/services/emr/v20190103/api.json +9 -0
  14. tccli/services/es/es_client.py +57 -4
  15. tccli/services/es/v20250101/api.json +133 -0
  16. tccli/services/es/v20250101/examples.json +8 -0
  17. tccli/services/ess/ess_client.py +212 -0
  18. tccli/services/ess/v20201111/api.json +508 -24
  19. tccli/services/ess/v20201111/examples.json +41 -3
  20. tccli/services/essbasic/v20210526/api.json +12 -3
  21. tccli/services/essbasic/v20210526/examples.json +2 -2
  22. tccli/services/gwlb/gwlb_client.py +53 -0
  23. tccli/services/gwlb/v20240906/api.json +80 -0
  24. tccli/services/gwlb/v20240906/examples.json +8 -0
  25. tccli/services/hunyuan/v20230901/api.json +2 -2
  26. tccli/services/ioa/ioa_client.py +220 -8
  27. tccli/services/ioa/v20220601/api.json +559 -0
  28. tccli/services/ioa/v20220601/examples.json +38 -0
  29. tccli/services/iotexplorer/iotexplorer_client.py +220 -8
  30. tccli/services/iotexplorer/v20190423/api.json +959 -12
  31. tccli/services/iotexplorer/v20190423/examples.json +68 -0
  32. tccli/services/lcic/v20220817/api.json +2 -2
  33. tccli/services/lke/v20231130/api.json +1 -1
  34. tccli/services/lke/v20231130/examples.json +2 -2
  35. tccli/services/lkeap/v20240522/api.json +1 -1
  36. tccli/services/lkeap/v20240522/examples.json +7 -1
  37. tccli/services/monitor/monitor_client.py +53 -0
  38. tccli/services/monitor/v20180724/api.json +248 -0
  39. tccli/services/monitor/v20180724/examples.json +8 -0
  40. tccli/services/mps/v20190612/api.json +384 -2
  41. tccli/services/mqtt/v20240516/api.json +10 -0
  42. tccli/services/mqtt/v20240516/examples.json +3 -9
  43. tccli/services/nlp/v20190408/api.json +6 -6
  44. tccli/services/oceanus/oceanus_client.py +110 -4
  45. tccli/services/oceanus/v20190422/api.json +152 -8
  46. tccli/services/oceanus/v20190422/examples.json +16 -0
  47. tccli/services/ocr/v20181119/api.json +10 -0
  48. tccli/services/privatedns/privatedns_client.py +641 -58
  49. tccli/services/privatedns/v20201028/api.json +923 -12
  50. tccli/services/privatedns/v20201028/examples.json +88 -0
  51. tccli/services/redis/v20180412/api.json +1 -1
  52. tccli/services/teo/v20220901/api.json +206 -66
  53. tccli/services/teo/v20220901/examples.json +32 -8
  54. tccli/services/tione/v20211111/api.json +1 -1
  55. tccli/services/tke/v20180525/api.json +23 -14
  56. tccli/services/tke/v20180525/examples.json +1 -1
  57. tccli/services/trtc/v20190722/api.json +9 -9
  58. tccli/services/trtc/v20190722/examples.json +1 -1
  59. tccli/services/tse/v20201207/api.json +30 -1
  60. tccli/services/vpc/v20170312/api.json +11 -2
  61. tccli/services/wedata/v20210820/api.json +1281 -601
  62. tccli/services/wedata/v20210820/examples.json +127 -157
  63. tccli/services/wedata/v20250806/api.json +480 -18
  64. tccli/services/wedata/v20250806/examples.json +38 -6
  65. tccli/services/wedata/wedata_client.py +216 -4
  66. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/license_files/LICENSE +0 -0
@@ -728,6 +728,13 @@
728
728
  "output": "DescribePrometheusScrapeJobsResponse",
729
729
  "status": "online"
730
730
  },
731
+ "DescribePrometheusScrapeStatistics": {
732
+ "document": "获取实例采集速率信息",
733
+ "input": "DescribePrometheusScrapeStatisticsRequest",
734
+ "name": "获取实例采集速率信息",
735
+ "output": "DescribePrometheusScrapeStatisticsResponse",
736
+ "status": "online"
737
+ },
731
738
  "DescribePrometheusTargetsTMP": {
732
739
  "document": "获取targets信息,在过滤条件中指定job名称时返回targets详情,否则仅返回数量",
733
740
  "input": "DescribePrometheusTargetsTMPRequest",
@@ -13257,6 +13264,53 @@
13257
13264
  ],
13258
13265
  "type": "object"
13259
13266
  },
13267
+ "DescribePrometheusScrapeStatisticsRequest": {
13268
+ "document": "DescribePrometheusScrapeStatistics请求参数结构体",
13269
+ "members": [
13270
+ {
13271
+ "disabled": false,
13272
+ "document": "job 类型",
13273
+ "example": "podMonitor",
13274
+ "member": "string",
13275
+ "name": "JobType",
13276
+ "required": false,
13277
+ "type": "string"
13278
+ }
13279
+ ],
13280
+ "type": "object"
13281
+ },
13282
+ "DescribePrometheusScrapeStatisticsResponse": {
13283
+ "document": "DescribePrometheusScrapeStatistics返回参数结构体",
13284
+ "members": [
13285
+ {
13286
+ "disabled": false,
13287
+ "document": "总个数\n注意:此字段可能返回 null,表示取不到有效值。",
13288
+ "example": "1",
13289
+ "member": "int64",
13290
+ "name": "Total",
13291
+ "output_required": true,
13292
+ "type": "int",
13293
+ "value_allowed_null": true
13294
+ },
13295
+ {
13296
+ "disabled": false,
13297
+ "document": "实例指标抓取速率详情\n注意:此字段可能返回 null,表示取不到有效值。",
13298
+ "example": "无",
13299
+ "member": "PrometheusInstanceScrapeStatistics",
13300
+ "name": "InstanceResults",
13301
+ "output_required": true,
13302
+ "type": "list",
13303
+ "value_allowed_null": true
13304
+ },
13305
+ {
13306
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
13307
+ "member": "string",
13308
+ "name": "RequestId",
13309
+ "type": "string"
13310
+ }
13311
+ ],
13312
+ "type": "object"
13313
+ },
13260
13314
  "DescribePrometheusTargetsTMPRequest": {
13261
13315
  "document": "DescribePrometheusTargetsTMP请求参数结构体",
13262
13316
  "members": [
@@ -18643,6 +18697,52 @@
18643
18697
  ],
18644
18698
  "usage": "in"
18645
18699
  },
18700
+ "PrometheusClusterScrapeStatistics": {
18701
+ "document": "集群指标抓取统计",
18702
+ "members": [
18703
+ {
18704
+ "disabled": false,
18705
+ "document": "集群ID",
18706
+ "example": "cls-asd",
18707
+ "member": "string",
18708
+ "name": "ClusterID",
18709
+ "output_required": true,
18710
+ "type": "string",
18711
+ "value_allowed_null": false
18712
+ },
18713
+ {
18714
+ "disabled": false,
18715
+ "document": "被采集的点数\n注意:此字段可能返回 null,表示取不到有效值。",
18716
+ "example": "0.8",
18717
+ "member": "float",
18718
+ "name": "ScrapedRate",
18719
+ "output_required": true,
18720
+ "type": "float",
18721
+ "value_allowed_null": true
18722
+ },
18723
+ {
18724
+ "disabled": false,
18725
+ "document": "Job列表\n注意:此字段可能返回 null,表示取不到有效值。",
18726
+ "example": "[ { \"JobName\": \"cadvisor\", \"MaxLabel\": 24, \"Metrics\": [], \"SamplesRate\": 271.66666, \"ScrapedRate\": 0 }]",
18727
+ "member": "PrometheusJobScrapeStatistics",
18728
+ "name": "Jobs",
18729
+ "output_required": true,
18730
+ "type": "list",
18731
+ "value_allowed_null": true
18732
+ },
18733
+ {
18734
+ "disabled": false,
18735
+ "document": "过滤前的指标采集速率\n注意:此字段可能返回 null,表示取不到有效值。",
18736
+ "example": "0.8",
18737
+ "member": "float",
18738
+ "name": "SamplesRate",
18739
+ "output_required": true,
18740
+ "type": "float",
18741
+ "value_allowed_null": true
18742
+ }
18743
+ ],
18744
+ "usage": "out"
18745
+ },
18646
18746
  "PrometheusConfigItem": {
18647
18747
  "document": "prometheus配置",
18648
18748
  "members": [
@@ -18755,6 +18855,62 @@
18755
18855
  ],
18756
18856
  "usage": "out"
18757
18857
  },
18858
+ "PrometheusInstanceScrapeStatistics": {
18859
+ "document": "实例抓取指标统计",
18860
+ "members": [
18861
+ {
18862
+ "disabled": false,
18863
+ "document": "实例ID",
18864
+ "example": "prom-abc",
18865
+ "member": "string",
18866
+ "name": "InstanceId",
18867
+ "output_required": true,
18868
+ "type": "string",
18869
+ "value_allowed_null": false
18870
+ },
18871
+ {
18872
+ "disabled": false,
18873
+ "document": "被采集的点数",
18874
+ "example": "0.8",
18875
+ "member": "float",
18876
+ "name": "ScrapedRate",
18877
+ "output_required": true,
18878
+ "type": "float",
18879
+ "value_allowed_null": false
18880
+ },
18881
+ {
18882
+ "disabled": false,
18883
+ "document": "集群指标列表",
18884
+ "example": "[ { \"ClusterID\": \"cls-pvnpfz7d\", \"FreeScrapedRate\": 121.625, \"Jobs\": [ { \"FreeScrapedRate\": 33.333332, \"JobName\": \"cadvisor\", \"MaxLabel\": 24, \"Metrics\": [], \"SamplesRate\": 271.66666, \"ScrapedRate\": 0 }]}]",
18885
+ "member": "PrometheusClusterScrapeStatistics",
18886
+ "name": "Clusters",
18887
+ "output_required": true,
18888
+ "type": "list",
18889
+ "value_allowed_null": false
18890
+ },
18891
+ {
18892
+ "disabled": false,
18893
+ "document": "非容器指标列表\n注意:此字段可能返回 null,表示取不到有效值。",
18894
+ "example": "[{\"ClusterID\":\"non-cluster\",\"ScrapedRate\":5.65,\"SamplesRate\":5.65,\"FreeScrapedRate\":0,\"Jobs\":[{\"FreeScrapedRate\":0,\"Metrics\":[{\"ScrapedRate\":0.03333333333333333,\"IsRecommended\":false,\"MaxLabel\":5,\"MetricName\":\"promhttp_metric_handler_errors_total\",\"SamplesRate\":0.03333333333333333}],\"MaxLabel\":9,\"JobName\":\"prom-7f46vb1k/cvm-qcloud-exporter\",\"SamplesRate\":5.65,\"ScrapedRate\":5.65}]}]",
18895
+ "member": "PrometheusClusterScrapeStatistics",
18896
+ "name": "Global",
18897
+ "output_required": true,
18898
+ "type": "list",
18899
+ "value_allowed_null": true
18900
+ },
18901
+ {
18902
+ "disabled": false,
18903
+ "document": "过滤前的指标采集速率",
18904
+ "example": "0.8",
18905
+ "member": "float",
18906
+ "name": "SamplesRate",
18907
+ "output_required": true,
18908
+ "type": "float",
18909
+ "value_allowed_null": false
18910
+ }
18911
+ ],
18912
+ "usage": "out"
18913
+ },
18758
18914
  "PrometheusInstanceTenantUsage": {
18759
18915
  "document": "Prometheus用量信息",
18760
18916
  "members": [
@@ -19293,6 +19449,52 @@
19293
19449
  ],
19294
19450
  "usage": "out"
19295
19451
  },
19452
+ "PrometheusJobScrapeStatistics": {
19453
+ "document": "Job抓取统计",
19454
+ "members": [
19455
+ {
19456
+ "disabled": false,
19457
+ "document": "Job 名",
19458
+ "example": "cadvisor",
19459
+ "member": "string",
19460
+ "name": "JobName",
19461
+ "output_required": true,
19462
+ "type": "string",
19463
+ "value_allowed_null": false
19464
+ },
19465
+ {
19466
+ "disabled": false,
19467
+ "document": "被采集的点数",
19468
+ "example": "0.8",
19469
+ "member": "float",
19470
+ "name": "ScrapedRate",
19471
+ "output_required": true,
19472
+ "type": "float",
19473
+ "value_allowed_null": false
19474
+ },
19475
+ {
19476
+ "disabled": false,
19477
+ "document": "指标列表\n注意:此字段可能返回 null,表示取不到有效值。",
19478
+ "example": "[ { \"MetricName\": \"cadvisor_version_info\", \"SamplesRate\": 0.26666666666666666, \"ScrapedRate\": 0, \"IsRecommended\": false, \"MaxLabel\": 0 } ]",
19479
+ "member": "PrometheusMetricScrapeStatistics",
19480
+ "name": "Metrics",
19481
+ "output_required": true,
19482
+ "type": "list",
19483
+ "value_allowed_null": true
19484
+ },
19485
+ {
19486
+ "disabled": false,
19487
+ "document": "Job 类型",
19488
+ "example": "podMonitor",
19489
+ "member": "string",
19490
+ "name": "JobType",
19491
+ "output_required": false,
19492
+ "type": "string",
19493
+ "value_allowed_null": false
19494
+ }
19495
+ ],
19496
+ "usage": "out"
19497
+ },
19296
19498
  "PrometheusJobTargets": {
19297
19499
  "document": "prometheus一个job的targets",
19298
19500
  "members": [
@@ -19339,6 +19541,52 @@
19339
19541
  ],
19340
19542
  "usage": "out"
19341
19543
  },
19544
+ "PrometheusMetricScrapeStatistics": {
19545
+ "document": "指标抓取统计",
19546
+ "members": [
19547
+ {
19548
+ "disabled": false,
19549
+ "document": "指标名\n注意:此字段可能返回 null,表示取不到有效值。",
19550
+ "example": "cadvisor",
19551
+ "member": "string",
19552
+ "name": "MetricName",
19553
+ "output_required": true,
19554
+ "type": "string",
19555
+ "value_allowed_null": true
19556
+ },
19557
+ {
19558
+ "disabled": false,
19559
+ "document": "原始数据中的点数\n注意:此字段可能返回 null,表示取不到有效值。",
19560
+ "example": "0.8",
19561
+ "member": "float",
19562
+ "name": "SamplesRate",
19563
+ "output_required": true,
19564
+ "type": "float",
19565
+ "value_allowed_null": true
19566
+ },
19567
+ {
19568
+ "disabled": false,
19569
+ "document": "被采集的点数\n注意:此字段可能返回 null,表示取不到有效值。",
19570
+ "example": "0.9",
19571
+ "member": "float",
19572
+ "name": "ScrapedRate",
19573
+ "output_required": true,
19574
+ "type": "float",
19575
+ "value_allowed_null": true
19576
+ },
19577
+ {
19578
+ "disabled": false,
19579
+ "document": "是否推荐采集\n注意:此字段可能返回 null,表示取不到有效值。",
19580
+ "example": "true",
19581
+ "member": "bool",
19582
+ "name": "IsRecommended",
19583
+ "output_required": true,
19584
+ "type": "bool",
19585
+ "value_allowed_null": true
19586
+ }
19587
+ ],
19588
+ "usage": "out"
19589
+ },
19342
19590
  "PrometheusNotificationItem": {
19343
19591
  "document": "告警通知渠道配置",
19344
19592
  "members": [
@@ -1006,6 +1006,14 @@
1006
1006
  "title": "列出 Prometheus 抓取任务"
1007
1007
  }
1008
1008
  ],
1009
+ "DescribePrometheusScrapeStatistics": [
1010
+ {
1011
+ "document": "获取实例采集速率",
1012
+ "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusScrapeStatistics\n<公共请求参数>\n\n{}",
1013
+ "output": "{\n \"Response\": {\n \"Total\": 0,\n \"InstanceResults\": [\n {\n \"InstanceId\": \"prom-ejhf\",\n \"ScrapedRate\": 1.4,\n \"Clusters\": [\n {\n \"ClusterID\": \"cls-oebw\",\n \"ScrapedRate\": 0.1,\n \"Jobs\": [\n {\n \"JobName\": \"test-job\",\n \"ScrapedRate\": 0.1,\n \"Metrics\": [\n {\n \"MetricName\": \"countMetric\",\n \"SamplesRate\": 3.4,\n \"ScrapedRate\": 0.1,\n \"IsRecommended\": true\n }\n ]\n }\n ],\n \"SamplesRate\": 3.4\n }\n ],\n \"Global\": [\n {\n \"ClusterID\": \"non-cluster\",\n \"ScrapedRate\": 1.3,\n \"Jobs\": [\n {\n \"JobName\": \"ceph-test\",\n \"ScrapedRate\": 1.3,\n \"Metrics\": [\n {\n \"MetricName\": \"upTime\",\n \"SamplesRate\": 2.1,\n \"ScrapedRate\": 1.3,\n \"IsRecommended\": true\n }\n ]\n }\n ],\n \"SamplesRate\": 2.1\n }\n ],\n \"SamplesRate\": 5.5\n }\n ],\n \"RequestId\": \"6fc6a7e8-2a5c-40f2-bf0e-8cb807fa665d\"\n }\n}",
1014
+ "title": "获取实例采集速率"
1015
+ }
1016
+ ],
1009
1017
  "DescribePrometheusTargetsTMP": [
1010
1018
  {
1011
1019
  "document": "获取targets列表",