tccli 3.0.896.1__py2.py3-none-any.whl → 3.0.898.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 (72) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdb/v20170320/CreateDatabase.md +22 -0
  3. tccli/examples/cdn/v20180606/ModifyDomainConfig.md +88 -0
  4. tccli/examples/ckafka/v20190819/CreatePostPaidInstance.md +154 -0
  5. tccli/examples/cynosdb/v20190107/DescribeProxySpecs.md +56 -0
  6. tccli/examples/cynosdb/v20190107/DescribeSupportProxyVersion.md +24 -0
  7. tccli/examples/ess/v20201111/CreateFlowApprovers.md +3 -1
  8. tccli/examples/ess/v20201111/DescribeThirdPartyAuthCode.md +1 -1
  9. tccli/examples/postgres/v20170312/CreateReadOnlyDBInstance.md +1 -1
  10. tccli/examples/postgres/v20170312/UpgradeDBInstanceKernelVersion.md +1 -1
  11. tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +6 -1
  12. tccli/examples/sqlserver/v20180328/DescribeDBs.md +1 -1
  13. tccli/examples/tdmq/v20200217/CreateCmqQueue.md +2 -2
  14. tccli/examples/tke/v20180525/CreateClusterEndpointVip.md +1 -1
  15. tccli/examples/trp/v20210515/CreateCodeBatch.md +11 -5
  16. tccli/examples/trp/v20210515/DescribeScanLogs.md +1 -1
  17. tccli/examples/trp/v20210515/DescribeTraceCodeById.md +16 -11
  18. tccli/examples/trp/v20210515/ModifyCodeBatch.md +3 -3
  19. tccli/examples/vod/v20180717/CreateQualityInspectTemplate.md +24 -0
  20. tccli/examples/vod/v20180717/DeleteQualityInspectTemplate.md +20 -0
  21. tccli/examples/vod/v20180717/DescribeQualityInspectTemplates.md +44 -0
  22. tccli/examples/vod/v20180717/DescribeTaskDetail.md +4 -0
  23. tccli/examples/vod/v20180717/InspectMediaQuality.md +22 -0
  24. tccli/examples/vod/v20180717/ModifyQualityInspectTemplate.md +21 -0
  25. tccli/examples/yinsuda/v20220527/DescribeKTVMusicAccompanySegmentUrl.md +70 -0
  26. tccli/services/cdb/cdb_client.py +57 -4
  27. tccli/services/cdb/v20170320/api.json +52 -0
  28. tccli/services/cdb/v20170320/examples.json +8 -0
  29. tccli/services/cdn/cdn_client.py +57 -4
  30. tccli/services/cdn/v20180606/api.json +52 -0
  31. tccli/services/cdn/v20180606/examples.json +26 -0
  32. tccli/services/ckafka/ckafka_client.py +61 -8
  33. tccli/services/ckafka/v20190819/api.json +303 -7
  34. tccli/services/ckafka/v20190819/examples.json +20 -0
  35. tccli/services/clb/v20180317/api.json +3 -1
  36. tccli/services/cynosdb/cynosdb_client.py +106 -0
  37. tccli/services/cynosdb/v20190107/api.json +134 -0
  38. tccli/services/cynosdb/v20190107/examples.json +22 -0
  39. tccli/services/emr/v20190103/api.json +6 -2
  40. tccli/services/ess/v20201111/api.json +42 -11
  41. tccli/services/ess/v20201111/examples.json +3 -3
  42. tccli/services/essbasic/v20210526/api.json +27 -1
  43. tccli/services/ocr/v20181119/api.json +4 -2
  44. tccli/services/postgres/v20170312/api.json +2 -31
  45. tccli/services/postgres/v20170312/examples.json +2 -2
  46. tccli/services/sqlserver/v20180328/api.json +72 -15
  47. tccli/services/sqlserver/v20180328/examples.json +3 -3
  48. tccli/services/tbaas/tbaas_client.py +4 -322
  49. tccli/services/tbaas/v20180416/api.json +108 -810
  50. tccli/services/tbaas/v20180416/examples.json +0 -48
  51. tccli/services/tbp/v20190311/api.json +10 -10
  52. tccli/services/tdid/tdid_client.py +67 -1551
  53. tccli/services/tdid/v20210519/api.json +331 -3504
  54. tccli/services/tdid/v20210519/examples.json +0 -224
  55. tccli/services/tdmq/v20200217/api.json +2 -19
  56. tccli/services/tdmq/v20200217/examples.json +2 -2
  57. tccli/services/tione/v20211111/api.json +24 -2
  58. tccli/services/tke/v20180525/api.json +4 -6
  59. tccli/services/tke/v20180525/examples.json +2 -2
  60. tccli/services/trp/v20210515/api.json +285 -113
  61. tccli/services/trp/v20210515/examples.json +6 -6
  62. tccli/services/vod/v20180717/api.json +1346 -2
  63. tccli/services/vod/v20180717/examples.json +44 -4
  64. tccli/services/vod/vod_client.py +287 -22
  65. tccli/services/yinsuda/v20220527/api.json +159 -0
  66. tccli/services/yinsuda/v20220527/examples.json +14 -0
  67. tccli/services/yinsuda/yinsuda_client.py +53 -0
  68. {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/METADATA +2 -2
  69. {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/RECORD +72 -61
  70. {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/WHEEL +0 -0
  71. {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/entry_points.txt +0 -0
  72. {tccli-3.0.896.1.dist-info → tccli-3.0.898.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,14 +8,6 @@
8
8
  "title": "AddLabel"
9
9
  }
10
10
  ],
11
- "CancelAuthorityIssuer": [
12
- {
13
- "document": "撤消权威机构认证",
14
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelAuthorityIssuer\n<公共请求参数>\n\n{\n \"Did\": \"xx\"\n}",
15
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
16
- "title": "RecognizeAuthorityIssuer"
17
- }
18
- ],
19
11
  "CheckChain": [
20
12
  {
21
13
  "document": "",
@@ -24,14 +16,6 @@
24
16
  "title": "检查区块链信息"
25
17
  }
26
18
  ],
27
- "CheckDidDeploy": [
28
- {
29
- "document": "检查部署情况",
30
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckDidDeploy\n<公共请求参数>\n\n{\n \"TaskId\": 37\n}",
31
- "output": "{\n \"Response\": {\n \"Task\": {\n \"Id\": 37,\n \"AppId\": 251005746,\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 6,\n \"ServiceId\": 0,\n \"Status\": 0,\n \"ErrorCode\": \"\",\n \"ErrorMsg\": \"\",\n \"CreateTime\": \"2021-07-23 13:52:50\",\n \"UpdateTime\": \"2021-07-23 13:52:50\"\n },\n \"RequestId\": \"\"\n }\n}",
32
- "title": "CheckDidDeploy"
33
- }
34
- ],
35
19
  "CreateCredential": [
36
20
  {
37
21
  "document": "创建凭证",
@@ -40,22 +24,6 @@
40
24
  "title": "CreateCredential"
41
25
  }
42
26
  ],
43
- "CreateDidService": [
44
- {
45
- "document": "创建Did服务",
46
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDidService\n<公共请求参数>\n\n{\n \"AgencyName\": \"xx\",\n \"AppName\": \"xx\",\n \"ConsortiumName\": \"xx\",\n \"ClusterId\": \"xx\",\n \"GroupName\": \"xx\",\n \"ConsortiumId\": 617,\n \"GroupId\": 6\n}",
47
- "output": "{\n \"Response\": {\n \"Task\": {\n \"Id\": 37,\n \"AppId\": 251005746,\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 6,\n \"ServiceId\": 0,\n \"Status\": 0,\n \"ErrorCode\": \"\",\n \"ErrorMsg\": \"\",\n \"CreateTime\": \"2021-07-23 13:52:50\",\n \"UpdateTime\": \"2021-07-23 13:52:50\"\n },\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\"\n }\n}",
48
- "title": "CreateDidService"
49
- }
50
- ],
51
- "CreateLabel": [
52
- {
53
- "document": "新建标签",
54
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLabel\n<公共请求参数>\n\n{\n \"LabelName\": \"test1a152\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 1\n}",
55
- "output": "{\n \"Response\": {\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\"\n }\n}",
56
- "title": "CreateLabel"
57
- }
58
- ],
59
27
  "CreateSelectiveCredential": [
60
28
  {
61
29
  "document": "生成选择性批露凭证",
@@ -88,30 +56,6 @@
88
56
  "title": "CreateTDidByPublicKey"
89
57
  }
90
58
  ],
91
- "DeployByName": [
92
- {
93
- "document": "通过Name部署TDID合约",
94
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployByName\n<公共请求参数>\n\n{\n \"ApplicationName\": \"测试应用11\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 1\n}",
95
- "output": "{\n \"Response\": {\n \"Hash\": \"0x1c0eb253d21cbe557573e6deba44a07acedfc16176f72c9a9c3f016e517c6e4b\",\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\"\n }\n}",
96
- "title": "DeployByName"
97
- }
98
- ],
99
- "DownCpt": [
100
- {
101
- "document": "凭证模版下载",
102
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DownCpt\n<公共请求参数>\n\n{\n \"CptIndex\": 32\n}",
103
- "output": "{\n \"Response\": {\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\"\n }\n}",
104
- "title": "DownCpt"
105
- }
106
- ],
107
- "EnableHash": [
108
- {
109
- "document": "启用合约",
110
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnableHash\n<公共请求参数>\n\n{\n \"Hash\": \"0x51c01ded73e0e319ae283d587a52af312e63892cd8cfaf645b7d8cf8a2b5ffd0\"\n}",
111
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
112
- "title": "EnableHash"
113
- }
114
- ],
115
59
  "GetAgencyTDid": [
116
60
  {
117
61
  "document": "",
@@ -120,14 +64,6 @@
120
64
  "title": "本机构DID详情"
121
65
  }
122
66
  ],
123
- "GetAuthoritiesList": [
124
- {
125
- "document": "权威机构列表",
126
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetAuthoritiesList\n<公共请求参数>\n\n{\n \"Did\": \"did:tdid:15:0xf1cefdd7991234c7a52d69225012ba0eaef7025d\",\n \"Status\": 1,\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
127
- "output": "{\n \"Response\": {\n \"ResultList\": [\n {\n \"Id\": 39,\n \"DidId\": 5721,\n \"Did\": \"did:tdid:15:0xf1cefdd7991234c7a52d69225012ba0eaef7025d\",\n \"Name\": \"tencent\",\n \"Status\": 1,\n \"DidServiceId\": 25,\n \"ContractAppId\": 45,\n \"Remark\": \"tx\",\n \"RegisterTime\": \"2021-08-03 09:58:54\",\n \"RecognizeTime\": \"2021-08-03 15:36:06\",\n \"CreateTime\": \"2021-08-03 09:58:54\",\n \"UpdateTime\": \"2021-08-03 09:58:54\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 15,\n \"AppName\": \"xxxxx\",\n \"LabelName\": \"\"\n }\n ],\n \"AllCount\": 1,\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\"\n }\n}",
128
- "title": "GetAuthoritiesList"
129
- }
130
- ],
131
67
  "GetAuthorityIssuer": [
132
68
  {
133
69
  "document": "获取权威机构信息",
@@ -160,14 +96,6 @@
160
96
  "title": "GetCptInfo"
161
97
  }
162
98
  ],
163
- "GetCptList": [
164
- {
165
- "document": "凭证模版列表",
166
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetCptList\n<公共请求参数>\n\n{\n \"DisplayStart\": 0,\n \"DisplayLength\": 10,\n \"CptType\": 3\n}",
167
- "output": "{\n \"Response\": {\n \"CptDataList\": [\n {\n \"Id\": 2,\n \"Name\": \"\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 1,\n \"ServiceId\": 1,\n \"ContractAppId\": 5,\n \"CptId\": 3000009,\n \"CptType\": 3,\n \"Description\": \"\",\n \"CptJson\": \"{\\n \\\"cptType\\\": \\\"original\\\",\\n \\\"$schema\\\": \\\"http://json-schema.org/draft-04/schema#\\\",\\n \\\"description\\\": \\\"rtehreher\\\",\\n \\\"title\\\": \\\"fwwfwfw\\\",\\n \\\"type\\\": \\\"object\\\",\\n \\\"properties\\\": {\\n \\\"rtrey\\\": {\\n \\\"description\\\": \\\"wrwetwe\\\",\\n \\\"type\\\": \\\"string\\\"\\n },\\n\\\"age\\\": {\\n \\\"description\\\": \\\"the age of certificate owner\\\",\\n \\\"type\\\": \\\"number\\\"\\n }\\n },\\n \\\"required\\\": [\\n \\\"rtrey\\\",\\\"age\\\"\\n ]\\n}\",\n \"CreateTime\": \"2021-07-14 22:21:39\",\n \"UpdateTime\": \"2021-07-14 22:21:39\",\n \"CreatorDid\": \"did:tdid:1:0x3c4d1e80a1bb5a2558b50ca4b76b85c88bfbf472\",\n \"AppName\": \"tesaba4\"\n },\n {\n \"Id\": 3,\n \"Name\": \"test\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 1,\n \"ServiceId\": 1,\n \"ContractAppId\": 5,\n \"CptId\": 3000010,\n \"CptType\": 3,\n \"Description\": \"aaaaa\",\n \"CptJson\": \"{\\n \\\"cptType\\\": \\\"original\\\",\\n \\\"$schema\\\": \\\"http://json-schema.org/draft-04/schema#\\\",\\n \\\"description\\\": \\\"rtehreher\\\",\\n \\\"title\\\": \\\"fwwfwfw\\\",\\n \\\"type\\\": \\\"object\\\",\\n \\\"properties\\\": {\\n \\\"rtrey\\\": {\\n \\\"description\\\": \\\"wrwetwe\\\",\\n \\\"type\\\": \\\"string\\\"\\n },\\n\\\"age\\\": {\\n \\\"description\\\": \\\"the age of certificate owner\\\",\\n \\\"type\\\": \\\"number\\\"\\n }\\n },\\n \\\"required\\\": [\\n \\\"rtrey\\\",\\\"age\\\"\\n ]\\n}\",\n \"CreateTime\": \"2021-07-14 22:22:33\",\n \"UpdateTime\": \"2021-07-14 22:22:33\",\n \"CreatorDid\": \"did:tdid:1:0x3c4d1e80a1bb5a2558b50ca4b76b85c88bfbf472\",\n \"AppName\": \"tesaba4\"\n },\n {\n \"Id\": 4,\n \"Name\": \"test\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 1,\n \"ServiceId\": 1,\n \"ContractAppId\": 5,\n \"CptId\": 3000011,\n \"CptType\": 3,\n \"Description\": \"aaaaa\",\n \"CptJson\": \"{\\n \\\"cptType\\\": \\\"original\\\",\\n \\\"$schema\\\": \\\"http://json-schema.org/draft-04/schema#\\\",\\n \\\"description\\\": \\\"rtehreher\\\",\\n \\\"title\\\": \\\"fwwfwfw\\\",\\n \\\"type\\\": \\\"object\\\",\\n \\\"properties\\\": {\\n \\\"rtrey\\\": {\\n \\\"description\\\": \\\"wrwetwe\\\",\\n \\\"type\\\": \\\"string\\\"\\n },\\n\\\"age\\\": {\\n \\\"description\\\": \\\"the age of certificate owner\\\",\\n \\\"type\\\": \\\"number\\\"\\n }\\n },\\n \\\"required\\\": [\\n \\\"rtrey\\\",\\\"age\\\"\\n ]\\n}\",\n \"CreateTime\": \"2021-07-15 00:14:47\",\n \"UpdateTime\": \"2021-07-15 00:14:47\",\n \"CreatorDid\": \"did:tdid:1:0x3c4d1e80a1bb5a2558b50ca4b76b85c88bfbf472\",\n \"AppName\": \"tesaba4\"\n }\n ],\n \"AllCount\": 4,\n \"RequestId\": \"\"\n }\n}",
168
- "title": "GetCptList"
169
- }
170
- ],
171
99
  "GetCredentialCptRank": [
172
100
  {
173
101
  "document": "凭证颁发排行",
@@ -176,22 +104,6 @@
176
104
  "title": "CredentialIssueRank"
177
105
  }
178
106
  ],
179
- "GetCredentialIssueRank": [
180
- {
181
- "document": "凭证颁发排行",
182
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetCredentialIssueRank\n<公共请求参数>\n\n{\n \"StartTime\": \"2021-06-28\",\n \"EndTime\": \"2021-07-28\",\n \"ClusterId\": \"bcos-fmtkyt8xne\"\n}",
183
- "output": "{\n \"Response\": {\n \"RankIssueResult\": [\n {\n \"Count\": 1,\n \"ApplyId\": 1,\n \"ApplyName\": \"xx\",\n \"CptName\": \"xx\",\n \"Rank\": 1\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
184
- "title": "CredentialIssueRank"
185
- }
186
- ],
187
- "GetCredentialIssueTrend": [
188
- {
189
- "document": "凭证颁发趋势",
190
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetCredentialIssueTrend\n<公共请求参数>\n\n{\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"StartTime\": \"2021-07-15\",\n \"EndTime\": \"2021-07-28\"\n}",
191
- "output": "{\n \"Response\": {\n \"Trend\": [\n {\n \"Time\": \"2021-07-15\",\n \"Count\": 0\n },\n {\n \"Time\": \"2021-07-16\",\n \"Count\": 0\n },\n {\n \"Time\": \"2021-07-17\",\n \"Count\": 0\n },\n {\n \"Time\": \"2021-07-18\",\n \"Count\": 0\n },\n {\n \"Time\": \"2021-07-19\",\n \"Count\": 0\n },\n {\n \"Time\": \"2021-07-20\",\n \"Count\": 1\n },\n {\n \"Time\": \"2021-07-21\",\n \"Count\": 0\n },\n {\n \"Time\": \"2021-07-22\",\n \"Count\": 0\n },\n {\n \"Time\": \"2021-07-23\",\n \"Count\": 0\n },\n {\n \"Time\": \"2021-07-24\",\n \"Count\": 0\n },\n {\n \"Time\": \"2021-07-25\",\n \"Count\": 0\n },\n {\n \"Time\": \"2021-07-26\",\n \"Count\": 0\n },\n {\n \"Time\": \"2021-07-27\",\n \"Count\": 0\n }\n ],\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\"\n }\n}",
192
- "title": "CredentialIssueTrend"
193
- }
194
- ],
195
107
  "GetCredentialStatus": [
196
108
  {
197
109
  "document": "新建标签",
@@ -200,30 +112,6 @@
200
112
  "title": "CreateLabel"
201
113
  }
202
114
  ],
203
- "GetDataPanel": [
204
- {
205
- "document": "概览",
206
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDataPanel\n<公共请求参数>\n\n{\n \"ClusterId\": \"1\"\n}",
207
- "output": "{\n \"Response\": {\n \"BlockNetworkCount\": 1,\n \"BlockNetworkName\": \"name\",\n \"BlockHeight\": 1,\n \"BlockNetworkType\": 1,\n \"DidCount\": 15,\n \"CptCount\": 10,\n \"CertificatedAuthCount\": 1,\n \"IssueCptCount\": 1,\n \"NewDidCount\": 15,\n \"BcosCount\": 10,\n \"FabricCount\": 1,\n \"ChainMakerCount\": 1,\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
208
- "title": "GetDataPanel"
209
- }
210
- ],
211
- "GetDeployInfo": [
212
- {
213
- "document": "合约部署详情",
214
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDeployInfo\n<公共请求参数>\n\n{\n \"Hash\": \"0x51c01ded73e0e319ae283d587a52af312e63892cd8cfaf645b7d8cf8a2b5ffd0\"\n}",
215
- "output": "{\n \"Response\": {\n \"SdkVersion\": \"xx\",\n \"CptAddress\": \"xx\",\n \"Hash\": \"xx\",\n \"BlockVersion\": \"xx\",\n \"ContractVersion\": \"xx\",\n \"EvidenceAddress\": \"xx\",\n \"AuthorityAddress\": \"xx\",\n \"ChainId\": \"xx\",\n \"RequestId\": \"xx\",\n \"SpecificAddress\": \"xx\",\n \"DeployDid\": \"xx\",\n \"DidAddress\": \"xx\",\n \"GroupId\": \"xx\",\n \"BlockIp\": \"xx\"\n }\n}",
216
- "title": "GetDeployInfo"
217
- }
218
- ],
219
- "GetDeployList": [
220
- {
221
- "document": "合约部署列表",
222
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDeployList\n<公共请求参数>\n\n{\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 1,\n \"DisplayStart\": 0,\n \"DisplayLength\": 10\n}",
223
- "output": "{\n \"Response\": {\n \"AllCount\": 3,\n \"Result\": [\n {\n \"ApplyName\": \"学历证书\",\n \"Enable\": false,\n \"Hash\": \"0x3aa0ef15707202a4e26120297972127487cc59f45f9bc63213e092c5c9051372\",\n \"HashShow\": \"0x3aa0...051372\",\n \"WeId\": \"0x47088e867502ddcd735d7ec96230c2c2c2d7e95f\",\n \"DeployName\": \"\",\n \"GroupId\": \"group-1\",\n \"CreateTime\": \"2021-07-14 20:32:09\"\n },\n {\n \"ApplyName\": \"tesaba4\",\n \"Enable\": false,\n \"Hash\": \"0x7a9044fcbc36eb7a7237347157aef06c732099bad603c46c06225a5a99806cb5\",\n \"HashShow\": \"0x7a90...806cb5\",\n \"WeId\": \"0x47088e867502ddcd735d7ec96230c2c2c2d7e95f\",\n \"DeployName\": \"\",\n \"GroupId\": \"group-1\",\n \"CreateTime\": \"2021-07-06 20:01:46\"\n }\n ],\n \"RequestId\": \"b5f50310-3c85-4c48-967b-e1b1043c420a\"\n }\n}",
224
- "title": "GetDeployList"
225
- }
226
- ],
227
115
  "GetDidClusterDetail": [
228
116
  {
229
117
  "document": "网络基本信息",
@@ -240,14 +128,6 @@
240
128
  "title": "ClusterName"
241
129
  }
242
130
  ],
243
- "GetDidDetail": [
244
- {
245
- "document": "DID详情",
246
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDidDetail\n<公共请求参数>\n\n{\n \"Did\": \"xx\"\n}",
247
- "output": "{\n \"Response\": {\n \"Did\": \"did:weid:1:0xc89a0423e25bea56c9f3c33098a41b100795946b\",\n \"Remark\": \"\",\n \"PublicKey\": \"6584791555786563316509885238222269581668944990935472251441138953175584477704980511086954755594925031757290408838181535373243875909851103030607080357950575\",\n \"AuthorityState\": 0,\n \"ConsortiumId\": 617,\n \"ConsortiumName\": \"bigbang\",\n \"GroupId\": 1,\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"ResChainId\": \"1tbaas-k0j8i7lqc4\",\n \"CreateTime\": \"2021-06-29 16:27:26\",\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\"\n }\n}",
248
- "title": "GetDidInfo"
249
- }
250
- ],
251
131
  "GetDidDocument": [
252
132
  {
253
133
  "document": "查看DID文档",
@@ -256,94 +136,6 @@
256
136
  "title": "GetDidDocument"
257
137
  }
258
138
  ],
259
- "GetDidList": [
260
- {
261
- "document": "DID列表",
262
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDidList\n<公共请求参数>\n\n{\n \"Did\": \"did:tdid:bcos558:0x046553b6d60dde4255e406117c57c031878337bb\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 13,\n \"PageSize\": 10,\n \"PageNumber\": 1\n}",
263
- "output": "{\n \"Response\": {\n \"DataList\": [\n {\n \"ServiceId\": 51,\n \"GroupId\": 13,\n \"AppName\": \"测试\",\n \"Did\": \"did:tdid:bcos558:0x046553b6d60dde4255e406117c57c031878337bb\",\n \"Remark\": \"\",\n \"AuthorityState\": 0,\n \"LabelName\": \"\",\n \"CreatedAt\": \"2021-07-24 09:04:05\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"AllianceName\": \"bigbang\",\n \"LabelId\": 0\n }\n ],\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\",\n \"AllCount\": 1\n }\n}",
264
- "title": "GetDidList"
265
- }
266
- ],
267
- "GetDidRegisterTrend": [
268
- {
269
- "document": "DID注册量趋势接口",
270
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDidRegisterTrend\n<公共请求参数>\n\n{\n \"EndTime\": \"xx\",\n \"ClusterId\": \"xx\",\n \"StartTime\": \"xx\"\n}",
271
- "output": "{\n \"Response\": {\n \"Trend\": [\n {\n \"Time\": \"2021-04-23\",\n \"Count\": 50\n },\n {\n \"Time\": \"2021-04-24\",\n \"Count\": 20\n }\n ],\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
272
- "title": "DidCreateTrend"
273
- }
274
- ],
275
- "GetDidServiceDetail": [
276
- {
277
- "document": "网络基本信息",
278
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDidServiceDetail\n<公共请求参数>\n\n{\n \"ServiceId\": 1\n}",
279
- "output": "{\n \"Response\": {\n \"DidService\": {\n \"Id\": 1,\n \"Appid\": 251005745,\n \"Uin\": \"1298334110\",\n \"ConsortiumId\": 617,\n \"ConsortiumName\": \"bigbang\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 1,\n \"ChainId\": \"\",\n \"RoleType\": 0,\n \"AgencyDid\": \"did:tdid:1:0x3c4d1e80a1bb5a2558b50ca4b76b85c88bfbf472\",\n \"CreateOrg\": \"test\",\n \"Endpoint\": \"http://127.0.0.1:6001\",\n \"CreateTime\": \"2021-07-12T21:27:23+08:00\",\n \"UpdateTime\": \"2021-07-12T21:27:23+08:00\"\n },\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\"\n }\n}",
280
- "title": "ClusterName"
281
- }
282
- ],
283
- "GetDidServiceList": [
284
- {
285
- "document": "网络基本信息",
286
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDidServiceList\n<公共请求参数>\n\n{\n \"Type\": 1\n}",
287
- "output": "{\n \"Response\": {\n \"DidServiceList\": [\n {\n \"Id\": 1,\n \"Appid\": 251005745,\n \"Uin\": \"1298334110\",\n \"ConsortiumId\": 617,\n \"ConsortiumName\": \"bigbang\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 1,\n \"ChainId\": \"\",\n \"RoleType\": 0,\n \"AgencyDid\": \"did:tdid:1:0x3c4d1e80a1bb5a2558b50ca4b76b85c88bfbf472\",\n \"CreateOrg\": \"test\",\n \"Endpoint\": \"http://127.0.0.1:6001\",\n \"CreateTime\": \"2021-07-12T21:27:23+08:00\",\n \"UpdateTime\": \"2021-07-12T21:27:23+08:00\"\n }\n ],\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\"\n }\n}",
288
- "title": "ClusterName"
289
- }
290
- ],
291
- "GetGroupList": [
292
- {
293
- "document": "配置主群组",
294
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetGroupList\n<公共请求参数>\n\n{\n \"Status\": 0,\n \"ClusterId\": \"bcos-fmtkyt8xne\"\n}",
295
- "output": "{\n \"Response\": {\n \"Result\": [\n {\n \"GroupId\": 2,\n \"NodeCount\": 4,\n \"NodeCountOfAgency\": 4,\n \"Description\": \"qtadescriptionjkbdcqzgwohei\"\n },\n {\n \"GroupId\": 3,\n \"NodeCount\": 4,\n \"NodeCountOfAgency\": 4,\n \"Description\": \"qtadescriptionzmphidguskafr\"\n },\n {\n \"GroupId\": 4,\n \"NodeCount\": 4,\n \"NodeCountOfAgency\": 4,\n \"Description\": \"qtadescriptiononjygtkmhlcqp\"\n },\n {\n \"GroupId\": 5,\n \"NodeCount\": 4,\n \"NodeCountOfAgency\": 4,\n \"Description\": \"qtadescriptionxhprqfmuvtyod\"\n },\n {\n \"GroupId\": 6,\n \"NodeCount\": 6,\n \"NodeCountOfAgency\": 5,\n \"Description\": \"qtaaas\"\n },\n {\n \"GroupId\": 7,\n \"NodeCount\": 5,\n \"NodeCountOfAgency\": 5,\n \"Description\": \"1111\"\n },\n {\n \"GroupId\": 8,\n \"NodeCount\": 5,\n \"NodeCountOfAgency\": 5,\n \"Description\": \"测试\"\n },\n {\n \"GroupId\": 9,\n \"NodeCount\": 5,\n \"NodeCountOfAgency\": 5,\n \"Description\": \"test\"\n },\n {\n \"GroupId\": 10,\n \"NodeCount\": 5,\n \"NodeCountOfAgency\": 4,\n \"Description\": \"xxxx\"\n }\n ],\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\"\n }\n}",
296
- "title": "SetGroupId"
297
- }
298
- ],
299
- "GetLabelList": [
300
- {
301
- "document": "获取标签列表",
302
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetLabelList\n<公共请求参数>\n\n{\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 15,\n \"PageSize\": 5,\n \"PageNumber\": 1\n}",
303
- "output": "{\n \"Response\": {\n \"Result\": [\n {\n \"LabelId\": \"122\",\n \"LabelName\": \"laker\",\n \"DidCount\": 0,\n \"Did\": \"did:tdid:15:0x2edb0bd3182de505bdc757b0a597a0759b6580ce\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 15,\n \"CreateTime\": \"2021-08-03 11:26:12\"\n },\n {\n \"LabelId\": \"122\",\n \"LabelName\": \"laker\",\n \"DidCount\": 0,\n \"Did\": \"did:tdid:15:0x2edb0bd3182de505bdc757b0a597a0759b6580ce\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 15,\n \"CreateTime\": \"2021-08-03 11:26:12\"\n },\n {\n \"LabelId\": \"116\",\n \"LabelName\": \"xxx\",\n \"DidCount\": 3,\n \"Did\": \"did:tdid:15:0x2edb0bd3182de505bdc757b0a597a0759b6580ce\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 15,\n \"CreateTime\": \"2021-07-28 15:47:22\"\n },\n {\n \"LabelId\": \"116\",\n \"LabelName\": \"xxx\",\n \"DidCount\": 3,\n \"Did\": \"did:tdid:15:0x2edb0bd3182de505bdc757b0a597a0759b6580ce\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 15,\n \"CreateTime\": \"2021-07-28 15:47:22\"\n },\n {\n \"LabelId\": \"88\",\n \"LabelName\": \"aaa\",\n \"DidCount\": 1,\n \"Did\": \"did:tdid:15:0x2edb0bd3182de505bdc757b0a597a0759b6580ce\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 15,\n \"CreateTime\": \"2021-07-26 10:19:19\"\n }\n ],\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\",\n \"TotalCount\": 20\n }\n}",
304
- "title": "GetLabelList"
305
- }
306
- ],
307
- "GetPolicyList": [
308
- {
309
- "document": "披露策略Policy管理列表",
310
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetPolicyList\n<公共请求参数>\n\n{\n \"DisplayStart\": 0,\n \"DisplayLength\": 10\n}",
311
- "output": "{\n \"Response\": {\n \"PolicyDataList\": [\n {\n \"Id\": 39,\n \"Name\": \"\",\n \"ClusterId\": \"bcos-fmtkyt8xne\",\n \"GroupId\": 1,\n \"ServiceId\": 0,\n \"ContractAppId\": 5,\n \"PolicyId\": 2000047,\n \"CptId\": 3000007,\n \"PolicyJson\": \"{\\\"cptType\\\": \\\"original\\\",\\\"$schema\\\": \\\"http://json-schema.org/draft-04/schema#\\\",\\\"description\\\": \\\"rtehreher\\\",\\\"title\\\": \\\"fwwfwfw\\\",\\\"type\\\": \\\"object\\\",\\\"properties\\\": {\\\"rtrey\\\": { \\\"description\\\": \\\"wrwetwe\\\",\\\"type\\\": \\\"string\\\" },\\\"age\\\": { \\\"description\\\": \\\"the age of certificate owner\\\", \\\"type\\\": \\\"number\\\" } }, \\\"required\\\": [ \\\"rtrey\\\",\\\"age\\\" ]}\",\n \"CreateTime\": \"2021-07-19 10:24:19\",\n \"UpdateTime\": \"2021-07-19 10:24:19\",\n \"CreatorDid\": \"did:tdid:1:0x3c4d1e80a1bb5a2558b50ca4b76b85c88bfbf472\",\n \"AppName\": \"tesaba4\"\n }\n ],\n \"AllCount\": 39,\n \"RequestId\": \"b447f3a7-8c7c-4550-bbd8-ba47a7255768\"\n }\n}",
312
- "title": "GetPolicyList"
313
- }
314
- ],
315
- "GetPublicKey": [
316
- {
317
- "document": "查看公钥",
318
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetPublicKey\n<公共请求参数>\n\n{\n \"Did\": \"xx\"\n}",
319
- "output": "{\n \"Response\": {\n \"Did\": \"xx\",\n \"PublicKey\": \"xx\",\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
320
- "title": "GetPublicKey"
321
- }
322
- ],
323
- "QueryPolicy": [
324
- {
325
- "document": "披露策略Policy查看",
326
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryPolicy\n<公共请求参数>\n\n{\n \"PolicyIndex\": 37\n}",
327
- "output": "{\n \"Response\": {\n \"RequestId\": \"41a9acae-cef4-4949-b144-48c65ad5e425\",\n \"Id\": 37,\n \"PolicyId\": 2000045,\n \"CptId\": 21414450,\n \"PolicyData\": \"{\\n \\\"cptId\\\": 1,\\n \\\"gender\\\": 0,\\n \\\"tags\\\": 0,\\n \\\"userId\\\": 0,\\n \\\"userName\\\": 0\\n}\"\n }\n}",
328
- "title": "QueryPolicy"
329
- }
330
- ],
331
- "RecognizeAuthorityIssuer": [
332
- {
333
- "document": "认证权威机构",
334
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeAuthorityIssuer\n<公共请求参数>\n\n{\n \"Did\": \"xx\"\n}",
335
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
336
- "title": "RecognizeAuthorityIssuer"
337
- }
338
- ],
339
- "RegisterClaimPolicy": [
340
- {
341
- "document": "披露策略Policy注册",
342
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterClaimPolicy\n<公共请求参数>\n\n{\n \"CptIndex\": 48,\n \"Policy\": \"{\\n \\\"cptId\\\": 1,\\n \\\"gender\\\": 0,\\n \\\"age\\\": 1,\\n \\\"userId\\\": 0,\\n \\\"userName\\\": 0\\n}\"\n}",
343
- "output": "{\n \"Response\": {\n \"Id\": 39,\n \"PolicyId\": 2000047,\n \"RequestId\": \"xx\"\n }\n}",
344
- "title": "RegisterClaimPolicy"
345
- }
346
- ],
347
139
  "RegisterCpt": [
348
140
  {
349
141
  "document": "凭证模版新建",
@@ -352,22 +144,6 @@
352
144
  "title": "RegisterCpt"
353
145
  }
354
146
  ],
355
- "RegisterIssuer": [
356
- {
357
- "document": "注册为权威机构",
358
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterIssuer\n<公共请求参数>\n\n{\n \"Did\": \"did:tdid:1:0xa75368ab6ab9cb6d01e81d22155279ee4eca3f4d\",\n \"Name\": \"aaa\",\n \"Description\": \"mark一下\"\n}",
359
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
360
- "title": "RegisterIssuer"
361
- }
362
- ],
363
- "RemoveHash": [
364
- {
365
- "document": "删除合约",
366
- "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveHash\n<公共请求参数>\n\n{\n \"Hash\": \"0x51c01ded73e0e319ae283d587a52af312e63892cd8cfaf645b7d8cf8a2b5ffd0\"\n}",
367
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
368
- "title": "RemoveHash"
369
- }
370
- ],
371
147
  "SetCredentialStatus": [
372
148
  {
373
149
  "document": "新建标签",
@@ -3386,9 +3386,8 @@
3386
3386
  "document": "CreateCmqQueue请求参数结构体",
3387
3387
  "members": [
3388
3388
  {
3389
- "default": "",
3390
3389
  "disabled": false,
3391
- "document": "队列名字,在单个地域同一帐号下唯一。队列名称是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。",
3390
+ "document": "队列名字,在单个地域同一账号下唯一。队列名称是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。",
3392
3391
  "example": "test",
3393
3392
  "member": "string",
3394
3393
  "name": "QueueName",
@@ -3396,7 +3395,6 @@
3396
3395
  "type": "string"
3397
3396
  },
3398
3397
  {
3399
- "default": "",
3400
3398
  "disabled": false,
3401
3399
  "document": "最大堆积消息数。取值范围在公测期间为 1,000,000 - 10,000,000,正式上线后范围可达到 1000,000-1000,000,000。默认取值在公测期间为 10,000,000,正式上线后为 100,000,000。",
3402
3400
  "example": "0",
@@ -3406,7 +3404,6 @@
3406
3404
  "type": "int"
3407
3405
  },
3408
3406
  {
3409
- "default": "",
3410
3407
  "disabled": false,
3411
3408
  "document": "消息接收长轮询等待时间。取值范围 0-30 秒,默认值 0。",
3412
3409
  "example": "0",
@@ -3416,7 +3413,6 @@
3416
3413
  "type": "int"
3417
3414
  },
3418
3415
  {
3419
- "default": "",
3420
3416
  "disabled": false,
3421
3417
  "document": "消息可见性超时。取值范围 1-43200 秒(即12小时内),默认值 30。",
3422
3418
  "example": "0",
@@ -3426,7 +3422,6 @@
3426
3422
  "type": "int"
3427
3423
  },
3428
3424
  {
3429
- "default": "",
3430
3425
  "disabled": false,
3431
3426
  "document": "消息最大长度。取值范围 1024-65536 Byte(即1-64K),默认值 65536。",
3432
3427
  "example": "0",
@@ -3436,7 +3431,6 @@
3436
3431
  "type": "int"
3437
3432
  },
3438
3433
  {
3439
- "default": "",
3440
3434
  "disabled": false,
3441
3435
  "document": "消息最长未确认时间。取值范围 30-43200 秒(30秒~12小时),默认值 3600 (1 小时)。",
3442
3436
  "example": "0",
@@ -3446,7 +3440,6 @@
3446
3440
  "type": "int"
3447
3441
  },
3448
3442
  {
3449
- "default": "",
3450
3443
  "disabled": false,
3451
3444
  "document": "队列是否开启回溯消息能力,该参数取值范围0-1296000,0表示不开启。",
3452
3445
  "example": "0",
@@ -3456,7 +3449,6 @@
3456
3449
  "type": "int"
3457
3450
  },
3458
3451
  {
3459
- "default": "",
3460
3452
  "disabled": false,
3461
3453
  "document": "1 表示事务队列,0 表示普通队列",
3462
3454
  "example": "0",
@@ -3466,7 +3458,6 @@
3466
3458
  "type": "int"
3467
3459
  },
3468
3460
  {
3469
- "default": "",
3470
3461
  "disabled": false,
3471
3462
  "document": "第一次回查间隔",
3472
3463
  "example": "0",
@@ -3476,7 +3467,6 @@
3476
3467
  "type": "int"
3477
3468
  },
3478
3469
  {
3479
- "default": "",
3480
3470
  "disabled": false,
3481
3471
  "document": "最大回查次数",
3482
3472
  "example": "0",
@@ -3486,7 +3476,6 @@
3486
3476
  "type": "int"
3487
3477
  },
3488
3478
  {
3489
- "default": "",
3490
3479
  "disabled": false,
3491
3480
  "document": "死信队列名称",
3492
3481
  "example": "xxx",
@@ -3496,7 +3485,6 @@
3496
3485
  "type": "string"
3497
3486
  },
3498
3487
  {
3499
- "default": "",
3500
3488
  "disabled": false,
3501
3489
  "document": "死信策略。0为消息被多次消费未删除,1为Time-To-Live过期",
3502
3490
  "example": "0",
@@ -3506,7 +3494,6 @@
3506
3494
  "type": "int"
3507
3495
  },
3508
3496
  {
3509
- "default": "",
3510
3497
  "disabled": false,
3511
3498
  "document": "最大接收次数 1-1000",
3512
3499
  "example": "0",
@@ -3516,7 +3503,6 @@
3516
3503
  "type": "int"
3517
3504
  },
3518
3505
  {
3519
- "default": "",
3520
3506
  "disabled": false,
3521
3507
  "document": "policy为1时必选。最大未消费过期时间。范围300-43200,单位秒,需要小于消息最大保留时间msgRetentionSeconds",
3522
3508
  "example": "0",
@@ -3526,7 +3512,6 @@
3526
3512
  "type": "int"
3527
3513
  },
3528
3514
  {
3529
- "default": "",
3530
3515
  "disabled": false,
3531
3516
  "document": "是否开启消息轨迹追踪,当不设置字段时,默认为不开启,该字段为true表示开启,为false表示不开启",
3532
3517
  "example": "false",
@@ -3536,7 +3521,6 @@
3536
3521
  "type": "bool"
3537
3522
  },
3538
3523
  {
3539
- "default": "",
3540
3524
  "disabled": false,
3541
3525
  "document": "标签数组",
3542
3526
  "example": "无",
@@ -3546,7 +3530,6 @@
3546
3530
  "type": "list"
3547
3531
  },
3548
3532
  {
3549
- "default": "",
3550
3533
  "disabled": false,
3551
3534
  "document": "队列可回溯存储空间:若开启消息回溯,取值范围:10240MB - 512000MB,若不开启消息回溯,取值:0",
3552
3535
  "example": "0",
@@ -3567,7 +3550,7 @@
3567
3550
  "example": "queue-xxx",
3568
3551
  "member": "string",
3569
3552
  "name": "QueueId",
3570
- "required": true,
3553
+ "output_required": true,
3571
3554
  "type": "string",
3572
3555
  "value_allowed_null": false
3573
3556
  },
@@ -74,13 +74,13 @@
74
74
  ],
75
75
  "CreateCmqQueue": [
76
76
  {
77
- "document": "",
77
+ "document": "创建队列",
78
78
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCmqQueue\n<公共请求参数>\n\n{\n \"QueueName\": \"test\"\n}",
79
79
  "output": "{\n \"Response\": {\n \"QueueId\": \"queue-ges05csc\",\n \"RequestId\": \"3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc\"\n }\n}",
80
80
  "title": "创建队列"
81
81
  },
82
82
  {
83
- "document": "",
83
+ "document": "创建队列",
84
84
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCmqQueue\n<公共请求参数>\n\n{\n \"QueueName\": \"test789\"\n}",
85
85
  "output": "{\n \"Response\": {\n \"RequestId\": \"864b1295-ed7e-45ed-9602-be53ac23177b\",\n \"QueueId\": \"cmqq-rd42drdeaag9\"\n }\n}",
86
86
  "title": "示例"
@@ -1234,26 +1234,48 @@
1234
1234
  "document": "CFS存储的配置",
1235
1235
  "members": [
1236
1236
  {
1237
- "default": "",
1238
1237
  "disabled": false,
1239
1238
  "document": "cfs的实例的ID",
1240
1239
  "example": "cfs-myCfsId",
1241
1240
  "member": "string",
1242
1241
  "name": "Id",
1242
+ "output_required": true,
1243
1243
  "required": true,
1244
1244
  "type": "string",
1245
1245
  "value_allowed_null": false
1246
1246
  },
1247
1247
  {
1248
- "default": "",
1249
1248
  "disabled": false,
1250
1249
  "document": "存储的路径",
1251
1250
  "example": "/my/path",
1252
1251
  "member": "string",
1253
1252
  "name": "Path",
1253
+ "output_required": true,
1254
1254
  "required": true,
1255
1255
  "type": "string",
1256
1256
  "value_allowed_null": false
1257
+ },
1258
+ {
1259
+ "disabled": false,
1260
+ "document": "cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE\n注意:此字段可能返回 null,表示取不到有效值。",
1261
+ "example": "STORAGE",
1262
+ "member": "string",
1263
+ "name": "MountType",
1264
+ "output_required": true,
1265
+ "required": false,
1266
+ "type": "string",
1267
+ "value_allowed_null": true
1268
+ },
1269
+ {
1270
+ "disabled": false,
1271
+ "document": "协议 1: NFS, 2: TURBO\n注意:此字段可能返回 null,表示取不到有效值。",
1272
+ "example": "NFS",
1273
+ "member": "string",
1274
+ "name": "Protocol",
1275
+ "output_required": true,
1276
+ "required": false,
1277
+ "type": "string",
1278
+ "value_allowed_null": true
1257
1279
  }
1258
1280
  ],
1259
1281
  "usage": "both"
@@ -78,9 +78,9 @@
78
78
  "status": "online"
79
79
  },
80
80
  "CreateClusterEndpointVip": {
81
- "document": "创建托管集群外网访问端口(老的方式,仅支持托管集群外网端口)",
81
+ "document": "创建托管集群外网访问端口(不再维护,准备下线)请使用新接口:CreateClusterEndpoint",
82
82
  "input": "CreateClusterEndpointVipRequest",
83
- "name": "创建托管集群外网访问端口",
83
+ "name": "创建托管集群外网访问端口(不再维护,准备下线)",
84
84
  "output": "CreateClusterEndpointVipResponse",
85
85
  "status": "online"
86
86
  },
@@ -4455,7 +4455,7 @@
4455
4455
  },
4456
4456
  {
4457
4457
  "disabled": false,
4458
- "document": "创建lb参数,只有外网访问需要设置,是一个json格式化后的字符串:{\"InternetAccessible\":{\"InternetChargeType\":\"TRAFFIC_POSTPAID_BY_HOUR\",\"InternetMaxBandwidthOut\":\"200\"},\"VipIsp\":\"\",\"BandwidthPackageId\":\"\"}。\n各个参数意义:\nInternetAccessible.InternetChargeType含义:TRAFFIC_POSTPAID_BY_HOUR按流量按小时后计费;BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费;InternetAccessible.BANDWIDTH_PACKAGE 按带宽包计费。\nInternetMaxBandwidthOut含义:最大出带宽,单位Mbps,范围支持0到2048,默认值10。\nVipIsp含义:CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 DescribeSingleIsp 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。\nBandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式(InternetAccessible.InternetChargeType)只支持按带宽包计费(BANDWIDTH_PACKAGE。",
4458
+ "document": "创建lb参数,只有外网访问需要设置,是一个json格式化后的字符串:{\"InternetAccessible\":{\"InternetChargeType\":\"TRAFFIC_POSTPAID_BY_HOUR\",\"InternetMaxBandwidthOut\":200},\"VipIsp\":\"\",\"BandwidthPackageId\":\"\"}。\n各个参数意义:\nInternetAccessible.InternetChargeType含义:TRAFFIC_POSTPAID_BY_HOUR按流量按小时后计费;BANDWIDTH_POSTPAID_BY_HOUR 按带宽按小时后计费;InternetAccessible.BANDWIDTH_PACKAGE 按带宽包计费。\nInternetMaxBandwidthOut含义:最大出带宽,单位Mbps,范围支持0到2048,默认值10。\nVipIsp含义:CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 DescribeSingleIsp 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费BANDWIDTH_PACKAGE。\nBandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式InternetAccessible.InternetChargeType只支持按带宽包计费BANDWIDTH_PACKAGE。",
4459
4459
  "example": "无",
4460
4460
  "member": "string",
4461
4461
  "name": "ExtensiveParameters",
@@ -4481,7 +4481,6 @@
4481
4481
  "document": "CreateClusterEndpointVip请求参数结构体",
4482
4482
  "members": [
4483
4483
  {
4484
- "default": "",
4485
4484
  "disabled": false,
4486
4485
  "document": "集群ID",
4487
4486
  "example": "cls-xxxxxxxx",
@@ -4491,7 +4490,6 @@
4491
4490
  "type": "string"
4492
4491
  },
4493
4492
  {
4494
- "default": "",
4495
4493
  "disabled": false,
4496
4494
  "document": "安全策略放通单个IP或CIDR(例如: \"192.168.1.0/24\",默认为拒绝所有)",
4497
4495
  "example": "0.0.0.0/0",
@@ -4512,7 +4510,7 @@
4512
4510
  "example": "100000",
4513
4511
  "member": "int64",
4514
4512
  "name": "RequestFlowId",
4515
- "required": true,
4513
+ "output_required": true,
4516
4514
  "type": "int",
4517
4515
  "value_allowed_null": false
4518
4516
  },
@@ -96,8 +96,8 @@
96
96
  ],
97
97
  "CreateClusterEndpointVip": [
98
98
  {
99
- "document": "",
100
- "input": "https://tke.tencentcloudapi.com/?Action=CreateClusterEndpointVip\n&ClusterId=cls-xxxxxxxx\n&<公共请求参数>",
99
+ "document": "创建托管集群外网访问端口",
100
+ "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateClusterEndpointVip\n<公共请求参数>\n\n{\n \"ClusterId\": \"cls-xxxxxxxx\"\n}",
101
101
  "output": "{\n \"Response\": {\n \"RequestFlowId\": \"100000\",\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
102
102
  "title": "创建托管集群外网访问端口"
103
103
  }