tccli 3.0.908.1__py2.py3-none-any.whl → 3.0.910.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdn/v20180606/DescribeHttpsPackages.md +19 -18
  3. tccli/examples/cdn/v20180606/DescribeTrafficPackages.md +16 -14
  4. tccli/examples/cfs/v20190719/DescribeCfsFileSystems.md +31 -31
  5. tccli/examples/cfs/v20190719/UpdateCfsPGroup.md +1 -1
  6. tccli/examples/cms/v20190321/CreateKeywordsSamples.md +10 -0
  7. tccli/examples/cms/v20190321/DeleteLibSamples.md +2 -1
  8. tccli/examples/cms/v20190321/DescribeLibSamples.md +2 -1
  9. tccli/examples/cvm/v20170312/DescribeImportImageOs.md +1 -1
  10. tccli/examples/cynosdb/v20190107/AddInstances.md +8 -8
  11. tccli/examples/cynosdb/v20190107/DescribeParamTemplates.md +2 -2
  12. tccli/examples/ecm/v20190719/AllocateIpv6AddressesBandwidth.md +25 -0
  13. tccli/examples/ecm/v20190719/AssignIpv6CidrBlock.md +23 -0
  14. tccli/examples/ecm/v20190719/AssignIpv6CidrBlocks.md +29 -0
  15. tccli/examples/ecm/v20190719/AssignIpv6SubnetCidrBlock.md +29 -0
  16. tccli/examples/ecm/v20190719/DescribeRegionIpv6Addresses.md +41 -0
  17. tccli/examples/ecm/v20190719/ModifyIpv6AddressesBandwidth.md +22 -0
  18. tccli/examples/ecm/v20190719/QueryVpcTaskResult.md +22 -0
  19. tccli/examples/ecm/v20190719/ReleaseIpv6AddressesBandwidth.md +22 -0
  20. tccli/examples/ecm/v20190719/UnassignIpv6SubnetCidrBlock.md +23 -0
  21. tccli/examples/emr/v20190103/InquiryPriceRenewInstance.md +32 -1
  22. tccli/examples/es/v20180416/ModifyEsVipSecurityGroup.md +21 -0
  23. tccli/examples/ess/v20201111/CreateFlowGroupByFiles.md +118 -0
  24. tccli/examples/ess/v20201111/CreateFlowGroupByTemplates.md +61 -0
  25. tccli/examples/ess/v20201111/CreateFlowReminds.md +3 -3
  26. tccli/examples/ess/v20201111/CreateFlowSignReview.md +2 -2
  27. tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByTemplates.md +49 -0
  28. tccli/examples/lcic/v20220817/DescribeDocument.md +52 -16
  29. tccli/examples/live/v20180801/DeleteLiveTranscodeTemplate.md +1 -1
  30. tccli/examples/monitor/v20180724/DeletePrometheusScrapeJobs.md +4 -4
  31. tccli/examples/monitor/v20180724/DescribeExporterIntegrations.md +5 -5
  32. tccli/examples/monitor/v20180724/DescribePrometheusAgents.md +10 -10
  33. tccli/examples/monitor/v20180724/DescribePrometheusScrapeJobs.md +8 -8
  34. tccli/examples/ocr/v20181119/DriverLicenseOCR.md +2 -2
  35. tccli/examples/smh/v20210712/DeleteLibrary.md +1 -1
  36. tccli/examples/sqlserver/v20180328/InquiryPriceRenewDBInstance.md +1 -1
  37. tccli/examples/sqlserver/v20180328/InquiryPriceUpgradeDBInstance.md +1 -1
  38. tccli/examples/ssl/v20191205/DescribeDeployedResources.md +5 -5
  39. tccli/examples/tchd/v20230306/DescribeEvents.md +35 -0
  40. tccli/examples/tdmq/v20200217/CreateTopic.md +1 -1
  41. tccli/examples/vod/v20180717/CreateRebuildMediaTemplate.md +2 -2
  42. tccli/examples/vod/v20180717/DeleteRebuildMediaTemplate.md +2 -2
  43. tccli/examples/vod/v20180717/DescribeRebuildMediaTemplates.md +2 -2
  44. tccli/examples/vod/v20180717/ModifyRebuildMediaTemplate.md +2 -2
  45. tccli/examples/vod/v20180717/RebuildMedia.md +2 -2
  46. tccli/examples/vod/v20180717/RebuildMediaByTemplate.md +2 -2
  47. tccli/examples/vpc/v20170312/DescribeSecurityGroups.md +1 -1
  48. tccli/examples/wav/v20210129/QueryClueInfoList.md +1 -0
  49. tccli/examples/wedata/v20210820/DescribeColumnLineage.md +77 -0
  50. tccli/examples/wedata/v20210820/DescribeTableLineage.md +79 -0
  51. tccli/services/__init__.py +3 -0
  52. tccli/services/autoscaling/v20180419/api.json +1 -1
  53. tccli/services/cdn/v20180606/api.json +49 -67
  54. tccli/services/cdn/v20180606/examples.json +3 -3
  55. tccli/services/cfs/v20190719/api.json +65 -26
  56. tccli/services/cfs/v20190719/examples.json +3 -3
  57. tccli/services/cls/v20201016/api.json +7 -2
  58. tccli/services/cms/v20190321/api.json +37 -2
  59. tccli/services/cms/v20190321/examples.json +3 -3
  60. tccli/services/cvm/v20170312/api.json +2 -0
  61. tccli/services/cvm/v20170312/examples.json +2 -2
  62. tccli/services/cynosdb/v20190107/api.json +58 -73
  63. tccli/services/cynosdb/v20190107/examples.json +3 -3
  64. tccli/services/ecm/ecm_client.py +493 -16
  65. tccli/services/ecm/v20190719/api.json +657 -26
  66. tccli/services/ecm/v20190719/examples.json +72 -0
  67. tccli/services/emr/v20190103/api.json +5 -12
  68. tccli/services/emr/v20190103/examples.json +7 -1
  69. tccli/services/es/es_client.py +65 -12
  70. tccli/services/es/v20180416/api.json +43 -0
  71. tccli/services/es/v20180416/examples.json +8 -0
  72. tccli/services/ess/ess_client.py +145 -39
  73. tccli/services/ess/v20201111/api.json +417 -41
  74. tccli/services/ess/v20201111/examples.json +19 -3
  75. tccli/services/essbasic/essbasic_client.py +53 -0
  76. tccli/services/essbasic/v20210526/api.json +105 -3
  77. tccli/services/essbasic/v20210526/examples.json +8 -0
  78. tccli/services/lcic/v20220817/api.json +27 -16
  79. tccli/services/lcic/v20220817/examples.json +10 -4
  80. tccli/services/live/v20180801/api.json +3 -3
  81. tccli/services/live/v20180801/examples.json +1 -1
  82. tccli/services/monitor/v20180724/api.json +20 -24
  83. tccli/services/monitor/v20180724/examples.json +11 -11
  84. tccli/services/ocr/v20181119/api.json +22 -5
  85. tccli/services/ocr/v20181119/examples.json +1 -1
  86. tccli/services/smh/v20210712/api.json +1 -1
  87. tccli/services/smh/v20210712/examples.json +2 -2
  88. tccli/services/sqlserver/v20180328/api.json +8 -15
  89. tccli/services/sqlserver/v20180328/examples.json +2 -2
  90. tccli/services/ssl/v20191205/api.json +1 -0
  91. tccli/services/ssl/v20191205/examples.json +2 -2
  92. tccli/services/tcb/v20180608/api.json +33 -39
  93. tccli/services/tchd/__init__.py +4 -0
  94. tccli/services/tchd/tchd_client.py +194 -0
  95. tccli/services/tchd/v20230306/api.json +167 -0
  96. tccli/services/tchd/v20230306/examples.json +13 -0
  97. tccli/services/tdmq/v20200217/api.json +7 -14
  98. tccli/services/tdmq/v20200217/examples.json +1 -1
  99. tccli/services/tke/v20180525/api.json +33 -20
  100. tccli/services/trtc/trtc_client.py +8 -61
  101. tccli/services/trtc/v20190722/api.json +0 -240
  102. tccli/services/trtc/v20190722/examples.json +0 -8
  103. tccli/services/tse/v20201207/api.json +20 -39
  104. tccli/services/tts/v20190823/api.json +1 -1
  105. tccli/services/vod/v20180717/api.json +40 -36
  106. tccli/services/vod/v20180717/examples.json +12 -12
  107. tccli/services/vpc/v20170312/api.json +21 -7
  108. tccli/services/vpc/v20170312/examples.json +1 -1
  109. tccli/services/wav/v20210129/api.json +10 -0
  110. tccli/services/wav/v20210129/examples.json +1 -1
  111. tccli/services/wedata/v20210820/api.json +1146 -211
  112. tccli/services/wedata/v20210820/examples.json +16 -0
  113. tccli/services/wedata/wedata_client.py +106 -0
  114. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/METADATA +82 -3
  115. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/RECORD +118 -98
  116. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/WHEEL +0 -0
  117. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/entry_points.txt +0 -0
  118. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/license_files/LICENSE +0 -0
@@ -5236,27 +5236,27 @@
5236
5236
  "document": "DeletePrometheusScrapeJobs请求参数结构体",
5237
5237
  "members": [
5238
5238
  {
5239
- "default": "",
5240
5239
  "disabled": false,
5241
5240
  "document": "实例 ID",
5241
+ "example": " prom-evrh1x32",
5242
5242
  "member": "string",
5243
5243
  "name": "InstanceId",
5244
5244
  "required": true,
5245
5245
  "type": "string"
5246
5246
  },
5247
5247
  {
5248
- "default": "",
5249
5248
  "disabled": false,
5250
5249
  "document": "Agent ID",
5250
+ "example": "agent-hod16m43",
5251
5251
  "member": "string",
5252
5252
  "name": "AgentId",
5253
5253
  "required": true,
5254
5254
  "type": "string"
5255
5255
  },
5256
5256
  {
5257
- "default": "",
5258
5257
  "disabled": false,
5259
5258
  "document": "任务 ID 列表",
5259
+ "example": "[\"job-afeiigf\"]",
5260
5260
  "member": "string",
5261
5261
  "name": "JobIds",
5262
5262
  "required": true,
@@ -7726,17 +7726,15 @@
7726
7726
  "document": "DescribeExporterIntegrations请求参数结构体",
7727
7727
  "members": [
7728
7728
  {
7729
- "default": "",
7730
7729
  "disabled": false,
7731
7730
  "document": "实例 ID",
7732
- "example": "prom-xx",
7731
+ "example": "prom-evrh1x32",
7733
7732
  "member": "string",
7734
7733
  "name": "InstanceId",
7735
7734
  "required": true,
7736
7735
  "type": "string"
7737
7736
  },
7738
7737
  {
7739
- "default": "",
7740
7738
  "disabled": false,
7741
7739
  "document": "Kubernetes 集群类型,取值如下:\n<li> 1= 容器集群(TKE) </li>\n<li> 2=弹性集群<EKS> </li>\n<li> 3= Prometheus管理的弹性集群<MEKS> </li>",
7742
7740
  "example": "3",
@@ -7746,17 +7744,15 @@
7746
7744
  "type": "int"
7747
7745
  },
7748
7746
  {
7749
- "default": "",
7750
7747
  "disabled": false,
7751
7748
  "document": "集群 ID",
7752
- "example": "cls-xxx",
7749
+ "example": "cls-evrh1x32",
7753
7750
  "member": "string",
7754
7751
  "name": "ClusterId",
7755
7752
  "required": false,
7756
7753
  "type": "string"
7757
7754
  },
7758
7755
  {
7759
- "default": "",
7760
7756
  "disabled": false,
7761
7757
  "document": "类型",
7762
7758
  "example": "mysql-exporter",
@@ -7766,7 +7762,6 @@
7766
7762
  "type": "string"
7767
7763
  },
7768
7764
  {
7769
- "default": "",
7770
7765
  "disabled": false,
7771
7766
  "document": "名字",
7772
7767
  "example": "test",
@@ -7787,7 +7782,7 @@
7787
7782
  "example": "[]",
7788
7783
  "member": "IntegrationConfiguration",
7789
7784
  "name": "IntegrationSet",
7790
- "required": true,
7785
+ "output_required": true,
7791
7786
  "type": "list",
7792
7787
  "value_allowed_null": false
7793
7788
  },
@@ -10773,7 +10768,6 @@
10773
10768
  "document": "DescribePrometheusAgents请求参数结构体",
10774
10769
  "members": [
10775
10770
  {
10776
- "default": "",
10777
10771
  "disabled": false,
10778
10772
  "document": "实例 ID",
10779
10773
  "example": "xx",
@@ -10783,7 +10777,6 @@
10783
10777
  "type": "string"
10784
10778
  },
10785
10779
  {
10786
- "default": "",
10787
10780
  "disabled": false,
10788
10781
  "document": "Agent 名称",
10789
10782
  "example": "无",
@@ -10793,7 +10786,6 @@
10793
10786
  "type": "string"
10794
10787
  },
10795
10788
  {
10796
- "default": "",
10797
10789
  "disabled": false,
10798
10790
  "document": "Agent ID 列表",
10799
10791
  "example": "无",
@@ -10803,7 +10795,6 @@
10803
10795
  "type": "list"
10804
10796
  },
10805
10797
  {
10806
- "default": "",
10807
10798
  "disabled": false,
10808
10799
  "document": "偏移量,默认为0",
10809
10800
  "example": "无",
@@ -10813,7 +10804,6 @@
10813
10804
  "type": "int"
10814
10805
  },
10815
10806
  {
10816
- "default": "",
10817
10807
  "disabled": false,
10818
10808
  "document": "返回数量,默认为20,最大值为100",
10819
10809
  "example": "无",
@@ -10834,7 +10824,7 @@
10834
10824
  "example": "无",
10835
10825
  "member": "PrometheusAgent",
10836
10826
  "name": "AgentSet",
10837
- "required": true,
10827
+ "output_required": true,
10838
10828
  "type": "list",
10839
10829
  "value_allowed_null": true
10840
10830
  },
@@ -10844,7 +10834,7 @@
10844
10834
  "example": "12",
10845
10835
  "member": "int64",
10846
10836
  "name": "TotalCount",
10847
- "required": true,
10837
+ "output_required": true,
10848
10838
  "type": "int",
10849
10839
  "value_allowed_null": false
10850
10840
  },
@@ -11506,6 +11496,7 @@
11506
11496
  "example": "无",
11507
11497
  "member": "PrometheusInstancesOverview",
11508
11498
  "name": "Instances",
11499
+ "output_required": true,
11509
11500
  "type": "list",
11510
11501
  "value_allowed_null": false
11511
11502
  },
@@ -11515,6 +11506,7 @@
11515
11506
  "example": "1",
11516
11507
  "member": "uint64",
11517
11508
  "name": "Total",
11509
+ "output_required": true,
11518
11510
  "type": "int",
11519
11511
  "value_allowed_null": true
11520
11512
  },
@@ -11785,54 +11777,54 @@
11785
11777
  "document": "DescribePrometheusScrapeJobs请求参数结构体",
11786
11778
  "members": [
11787
11779
  {
11788
- "default": "",
11789
11780
  "disabled": false,
11790
11781
  "document": "实例 ID",
11782
+ "example": "prom-evrh1x32",
11791
11783
  "member": "string",
11792
11784
  "name": "InstanceId",
11793
11785
  "required": true,
11794
11786
  "type": "string"
11795
11787
  },
11796
11788
  {
11797
- "default": "",
11798
11789
  "disabled": false,
11799
11790
  "document": "Agent ID",
11791
+ "example": "agent-hod16m43",
11800
11792
  "member": "string",
11801
11793
  "name": "AgentId",
11802
11794
  "required": true,
11803
11795
  "type": "string"
11804
11796
  },
11805
11797
  {
11806
- "default": "",
11807
11798
  "disabled": false,
11808
11799
  "document": "任务名",
11800
+ "example": "node-exporter",
11809
11801
  "member": "string",
11810
11802
  "name": "Name",
11811
11803
  "required": false,
11812
11804
  "type": "string"
11813
11805
  },
11814
11806
  {
11815
- "default": "",
11816
11807
  "disabled": false,
11817
11808
  "document": "任务 ID 列表",
11809
+ "example": "[\"job-afeiigf\"]",
11818
11810
  "member": "string",
11819
11811
  "name": "JobIds",
11820
11812
  "required": false,
11821
11813
  "type": "list"
11822
11814
  },
11823
11815
  {
11824
- "default": "",
11825
11816
  "disabled": false,
11826
11817
  "document": "偏移量,默认为0",
11818
+ "example": "0",
11827
11819
  "member": "int64",
11828
11820
  "name": "Offset",
11829
11821
  "required": false,
11830
11822
  "type": "int"
11831
11823
  },
11832
11824
  {
11833
- "default": "",
11834
11825
  "disabled": false,
11835
11826
  "document": "返回数量,默认为20,最大值为100",
11827
+ "example": "20",
11836
11828
  "member": "int64",
11837
11829
  "name": "Limit",
11838
11830
  "required": false,
@@ -11847,16 +11839,20 @@
11847
11839
  {
11848
11840
  "disabled": false,
11849
11841
  "document": "任务列表\n注意:此字段可能返回 null,表示取不到有效值。",
11842
+ "example": "[{ \"AgentId\": \"agent-hod16m43\", \"Config\": \"job_name: static\\nhonor_timestamps: true\\nmetrics_path: /metrics\\nscheme: http\\nfollow_redirects: true\\nstatic_configs:\\n- targets:\\n - localhost:9090\\n\", \"Name\": \"node-exporter\", \"JobId\": \"job-afeiig0k\"}]",
11850
11843
  "member": "PrometheusScrapeJob",
11851
11844
  "name": "ScrapeJobSet",
11845
+ "output_required": true,
11852
11846
  "type": "list",
11853
11847
  "value_allowed_null": true
11854
11848
  },
11855
11849
  {
11856
11850
  "disabled": false,
11857
11851
  "document": "任务总量",
11852
+ "example": "12",
11858
11853
  "member": "int64",
11859
11854
  "name": "TotalCount",
11855
+ "output_required": true,
11860
11856
  "type": "int",
11861
11857
  "value_allowed_null": false
11862
11858
  },
@@ -310,8 +310,8 @@
310
310
  ],
311
311
  "DeletePrometheusScrapeJobs": [
312
312
  {
313
- "document": "",
314
- "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrometheusScrapeJobs\n<公共请求参数>\n\n{\n \"InstanceId\": \"xx\",\n \"AgentId\": \"xx\",\n \"JobIds\": [\n \"xx\"\n ]\n}",
313
+ "document": "删除 Prometheus 抓取任务",
314
+ "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePrometheusScrapeJobs\n<公共请求参数>\n\n{\n \"InstanceId\": \"prom-evrh1x32\",\n \"AgentId\": \"agent-hod16m3f\",\n \"JobIds\": [\n \"job-afeiig0x\"\n ]\n}",
315
315
  "output": "{\n \"Response\": {\n \"RequestId\": \"3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc\"\n }\n}",
316
316
  "title": "删除 Prometheus 抓取任务"
317
317
  }
@@ -512,9 +512,9 @@
512
512
  ],
513
513
  "DescribeExporterIntegrations": [
514
514
  {
515
- "document": "",
516
- "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeExporterIntegrations\n<公共请求参数>\n\n{\n \"InstanceId\": \"xx\",\n \"Kind\": \"xx\",\n \"ClusterId\": \"xx\",\n \"KubeType\": 3\n}",
517
- "output": "{\n \"Response\": {\n \"RequestId\": \"xyz\",\n \"IntegrationSet\": []\n }\n}",
515
+ "document": "查询 exporter 集成列表",
516
+ "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeExporterIntegrations\n<公共请求参数>\n\n{\n \"InstanceId\": \"prom-evrh1x32\",\n \"Kind\": \"mysql-exporter\",\n \"ClusterId\": \"cls-evrh1x32\",\n \"KubeType\": 3\n}",
517
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc\",\n \"IntegrationSet\": []\n }\n}",
518
518
  "title": "查询 exporter 集成列表"
519
519
  }
520
520
  ],
@@ -648,9 +648,9 @@
648
648
  ],
649
649
  "DescribePrometheusAgents": [
650
650
  {
651
- "document": "",
652
- "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusAgents\n<公共请求参数>\n\n{\n \"InstanceId\": \"xx\"\n}",
653
- "output": "{\n \"Response\": {\n \"AgentSet\": [\n {\n \"AgentId\": \"xx\",\n \"Name\": \"xx\",\n \"InstanceId\": \"xx\",\n \"HeartbeatTime\": \"xx\",\n \"Ipv4\": \"xx\",\n \"LastError\": \"xx\",\n \"AgentVersion\": \"xx\"\n }\n ],\n \"RequestId\": \"xx\",\n \"TotalCount\": 12\n }\n}",
651
+ "document": "查询 Prometheus Agent 列表",
652
+ "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusAgents\n<公共请求参数>\n\n{\n \"InstanceId\": \"prom-m4fb9h34\"\n}",
653
+ "output": "{\n \"Response\": {\n \"AgentSet\": [\n {\n \"AgentId\": \"agent-hod16m34\",\n \"Name\": \"node-agent\",\n \"InstanceId\": \"prom-m4fb9h34\",\n \"HeartbeatTime\": \"2021-12-03T16:16:24+08:00\",\n \"Ipv4\": \"199.21.24.90\",\n \"LastError\": \"\",\n \"AgentVersion\": \"2.31.1-rig.1\"\n }\n ],\n \"RequestId\": \"e6a09531-0b40-41ab-a932-33061e9e1832\",\n \"TotalCount\": 12\n }\n}",
654
654
  "title": "列出 Prometheus Agent"
655
655
  }
656
656
  ],
@@ -758,9 +758,9 @@
758
758
  ],
759
759
  "DescribePrometheusScrapeJobs": [
760
760
  {
761
- "document": "",
762
- "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusScrapeJobs\n<公共请求参数>\n\n{\n \"InstanceId\": \"xx\",\n \"AgentId\": \"xx\"\n}",
763
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"RequestId\": \"xx\",\n \"ScrapeJobSet\": [\n {\n \"AgentId\": \"xx\",\n \"Config\": \"xx\",\n \"Name\": \"xx\",\n \"JobId\": \"xx\"\n }\n ]\n }\n}",
761
+ "document": "查询 Prometheus 抓取任务列表",
762
+ "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusScrapeJobs\n<公共请求参数>\n\n{\n \"InstanceId\": \"prom-evrh1x32\",\n \"AgentId\": \"agent-hod16m43\"\n}",
763
+ "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"RequestId\": \"5fa8c92-3072-4f46-8553-4cb82c30943c\",\n \"ScrapeJobSet\": [\n {\n \"AgentId\": \"agent-hod16m43\",\n \"Config\": \"job_name: static\\nhonor_timestamps: true\\nmetrics_path: /metrics\\nscheme: http\\nfollow_redirects: true\\nstatic_configs:\\n- targets:\\n - localhost:9090\\n\",\n \"Name\": \"node-exporter\",\n \"JobId\": \"job-afeiig0k\"\n }\n ]\n }\n}",
764
764
  "title": "列出 Prometheus 抓取任务"
765
765
  }
766
766
  ],
@@ -71,7 +71,7 @@
71
71
  "status": "online"
72
72
  },
73
73
  "DriverLicenseOCR": {
74
- "document": "本接口支持驾驶证主页和副页所有字段的自动定位与识别,重点字段的识别准确度达到99%以上。\n\n驾驶证主页:包括证号、姓名、性别、国籍、住址、出生日期、初次领证日期、准驾车型、有效期限、发证单位\n\n驾驶证副页:包括证号、姓名、档案编号、记录。\n\n另外,本接口还支持复印件、翻拍和PS告警功能。同时支持识别交管12123APP发放的电子驾驶证正页。\n\n电子驾驶证正页:包括证号、姓名、性别、国籍、出生日期、初次领证日期、准驾车型、有效期开始时间、有效期截止时间、档案编号、状态、累积记分。\n\n默认接口请求频率限制:10次/秒。",
74
+ "document": "本接口支持驾驶证主页和副页所有字段的自动定位与识别,重点字段的识别准确度达到99%以上。\n\n驾驶证主页:包括证号、姓名、性别、国籍、住址、出生日期、初次领证日期、准驾车型、有效期限、发证单位\n\n驾驶证副页:包括证号、姓名、档案编号、记录。\n\n另外,本接口还支持复印件、翻拍告警功能。同时支持识别交管12123 APP发放的电子驾驶证正页。\n\n电子驾驶证正页:包括证号、姓名、性别、国籍、出生日期、初次领证日期、准驾车型、有效期开始时间、有效期截止时间、档案编号、状态、累积记分。\n\n默认接口请求频率限制:10次/秒。",
75
75
  "input": "DriverLicenseOCRRequest",
76
76
  "name": "驾驶证识别",
77
77
  "output": "DriverLicenseOCRResponse",
@@ -2459,6 +2459,7 @@
2459
2459
  "example": "李明",
2460
2460
  "member": "string",
2461
2461
  "name": "Name",
2462
+ "output_required": true,
2462
2463
  "type": "string",
2463
2464
  "value_allowed_null": false
2464
2465
  },
@@ -2468,6 +2469,7 @@
2468
2469
  "example": "男",
2469
2470
  "member": "string",
2470
2471
  "name": "Sex",
2472
+ "output_required": true,
2471
2473
  "type": "string",
2472
2474
  "value_allowed_null": false
2473
2475
  },
@@ -2477,6 +2479,7 @@
2477
2479
  "example": "中国",
2478
2480
  "member": "string",
2479
2481
  "name": "Nationality",
2482
+ "output_required": true,
2480
2483
  "type": "string",
2481
2484
  "value_allowed_null": false
2482
2485
  },
@@ -2486,6 +2489,7 @@
2486
2489
  "example": "上海市徐汇区田林路397号腾云大厦6F",
2487
2490
  "member": "string",
2488
2491
  "name": "Address",
2492
+ "output_required": true,
2489
2493
  "type": "string",
2490
2494
  "value_allowed_null": false
2491
2495
  },
@@ -2495,6 +2499,7 @@
2495
2499
  "example": "1987-01-01",
2496
2500
  "member": "string",
2497
2501
  "name": "DateOfBirth",
2502
+ "output_required": true,
2498
2503
  "type": "string",
2499
2504
  "value_allowed_null": false
2500
2505
  },
@@ -2504,6 +2509,7 @@
2504
2509
  "example": "2011-10-01",
2505
2510
  "member": "string",
2506
2511
  "name": "DateOfFirstIssue",
2512
+ "output_required": true,
2507
2513
  "type": "string",
2508
2514
  "value_allowed_null": false
2509
2515
  },
@@ -2513,6 +2519,7 @@
2513
2519
  "example": "C1",
2514
2520
  "member": "string",
2515
2521
  "name": "Class",
2522
+ "output_required": true,
2516
2523
  "type": "string",
2517
2524
  "value_allowed_null": false
2518
2525
  },
@@ -2522,6 +2529,7 @@
2522
2529
  "example": "2011-10-01",
2523
2530
  "member": "string",
2524
2531
  "name": "StartDate",
2532
+ "output_required": true,
2525
2533
  "type": "string",
2526
2534
  "value_allowed_null": false
2527
2535
  },
@@ -2531,6 +2539,7 @@
2531
2539
  "example": "2017-10-01",
2532
2540
  "member": "string",
2533
2541
  "name": "EndDate",
2542
+ "output_required": true,
2534
2543
  "type": "string",
2535
2544
  "value_allowed_null": false
2536
2545
  },
@@ -2540,6 +2549,7 @@
2540
2549
  "example": "440524198701010014",
2541
2550
  "member": "string",
2542
2551
  "name": "CardCode",
2552
+ "output_required": true,
2543
2553
  "type": "string",
2544
2554
  "value_allowed_null": false
2545
2555
  },
@@ -2549,6 +2559,7 @@
2549
2559
  "example": "无",
2550
2560
  "member": "string",
2551
2561
  "name": "ArchivesCode",
2562
+ "output_required": true,
2552
2563
  "type": "string",
2553
2564
  "value_allowed_null": false
2554
2565
  },
@@ -2558,24 +2569,27 @@
2558
2569
  "example": "无",
2559
2570
  "member": "string",
2560
2571
  "name": "Record",
2572
+ "output_required": true,
2561
2573
  "type": "string",
2562
2574
  "value_allowed_null": false
2563
2575
  },
2564
2576
  {
2565
2577
  "disabled": false,
2566
- "document": "Code 告警码列表和释义:\n-9102 复印件告警\n-9103 翻拍件告警\n-9106 ps告警\n注:告警码可以同时存在多个",
2567
- "example": "[-9106]",
2578
+ "document": "Code 告警码列表和释义:\n-9102 复印件告警\n-9103 翻拍件告警\n注:告警码可以同时存在多个",
2579
+ "example": "[-9102]",
2568
2580
  "member": "int64",
2569
2581
  "name": "RecognizeWarnCode",
2582
+ "output_required": true,
2570
2583
  "type": "list",
2571
2584
  "value_allowed_null": false
2572
2585
  },
2573
2586
  {
2574
2587
  "disabled": false,
2575
- "document": "告警码说明:\nWARN_DRIVER_LICENSE_COPY_CARD 复印件告警\nWARN_DRIVER_LICENSE_SCREENED_CARD 翻拍件告警\nWARN_DRIVER_LICENSE_PS_CARD ps告警\n注:告警信息可以同时存在多个",
2576
- "example": "[\"WARN_DRIVER_LICENSE_PS_CARD\"]",
2588
+ "document": "告警码说明:\nWARN_DRIVER_LICENSE_COPY_CARD 复印件告警\nWARN_DRIVER_LICENSE_SCREENED_CARD 翻拍件告警\n注:告警信息可以同时存在多个",
2589
+ "example": "[\"WARN_DRIVER_LICENSE_COPY_CARD\"]",
2577
2590
  "member": "string",
2578
2591
  "name": "RecognizeWarnMsg",
2592
+ "output_required": true,
2579
2593
  "type": "list",
2580
2594
  "value_allowed_null": false
2581
2595
  },
@@ -2585,6 +2599,7 @@
2585
2599
  "example": "上海市公安局交通警察总队",
2586
2600
  "member": "string",
2587
2601
  "name": "IssuingAuthority",
2602
+ "output_required": true,
2588
2603
  "type": "string",
2589
2604
  "value_allowed_null": false
2590
2605
  },
@@ -2594,6 +2609,7 @@
2594
2609
  "example": "无",
2595
2610
  "member": "string",
2596
2611
  "name": "State",
2612
+ "output_required": true,
2597
2613
  "type": "string",
2598
2614
  "value_allowed_null": false
2599
2615
  },
@@ -2603,6 +2619,7 @@
2603
2619
  "example": "无",
2604
2620
  "member": "string",
2605
2621
  "name": "CumulativeScore",
2622
+ "output_required": true,
2606
2623
  "type": "string",
2607
2624
  "value_allowed_null": false
2608
2625
  },
@@ -90,7 +90,7 @@
90
90
  {
91
91
  "document": "驾驶证识别",
92
92
  "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DriverLicenseOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://xx/a.jpg\",\n \"CardSide\": \"FRONT\"\n}",
93
- "output": "{\n \"Response\": {\n \"Address\": \"上海市徐汇区田林路397号腾云大厦6F\",\n \"ArchivesCode\": \"\",\n \"CardCode\": \"440524198701010014\",\n \"Class\": \"C1\",\n \"CumulativeScore\": \"\",\n \"DateOfBirth\": \"1987-01-01\",\n \"DateOfFirstIssue\": \"2011-10-01\",\n \"EndDate\": \"2017-10-01\",\n \"IssuingAuthority\": \"上海市公安局交通警察总队\",\n \"Name\": \"李明\",\n \"Nationality\": \"中国\",\n \"RecognizeWarnCode\": [\n -9106\n ],\n \"RecognizeWarnMsg\": [\n \"WARN_DRIVER_LICENSE_PS_CARD\"\n ],\n \"Record\": \"\",\n \"RequestId\": \"c5ceedaa-cb6f-4210-af49-0a5dee461259\",\n \"Sex\": \"男\",\n \"StartDate\": \"2011-10-01\",\n \"State\": \"\"\n }\n}",
93
+ "output": "{\n \"Response\": {\n \"Address\": \"上海市徐汇区田林路397号腾云大厦6F\",\n \"ArchivesCode\": \"\",\n \"CardCode\": \"440524198701010014\",\n \"Class\": \"C1\",\n \"CumulativeScore\": \"\",\n \"DateOfBirth\": \"1987-01-01\",\n \"DateOfFirstIssue\": \"2011-10-01\",\n \"EndDate\": \"2017-10-01\",\n \"IssuingAuthority\": \"上海市公安局交通警察总队\",\n \"Name\": \"李明\",\n \"Nationality\": \"中国\",\n \"RecognizeWarnCode\": [\n -9102\n ],\n \"RecognizeWarnMsg\": [\n \"WARN_DRIVER_LICENSE_COPY_CARD\"\n ],\n \"Record\": \"\",\n \"RequestId\": \"c5ceedaa-cb6f-4210-af49-0a5dee461259\",\n \"Sex\": \"男\",\n \"StartDate\": \"2011-10-01\",\n \"State\": \"\"\n }\n}",
94
94
  "title": "驾驶证识别示例代码2 [前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=ocr&Version=2018-11-19&Action=DriverLicenseOCR)"
95
95
  },
96
96
  {
@@ -138,6 +138,7 @@
138
138
  "example": "smhfoobar",
139
139
  "member": "string",
140
140
  "name": "LibraryId",
141
+ "output_required": true,
141
142
  "type": "string",
142
143
  "value_allowed_null": false
143
144
  },
@@ -154,7 +155,6 @@
154
155
  "document": "DeleteLibrary请求参数结构体",
155
156
  "members": [
156
157
  {
157
- "default": "",
158
158
  "disabled": false,
159
159
  "document": "媒体库 ID",
160
160
  "example": "smh3ptyc9mscifdi",
@@ -10,8 +10,8 @@
10
10
  ],
11
11
  "DeleteLibrary": [
12
12
  {
13
- "document": "",
14
- "input": "POST / HTTP/1.1\nHost: smh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLibrary\n<公共请求参数>\n\n{\n \"LibraryId\": \"smh0q8nrvsg7t6y6\"\n}",
13
+ "document": "删除媒体库",
14
+ "input": "POST / HTTP/1.1 \nHost: smh.tencentcloudapi.com \nContent-Type: application/json \nX-TC-Action: DeleteLibrary \n\n{\n \"LibraryId\": \"smh0q8nrvsg7t6y6\"\n}",
15
15
  "output": "{\n \"Response\": {\n \"RequestId\": \"ea829232-caa0-4dfe-9bbb-2f428cfae08c\"\n }\n}",
16
16
  "title": "删除媒体库"
17
17
  }
@@ -470,14 +470,14 @@
470
470
  "status": "online"
471
471
  },
472
472
  "InquiryPriceRenewDBInstance": {
473
- "document": "本接口(InquiryPriceRenewDBInstance)用于查询续费实例的价格。",
473
+ "document": "本接口(InquiryPriceRenewDBInstance)用于查询包年包月实例的续费价格。",
474
474
  "input": "InquiryPriceRenewDBInstanceRequest",
475
475
  "name": "查询实例续费价格",
476
476
  "output": "InquiryPriceRenewDBInstanceResponse",
477
477
  "status": "online"
478
478
  },
479
479
  "InquiryPriceUpgradeDBInstance": {
480
- "document": "本接口(InquiryPriceUpgradeDBInstance)用于查询升级实例的价格。",
480
+ "document": "本接口(InquiryPriceUpgradeDBInstance)用于查询包年包月实例升级变配的价格。\n按量计费实例变配后的价格参考InquiryPriceCreateDBInstances接口。",
481
481
  "input": "InquiryPriceUpgradeDBInstanceRequest",
482
482
  "name": "查询升级实例价格",
483
483
  "output": "InquiryPriceUpgradeDBInstanceResponse",
@@ -9014,7 +9014,7 @@
9014
9014
  "members": [
9015
9015
  {
9016
9016
  "disabled": false,
9017
- "document": "未打折前价格,其值除以100表示多少钱。例如10010表示100.10",
9017
+ "document": "未打折前价格,其值除以100表示最终的价格。\nInstanceChargeType=PREPAID时,单位是\"每月\"。\nInstanceChargeType=POSTPAID时,单位是\"每小时\"。\n例如10010,在InstanceChargeType=PREPAID情况下,表示每月100.10元。",
9018
9018
  "example": "20988",
9019
9019
  "member": "int64",
9020
9020
  "name": "OriginalPrice",
@@ -9024,7 +9024,7 @@
9024
9024
  },
9025
9025
  {
9026
9026
  "disabled": false,
9027
- "document": "实际需要支付的价格,其值除以100表示多少钱。例如10010表示100.10",
9027
+ "document": "实际需要支付的价格,其值除以100表示最终的价格。\nInstanceChargeType=PREPAID时,单位是\"每月\"。\nInstanceChargeType=POSTPAID时,单位是\"每小时\"。\n例如10010,在InstanceChargeType=PREPAID情况下,表示每月100.10元。",
9028
9028
  "example": "20988",
9029
9029
  "member": "int64",
9030
9030
  "name": "Price",
@@ -9045,7 +9045,6 @@
9045
9045
  "document": "InquiryPriceRenewDBInstance请求参数结构体",
9046
9046
  "members": [
9047
9047
  {
9048
- "default": "",
9049
9048
  "disabled": false,
9050
9049
  "document": "实例ID",
9051
9050
  "example": "mssql-njj2mtpl",
@@ -9055,7 +9054,6 @@
9055
9054
  "type": "string"
9056
9055
  },
9057
9056
  {
9058
- "default": "",
9059
9057
  "disabled": false,
9060
9058
  "document": "续费周期。按月续费最多48个月。默认查询续费一个月的价格",
9061
9059
  "example": "1",
@@ -9065,7 +9063,6 @@
9065
9063
  "type": "int"
9066
9064
  },
9067
9065
  {
9068
- "default": "",
9069
9066
  "disabled": false,
9070
9067
  "document": "续费周期单位。month表示按月续费,当前只支持按月付费查询价格",
9071
9068
  "example": "month",
@@ -9086,7 +9083,7 @@
9086
9083
  "example": "42720",
9087
9084
  "member": "uint64",
9088
9085
  "name": "OriginalPrice",
9089
- "required": true,
9086
+ "output_required": true,
9090
9087
  "type": "int",
9091
9088
  "value_allowed_null": false
9092
9089
  },
@@ -9096,7 +9093,7 @@
9096
9093
  "example": "42720",
9097
9094
  "member": "uint64",
9098
9095
  "name": "Price",
9099
- "required": true,
9096
+ "output_required": true,
9100
9097
  "type": "int",
9101
9098
  "value_allowed_null": false
9102
9099
  },
@@ -9113,7 +9110,6 @@
9113
9110
  "document": "InquiryPriceUpgradeDBInstance请求参数结构体",
9114
9111
  "members": [
9115
9112
  {
9116
- "default": "",
9117
9113
  "disabled": false,
9118
9114
  "document": "实例ID,形如mssql-njj2mtpl",
9119
9115
  "example": "mssql-njj2mtpl",
@@ -9123,7 +9119,6 @@
9123
9119
  "type": "string"
9124
9120
  },
9125
9121
  {
9126
- "default": "",
9127
9122
  "disabled": false,
9128
9123
  "document": "实例升级后的内存大小,单位GB,其值不能比当前实例内存小",
9129
9124
  "example": "8",
@@ -9133,7 +9128,6 @@
9133
9128
  "type": "int"
9134
9129
  },
9135
9130
  {
9136
- "default": "",
9137
9131
  "disabled": false,
9138
9132
  "document": "实例升级后的磁盘大小,单位GB,其值不能比当前实例磁盘小",
9139
9133
  "example": "300",
@@ -9143,7 +9137,6 @@
9143
9137
  "type": "int"
9144
9138
  },
9145
9139
  {
9146
- "default": "",
9147
9140
  "disabled": false,
9148
9141
  "document": "实例升级后的CPU核心数,其值不能比当前实例CPU小",
9149
9142
  "example": "2",
@@ -9164,7 +9157,7 @@
9164
9157
  "example": "149696",
9165
9158
  "member": "int64",
9166
9159
  "name": "OriginalPrice",
9167
- "required": true,
9160
+ "output_required": true,
9168
9161
  "type": "int",
9169
9162
  "value_allowed_null": false
9170
9163
  },
@@ -9174,7 +9167,7 @@
9174
9167
  "example": "149696",
9175
9168
  "member": "int64",
9176
9169
  "name": "Price",
9177
- "required": true,
9170
+ "output_required": true,
9178
9171
  "type": "int",
9179
9172
  "value_allowed_null": false
9180
9173
  },
@@ -562,7 +562,7 @@
562
562
  ],
563
563
  "InquiryPriceRenewDBInstance": [
564
564
  {
565
- "document": "",
565
+ "document": "查询单个实例续费价格",
566
566
  "input": "https://sqlserver.tencentcloudapi.com/?Action=InquiryPriceRenewDBInstance\n&InstanceId=mssql-njj2mtpl\n&<公共请求参数>",
567
567
  "output": "{\n \"Response\": {\n \"RequestId\": \"41e0018d-857d-4c8c-9763-57afa2c062f9\",\n \"OriginalPrice\": 42720,\n \"Price\": 42720\n }\n}",
568
568
  "title": "查询单个实例续费价格"
@@ -570,7 +570,7 @@
570
570
  ],
571
571
  "InquiryPriceUpgradeDBInstance": [
572
572
  {
573
- "document": "",
573
+ "document": "查询实例扩容价格",
574
574
  "input": "https://sqlserver.tencentcloudapi.com/?Action=InquiryPriceUpgradeDBInstance\n&InstanceId=mssql-njj2mtpl\n&Memory=8\n&Storage=300\n&<公共请求参数>",
575
575
  "output": "{\n \"Response\": {\n \"RequestId\": \"dcff5304-324e-4cd6-a5f2-02cb16bde2da\",\n \"OriginalPrice\": 149696,\n \"Price\": 149696\n }\n}",
576
576
  "title": "查询实例扩容价格"
@@ -3597,6 +3597,7 @@
3597
3597
  "example": "无",
3598
3598
  "member": "DeployedResources",
3599
3599
  "name": "DeployedResources",
3600
+ "output_required": true,
3600
3601
  "type": "list",
3601
3602
  "value_allowed_null": false
3602
3603
  },
@@ -145,8 +145,8 @@
145
145
  "DescribeDeployedResources": [
146
146
  {
147
147
  "document": "证书查询关联资源",
148
- "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeployedResources\n<公共请求参数>\n\n{\n \"ResourceType\": \"xx\",\n \"CertificateIds\": [\n \"xx\"\n ]\n}",
149
- "output": "{\n \"Response\": {\n \"DeployedResources\": [\n {\n \"CertificateId\": \"xx\",\n \"ResourceIds\": null,\n \"Resources\": [],\n \"Type\": \"xx\",\n \"Count\": 0\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
148
+ "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeployedResources\n<公共请求参数>\n\n{\n \"ResourceType\": \"xx1\",\n \"CertificateIds\": [\n \"xx1\"\n ]\n}",
149
+ "output": "{\n \"Response\": {\n \"DeployedResources\": [\n {\n \"CertificateId\": \"xx1\",\n \"ResourceIds\": null,\n \"Resources\": [],\n \"Type\": \"xx1\",\n \"Count\": 0\n }\n ],\n \"RequestId\": \"xx1-xxx\"\n }\n}",
150
150
  "title": "证书查询关联资源"
151
151
  }
152
152
  ],