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
@@ -924,6 +924,33 @@
924
924
  "name": "Capacity",
925
925
  "required": false,
926
926
  "type": "int"
927
+ },
928
+ {
929
+ "disabled": false,
930
+ "document": "文件系统快照ID",
931
+ "example": "snapcfs-xx",
932
+ "member": "string",
933
+ "name": "SnapshotId",
934
+ "required": false,
935
+ "type": "string"
936
+ },
937
+ {
938
+ "disabled": false,
939
+ "document": "定期快照策略ID",
940
+ "example": "asp-xx",
941
+ "member": "string",
942
+ "name": "AutoSnapshotPolicyId",
943
+ "required": false,
944
+ "type": "string"
945
+ },
946
+ {
947
+ "disabled": false,
948
+ "document": "是否开启默认扩容,仅Turbo类型文件存储支持",
949
+ "example": "False",
950
+ "member": "bool",
951
+ "name": "EnableAutoScaleUp",
952
+ "required": false,
953
+ "type": "bool"
927
954
  }
928
955
  ],
929
956
  "type": "object"
@@ -937,6 +964,7 @@
937
964
  "example": "2017-02-24 11:28:12",
938
965
  "member": "string",
939
966
  "name": "CreationTime",
967
+ "output_required": true,
940
968
  "type": "string",
941
969
  "value_allowed_null": false
942
970
  },
@@ -946,6 +974,7 @@
946
974
  "example": "QcloudCfs",
947
975
  "member": "string",
948
976
  "name": "CreationToken",
977
+ "output_required": true,
949
978
  "type": "string",
950
979
  "value_allowed_null": false
951
980
  },
@@ -955,6 +984,7 @@
955
984
  "example": "cfs-abc",
956
985
  "member": "string",
957
986
  "name": "FileSystemId",
987
+ "output_required": true,
958
988
  "type": "string",
959
989
  "value_allowed_null": false
960
990
  },
@@ -964,6 +994,7 @@
964
994
  "example": "AVAILABLE",
965
995
  "member": "string",
966
996
  "name": "LifeCycleState",
997
+ "output_required": true,
967
998
  "type": "string",
968
999
  "value_allowed_null": false
969
1000
  },
@@ -973,6 +1004,7 @@
973
1004
  "example": "1000",
974
1005
  "member": "uint64",
975
1006
  "name": "SizeByte",
1007
+ "output_required": true,
976
1008
  "type": "int",
977
1009
  "value_allowed_null": false
978
1010
  },
@@ -982,6 +1014,7 @@
982
1014
  "example": "800001",
983
1015
  "member": "uint64",
984
1016
  "name": "ZoneId",
1017
+ "output_required": true,
985
1018
  "type": "int",
986
1019
  "value_allowed_null": false
987
1020
  },
@@ -991,6 +1024,7 @@
991
1024
  "example": "QcloudCfs",
992
1025
  "member": "string",
993
1026
  "name": "FsName",
1027
+ "output_required": true,
994
1028
  "type": "string",
995
1029
  "value_allowed_null": false
996
1030
  },
@@ -1000,6 +1034,7 @@
1000
1034
  "example": "False",
1001
1035
  "member": "bool",
1002
1036
  "name": "Encrypted",
1037
+ "output_required": true,
1003
1038
  "type": "bool",
1004
1039
  "value_allowed_null": false
1005
1040
  },
@@ -2012,7 +2047,6 @@
2012
2047
  "document": "DescribeCfsFileSystems请求参数结构体",
2013
2048
  "members": [
2014
2049
  {
2015
- "default": "",
2016
2050
  "disabled": false,
2017
2051
  "document": "文件系统 ID",
2018
2052
  "example": "cfs-12345",
@@ -2022,7 +2056,6 @@
2022
2056
  "type": "string"
2023
2057
  },
2024
2058
  {
2025
- "default": "",
2026
2059
  "disabled": false,
2027
2060
  "document": "私有网络(VPC) ID",
2028
2061
  "example": "vpc-12345",
@@ -2032,7 +2065,6 @@
2032
2065
  "type": "string"
2033
2066
  },
2034
2067
  {
2035
- "default": "",
2036
2068
  "disabled": false,
2037
2069
  "document": "子网 ID",
2038
2070
  "example": "subnet-12345",
@@ -2053,7 +2085,7 @@
2053
2085
  "example": "无",
2054
2086
  "member": "FileSystemInfo",
2055
2087
  "name": "FileSystems",
2056
- "required": true,
2088
+ "output_required": true,
2057
2089
  "type": "list",
2058
2090
  "value_allowed_null": false
2059
2091
  },
@@ -2063,7 +2095,7 @@
2063
2095
  "example": "1",
2064
2096
  "member": "uint64",
2065
2097
  "name": "TotalCount",
2066
- "required": true,
2098
+ "output_required": true,
2067
2099
  "type": "int",
2068
2100
  "value_allowed_null": false
2069
2101
  },
@@ -3784,7 +3816,7 @@
3784
3816
  "example": "xx",
3785
3817
  "member": "string",
3786
3818
  "name": "CreationTime",
3787
- "required": true,
3819
+ "output_required": true,
3788
3820
  "type": "string",
3789
3821
  "value_allowed_null": false
3790
3822
  },
@@ -3794,7 +3826,7 @@
3794
3826
  "example": "xx",
3795
3827
  "member": "string",
3796
3828
  "name": "SnapshotName",
3797
- "required": true,
3829
+ "output_required": true,
3798
3830
  "type": "string",
3799
3831
  "value_allowed_null": false
3800
3832
  },
@@ -3804,7 +3836,7 @@
3804
3836
  "example": "snapcfs-xx",
3805
3837
  "member": "string",
3806
3838
  "name": "SnapshotId",
3807
- "required": true,
3839
+ "output_required": true,
3808
3840
  "type": "string",
3809
3841
  "value_allowed_null": false
3810
3842
  },
@@ -3814,7 +3846,7 @@
3814
3846
  "example": "available ",
3815
3847
  "member": "string",
3816
3848
  "name": "Status",
3817
- "required": true,
3849
+ "output_required": true,
3818
3850
  "type": "string",
3819
3851
  "value_allowed_null": false
3820
3852
  },
@@ -3824,7 +3856,7 @@
3824
3856
  "example": "beijing",
3825
3857
  "member": "string",
3826
3858
  "name": "RegionName",
3827
- "required": true,
3859
+ "output_required": true,
3828
3860
  "type": "string",
3829
3861
  "value_allowed_null": false
3830
3862
  },
@@ -3834,7 +3866,7 @@
3834
3866
  "example": "cfs-xx",
3835
3867
  "member": "string",
3836
3868
  "name": "FileSystemId",
3837
- "required": true,
3869
+ "output_required": true,
3838
3870
  "type": "string",
3839
3871
  "value_allowed_null": false
3840
3872
  },
@@ -3844,7 +3876,7 @@
3844
3876
  "example": "11",
3845
3877
  "member": "uint64",
3846
3878
  "name": "Size",
3847
- "required": true,
3879
+ "output_required": true,
3848
3880
  "type": "int",
3849
3881
  "value_allowed_null": false
3850
3882
  },
@@ -3854,7 +3886,7 @@
3854
3886
  "example": "12",
3855
3887
  "member": "uint64",
3856
3888
  "name": "AliveDay",
3857
- "required": true,
3889
+ "output_required": true,
3858
3890
  "type": "int",
3859
3891
  "value_allowed_null": false
3860
3892
  },
@@ -3864,7 +3896,7 @@
3864
3896
  "example": "1",
3865
3897
  "member": "uint64",
3866
3898
  "name": "Percent",
3867
- "required": true,
3899
+ "output_required": true,
3868
3900
  "type": "int",
3869
3901
  "value_allowed_null": false
3870
3902
  },
@@ -3874,7 +3906,7 @@
3874
3906
  "example": "21211",
3875
3907
  "member": "uint64",
3876
3908
  "name": "AppId",
3877
- "required": true,
3909
+ "output_required": true,
3878
3910
  "type": "int",
3879
3911
  "value_allowed_null": false
3880
3912
  },
@@ -3884,7 +3916,7 @@
3884
3916
  "example": "xx",
3885
3917
  "member": "string",
3886
3918
  "name": "DeleteTime",
3887
- "required": true,
3919
+ "output_required": true,
3888
3920
  "type": "string",
3889
3921
  "value_allowed_null": false
3890
3922
  },
@@ -3894,7 +3926,7 @@
3894
3926
  "example": "xx",
3895
3927
  "member": "string",
3896
3928
  "name": "FsName",
3897
- "required": true,
3929
+ "output_required": true,
3898
3930
  "type": "string",
3899
3931
  "value_allowed_null": false
3900
3932
  },
@@ -3904,7 +3936,7 @@
3904
3936
  "example": "无",
3905
3937
  "member": "TagInfo",
3906
3938
  "name": "Tags",
3907
- "required": true,
3939
+ "output_required": true,
3908
3940
  "type": "list",
3909
3941
  "value_allowed_null": false
3910
3942
  },
@@ -3914,7 +3946,17 @@
3914
3946
  "example": "Turbo",
3915
3947
  "member": "string",
3916
3948
  "name": "SnapshotType",
3917
- "required": false,
3949
+ "output_required": true,
3950
+ "type": "string",
3951
+ "value_allowed_null": true
3952
+ },
3953
+ {
3954
+ "disabled": false,
3955
+ "document": "实际快照时间,这里主要是为了标识跨地域复制快照的时间快照时间\n注意:此字段可能返回 null,表示取不到有效值。",
3956
+ "example": "2023-05-16 14:45:15",
3957
+ "member": "string",
3958
+ "name": "SnapshotTime",
3959
+ "output_required": true,
3918
3960
  "type": "string",
3919
3961
  "value_allowed_null": true
3920
3962
  }
@@ -4423,7 +4465,6 @@
4423
4465
  "document": "UpdateCfsPGroup请求参数结构体",
4424
4466
  "members": [
4425
4467
  {
4426
- "default": "",
4427
4468
  "disabled": false,
4428
4469
  "document": "权限组 ID",
4429
4470
  "example": "pgroup-12345",
@@ -4433,7 +4474,6 @@
4433
4474
  "type": "string"
4434
4475
  },
4435
4476
  {
4436
- "default": "",
4437
4477
  "disabled": false,
4438
4478
  "document": "权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线",
4439
4479
  "example": "test",
@@ -4443,9 +4483,8 @@
4443
4483
  "type": "string"
4444
4484
  },
4445
4485
  {
4446
- "default": "",
4447
4486
  "disabled": false,
4448
- "document": "权限组描述信息,1-255个字符",
4487
+ "document": "权限组描述信息,1-255个字符。 Name和Descinfo不能同时为空",
4449
4488
  "example": "test",
4450
4489
  "member": "string",
4451
4490
  "name": "DescInfo",
@@ -4464,7 +4503,7 @@
4464
4503
  "example": "pgroup-12345",
4465
4504
  "member": "string",
4466
4505
  "name": "PGroupId",
4467
- "required": true,
4506
+ "output_required": true,
4468
4507
  "type": "string",
4469
4508
  "value_allowed_null": false
4470
4509
  },
@@ -4474,7 +4513,7 @@
4474
4513
  "example": "test",
4475
4514
  "member": "string",
4476
4515
  "name": "Name",
4477
- "required": true,
4516
+ "output_required": true,
4478
4517
  "type": "string",
4479
4518
  "value_allowed_null": false
4480
4519
  },
@@ -4484,7 +4523,7 @@
4484
4523
  "example": "test",
4485
4524
  "member": "string",
4486
4525
  "name": "DescInfo",
4487
- "required": true,
4526
+ "output_required": true,
4488
4527
  "type": "string",
4489
4528
  "value_allowed_null": false
4490
4529
  },
@@ -154,9 +154,9 @@
154
154
  ],
155
155
  "DescribeCfsFileSystems": [
156
156
  {
157
- "document": "",
157
+ "document": "查询文件系统",
158
158
  "input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCfsFileSystems\n<公共请求参数>\n\n{\n \"FileSystemId\": \"cfs-12345\"\n}",
159
- "output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\",\n \"TotalCount\": 1,\n \"FileSystems\": [\n {\n \"Protocol\": \"NFS\",\n \"Zone\": \"ap-guangzhou-3\",\n \"CreationToken\": \"test_fs\",\n \"StorageType\": \"SD\",\n \"Encrypted\": false,\n \"CreationTime\": \"2019-07-29 18:57:17\",\n \"StorageResourcePkg\": \"\",\n \"ZoneId\": 100003,\n \"SizeByte\": 0,\n \"FileSystemId\": \"cfs-12345\",\n \"KmsKeyId\": \"\",\n \"LifeCycleState\": \"mounting\",\n \"Capacity\": 1000,\n \"PGroup\": {\n \"PGroupId\": \"pgroupbasic\",\n \"Name\": \"默认权限组\"\n },\n \"SizeLimit\": 0,\n \"BandwidthResourcePkg\": \"\",\n \"FsName\": \"test_fs\",\n \"AppId\": 12700000,\n \"BandwidthLimit\": 200,\n \"TieringDetail\": {\n \"TieringSizeInBytes\": 0\n },\n \"TieringState\": \"xx\",\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ]\n }\n ]\n }\n}",
159
+ "output": "{\n \"Response\": {\n \"FileSystems\": [\n {\n \"CreationTime\": \"abc\",\n \"CreationToken\": \"abc\",\n \"FileSystemId\": \"abc\",\n \"LifeCycleState\": \"abc\",\n \"SizeByte\": 1,\n \"SizeLimit\": 1,\n \"ZoneId\": 1,\n \"Zone\": \"abc\",\n \"Protocol\": \"abc\",\n \"StorageType\": \"abc\",\n \"StorageResourcePkg\": \"abc\",\n \"BandwidthResourcePkg\": \"abc\",\n \"PGroup\": {\n \"PGroupId\": \"abc\",\n \"Name\": \"abc\"\n },\n \"FsName\": \"abc\",\n \"Encrypted\": true,\n \"KmsKeyId\": \"abc\",\n \"AppId\": 0,\n \"BandwidthLimit\": 0,\n \"Capacity\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"TieringState\": \"abc\",\n \"TieringDetail\": {\n \"TieringSizeInBytes\": 0\n }\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
160
160
  "title": "查询文件系统"
161
161
  }
162
162
  ],
@@ -314,7 +314,7 @@
314
314
  ],
315
315
  "UpdateCfsPGroup": [
316
316
  {
317
- "document": "",
317
+ "document": "更新权限组信息",
318
318
  "input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCfsPGroup\n<公共请求参数>\n\n{\n \"PGroupId\": \"pgroup-12345\",\n \"DescInfo\": \"test\",\n \"Name\": \"test\"\n}",
319
319
  "output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\",\n \"PGroupId\": \"pgroup-12345\",\n \"Name\": \"test\",\n \"DescInfo\": \"test\"\n }\n}",
320
320
  "title": "更新权限组信息"
@@ -5967,7 +5967,7 @@
5967
5967
  "type": "object"
5968
5968
  },
5969
5969
  "DynamicIndex": {
5970
- "document": "动态更新索引配置",
5970
+ "document": "动态更新索引配置\n\n注意:该功能尚处于内测阶段,如需使用请联系技术支持",
5971
5971
  "members": [
5972
5972
  {
5973
5973
  "disabled": false,
@@ -5975,6 +5975,7 @@
5975
5975
  "example": "false",
5976
5976
  "member": "bool",
5977
5977
  "name": "Status",
5978
+ "output_required": true,
5978
5979
  "required": false,
5979
5980
  "type": "bool",
5980
5981
  "value_allowed_null": true
@@ -9612,6 +9613,7 @@
9612
9613
  "example": "空",
9613
9614
  "member": "FullTextInfo",
9614
9615
  "name": "FullText",
9616
+ "output_required": true,
9615
9617
  "required": false,
9616
9618
  "type": "object",
9617
9619
  "value_allowed_null": true
@@ -9622,6 +9624,7 @@
9622
9624
  "example": "空",
9623
9625
  "member": "RuleKeyValueInfo",
9624
9626
  "name": "KeyValue",
9627
+ "output_required": true,
9625
9628
  "required": false,
9626
9629
  "type": "object",
9627
9630
  "value_allowed_null": true
@@ -9632,16 +9635,18 @@
9632
9635
  "example": "空",
9633
9636
  "member": "RuleTagInfo",
9634
9637
  "name": "Tag",
9638
+ "output_required": true,
9635
9639
  "required": false,
9636
9640
  "type": "object",
9637
9641
  "value_allowed_null": true
9638
9642
  },
9639
9643
  {
9640
9644
  "disabled": false,
9641
- "document": "动态索引配置,如果为空时代表未开启动态段索引\n注意:此字段可能返回 null,表示取不到有效值。",
9645
+ "document": "动态索引配置,如果为空时代表未开启动态段索引\n\n注意:该功能尚处于内测阶段,如需使用请联系技术支持\n注意:此字段可能返回 null,表示取不到有效值。",
9642
9646
  "example": "无",
9643
9647
  "member": "DynamicIndex",
9644
9648
  "name": "DynamicIndex",
9649
+ "output_required": true,
9645
9650
  "required": false,
9646
9651
  "type": "object",
9647
9652
  "value_allowed_null": true
@@ -267,15 +267,27 @@
267
267
  "example": "无",
268
268
  "member": "string",
269
269
  "name": "SampleIDs",
270
+ "output_required": true,
270
271
  "type": "list",
271
272
  "value_allowed_null": true
272
273
  },
274
+ {
275
+ "disabled": false,
276
+ "document": "成功入库关键词列表",
277
+ "example": "无",
278
+ "member": "UserKeywordInfo",
279
+ "name": "SuccessInfos",
280
+ "output_required": false,
281
+ "type": "list",
282
+ "value_allowed_null": false
283
+ },
273
284
  {
274
285
  "disabled": false,
275
286
  "document": "重复关键词列表\n注意:此字段可能返回 null,表示取不到有效值。",
276
287
  "example": "无",
277
288
  "member": "UserKeywordInfo",
278
289
  "name": "DupInfos",
290
+ "output_required": true,
279
291
  "type": "list",
280
292
  "value_allowed_null": true
281
293
  },
@@ -285,6 +297,7 @@
285
297
  "example": "无",
286
298
  "member": "InvalidSample",
287
299
  "name": "InvalidSamples",
300
+ "output_required": true,
288
301
  "type": "list",
289
302
  "value_allowed_null": true
290
303
  },
@@ -348,8 +361,8 @@
348
361
  "members": [
349
362
  {
350
363
  "disabled": false,
351
- "document": "关键词ID",
352
- "example": "346",
364
+ "document": "关键词ID列表",
365
+ "example": "[\"123\",\"456\"]",
353
366
  "member": "string",
354
367
  "name": "SampleIDs",
355
368
  "required": true,
@@ -363,6 +376,15 @@
363
376
  "name": "LibID",
364
377
  "required": false,
365
378
  "type": "string"
379
+ },
380
+ {
381
+ "disabled": false,
382
+ "document": "关键词内容列表",
383
+ "example": "[\"违规\",\"告警\"]",
384
+ "member": "string",
385
+ "name": "SampleContents",
386
+ "required": false,
387
+ "type": "list"
366
388
  }
367
389
  ],
368
390
  "type": "object"
@@ -376,6 +398,7 @@
376
398
  "example": "1",
377
399
  "member": "int64",
378
400
  "name": "Count",
401
+ "output_required": true,
379
402
  "type": "int",
380
403
  "value_allowed_null": false
381
404
  },
@@ -385,6 +408,7 @@
385
408
  "example": "无",
386
409
  "member": "DeleteSampleDetails",
387
410
  "name": "Details",
411
+ "output_required": true,
388
412
  "type": "list",
389
413
  "value_allowed_null": false
390
414
  },
@@ -557,6 +581,15 @@
557
581
  "name": "EvilTypeList",
558
582
  "required": false,
559
583
  "type": "list"
584
+ },
585
+ {
586
+ "disabled": false,
587
+ "document": "样本词ID列表过滤",
588
+ "example": "[\"23231\",\"232133\"]",
589
+ "member": "string",
590
+ "name": "SampleIDs",
591
+ "required": false,
592
+ "type": "list"
560
593
  }
561
594
  ],
562
595
  "type": "object"
@@ -570,6 +603,7 @@
570
603
  "example": "10",
571
604
  "member": "int64",
572
605
  "name": "TotalCount",
606
+ "output_required": true,
573
607
  "type": "int",
574
608
  "value_allowed_null": false
575
609
  },
@@ -579,6 +613,7 @@
579
613
  "example": "无",
580
614
  "member": "UserKeywordInfo",
581
615
  "name": "Infos",
616
+ "output_required": true,
582
617
  "type": "list",
583
618
  "value_allowed_null": false
584
619
  },
@@ -4,14 +4,14 @@
4
4
  {
5
5
  "document": "创建关键词",
6
6
  "input": "POST / HTTP/1.1\nHost: cms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateKeywordsSamples\n<公共请求参数>\n\n{\n \"LibID\": \"abc\",\n \"UserKeywords\": [\n {\n \"Content\": \"abc\",\n \"Label\": \"abc\",\n \"Remark\": \"abc\",\n \"WordType\": \"abc\"\n }\n ]\n}",
7
- "output": "{\n \"Response\": {\n \"SampleIDs\": [\n \"abc\"\n ],\n \"DupInfos\": [\n {\n \"ID\": \"abc\",\n \"Content\": \"abc\",\n \"Label\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Remark\": \"abc\",\n \"WordType\": \"abc\"\n }\n ],\n \"InvalidSamples\": [\n {\n \"Content\": \"abc\",\n \"InvalidCode\": 0,\n \"InvalidMessage\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
7
+ "output": "{\n \"Response\": {\n \"SampleIDs\": [\n \"abc\"\n ],\n \"SuccessInfos\": [\n {\n \"ID\": \"abc\",\n \"Content\": \"abc\",\n \"Label\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Remark\": \"abc\",\n \"WordType\": \"abc\"\n }\n ],\n \"DupInfos\": [\n {\n \"ID\": \"abc\",\n \"Content\": \"abc\",\n \"Label\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Remark\": \"abc\",\n \"WordType\": \"abc\"\n }\n ],\n \"InvalidSamples\": [\n {\n \"Content\": \"abc\",\n \"InvalidCode\": 0,\n \"InvalidMessage\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
8
8
  "title": "创建关键词"
9
9
  }
10
10
  ],
11
11
  "DeleteLibSamples": [
12
12
  {
13
13
  "document": "删除词库关键词",
14
- "input": "POST / HTTP/1.1\nHost: cms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLibSamples\n<公共请求参数>\n\n{\n \"LibID\": \"abc\",\n \"SampleIDs\": [\n \"abc\"\n ]\n}",
14
+ "input": "POST / HTTP/1.1\nHost: cms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLibSamples\n<公共请求参数>\n\n{\n \"LibID\": \"abc\",\n \"SampleIDs\": [\n \"abc\"\n ],\n \"SampleContents\": [\n \"违规\"\n ]\n}",
15
15
  "output": "{\n \"Response\": {\n \"Count\": 1,\n \"Details\": [\n {\n \"SampleID\": \"1\",\n \"Content\": \"\",\n \"Deleted\": false,\n \"ErrorInfo\": \"NotFound\"\n },\n {\n \"SampleID\": \"2\",\n \"Content\": \"xixi\",\n \"Deleted\": true,\n \"ErrorInfo\": \"\"\n }\n ],\n \"RequestId\": \"xxx\"\n }\n}",
16
16
  "title": "删除关键词接口示例"
17
17
  }
@@ -27,7 +27,7 @@
27
27
  "DescribeLibSamples": [
28
28
  {
29
29
  "document": "获取关键词",
30
- "input": "POST / HTTP/1.1\nHost: cms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLibSamples\n<公共请求参数>\n\n{\n \"LibID\": \"abc\",\n \"Limit\": 0,\n \"Offset\": 0,\n \"Content\": \"abc\",\n \"EvilTypeList\": [\n 0\n ]\n}",
30
+ "input": "POST / HTTP/1.1\nHost: cms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLibSamples\n<公共请求参数>\n\n{\n \"LibID\": \"abc\",\n \"Limit\": 0,\n \"Offset\": 0,\n \"Content\": \"abc\",\n \"EvilTypeList\": [\n 0\n ],\n \"SampleIDs\": [\n \"123\",\n \"456\"\n ]\n}",
31
31
  "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Infos\": [\n {\n \"ID\": \"abc\",\n \"Content\": \"abc\",\n \"Label\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Remark\": \"abc\",\n \"WordType\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
32
32
  "title": "获取关键词接口"
33
33
  }
@@ -3228,6 +3228,7 @@
3228
3228
  {
3229
3229
  "disabled": false,
3230
3230
  "document": "支持的导入镜像的操作系统类型。",
3231
+ "example": "无",
3231
3232
  "member": "ImageOsList",
3232
3233
  "name": "ImportImageOsListSupported",
3233
3234
  "type": "object",
@@ -3236,6 +3237,7 @@
3236
3237
  {
3237
3238
  "disabled": false,
3238
3239
  "document": "支持的导入镜像的操作系统版本。",
3240
+ "example": "无",
3239
3241
  "member": "OsVersion",
3240
3242
  "name": "ImportImageOsVersionSet",
3241
3243
  "type": "list",
@@ -230,8 +230,8 @@
230
230
  ],
231
231
  "DescribeImportImageOs": [
232
232
  {
233
- "document": "",
234
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeImportImageOs\r\n&<公共请求参数>",
233
+ "document": "查询导入镜像支持的操作系统配置信息",
234
+ "input": "https://cvm.tencentcloudapi.com/?Action=DescribeImportImageOs\n&<公共请求参数>",
235
235
  "output": "{\n \"Response\": {\n \"ImportImageOsListSupported\": {\n \"Linux\": [\n \"CentOS\",\n \"Ubuntu\",\n \"Debian\",\n \"OpenSUSE\",\n \"SUSE\",\n \"CoreOS\",\n \"FreeBSD\",\n \"Other Linux\"\n ],\n \"Windows\": [\n \"Windows Server 2008\",\n \"Windows Server 2012\",\n \"Windows Server 2016\"\n ]\n },\n \"ImportImageOsVersionSet\": [\n {\n \"OsName\": \"Windows Server 2008\",\n \"OsVersions\": [\n \"-\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Windows Server 2012\",\n \"OsVersions\": [\n \"-\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Windows Server 2016\",\n \"OsVersions\": [\n \"-\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"CentOS\",\n \"OsVersions\": [\n \"5\",\n \"6\",\n \"7\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"CoreOS\",\n \"OsVersions\": [\n \"7\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Debian\",\n \"OsVersions\": [\n \"6\",\n \"7\",\n \"8\",\n \"9\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"FreeBSD\",\n \"OsVersions\": [\n \"10\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Redhat\",\n \"OsVersions\": [\n \"5\",\n \"6\",\n \"7\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"OpenSUSE\",\n \"OsVersions\": [\n \"11\",\n \"12\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"SUSE\",\n \"OsVersions\": [\n \"10\",\n \"11\",\n \"12\",\n \"13\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Ubuntu\",\n \"OsVersions\": [\n \"10\",\n \"12\",\n \"14\",\n \"16\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Other Linux\",\n \"OsVersions\": [\n \"-\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n }\n ],\n \"RequestId\": \"32064a8f-8d3f-4670-8d4f-60123ca97042\"\n }\n}",
236
236
  "title": "查询导入镜像支持的操作系统配置信息"
237
237
  }