tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/asr/v20190614/api.json +18 -18
  4. tccli/services/batch/v20170312/api.json +14 -14
  5. tccli/services/bh/bh_client.py +623 -93
  6. tccli/services/bh/v20230418/api.json +1054 -32
  7. tccli/services/bh/v20230418/examples.json +93 -1
  8. tccli/services/billing/billing_client.py +4 -57
  9. tccli/services/billing/v20180709/api.json +3 -305
  10. tccli/services/billing/v20180709/examples.json +2 -10
  11. tccli/services/bpaas/v20181217/api.json +56 -56
  12. tccli/services/cat/cat_client.py +61 -8
  13. tccli/services/cat/v20180409/api.json +115 -0
  14. tccli/services/cat/v20180409/examples.json +20 -0
  15. tccli/services/cbs/v20170312/api.json +9 -7
  16. tccli/services/cbs/v20170312/examples.json +2 -2
  17. tccli/services/ccc/ccc_client.py +216 -4
  18. tccli/services/ccc/v20200210/api.json +364 -6
  19. tccli/services/ccc/v20200210/examples.json +32 -0
  20. tccli/services/cdb/v20170320/api.json +23 -14
  21. tccli/services/cdb/v20170320/examples.json +3 -3
  22. tccli/services/cdc/cdc_client.py +173 -67
  23. tccli/services/cdc/v20201214/api.json +96 -0
  24. tccli/services/cdc/v20201214/examples.json +16 -0
  25. tccli/services/cdn/v20180606/api.json +365 -279
  26. tccli/services/cdwch/v20200915/api.json +21 -21
  27. tccli/services/cdwdoris/v20211228/api.json +21 -1
  28. tccli/services/cdwdoris/v20211228/examples.json +4 -4
  29. tccli/services/cdwpg/v20201230/api.json +375 -360
  30. tccli/services/cdwpg/v20201230/examples.json +1 -1
  31. tccli/services/cfw/cfw_client.py +53 -0
  32. tccli/services/cfw/v20190904/api.json +201 -5
  33. tccli/services/cfw/v20190904/examples.json +8 -0
  34. tccli/services/chc/chc_client.py +57 -4
  35. tccli/services/chc/v20230418/api.json +108 -1
  36. tccli/services/chc/v20230418/examples.json +8 -0
  37. tccli/services/ckafka/ckafka_client.py +408 -302
  38. tccli/services/ckafka/v20190819/api.json +197 -2
  39. tccli/services/ckafka/v20190819/examples.json +16 -0
  40. tccli/services/clb/v20180317/api.json +439 -379
  41. tccli/services/clb/v20180317/examples.json +7 -7
  42. tccli/services/cls/cls_client.py +53 -0
  43. tccli/services/cls/v20201016/api.json +86 -3
  44. tccli/services/cls/v20201016/examples.json +11 -3
  45. tccli/services/cvm/v20170312/api.json +165 -147
  46. tccli/services/cvm/v20170312/examples.json +6 -6
  47. tccli/services/cwp/v20180228/api.json +93 -14
  48. tccli/services/cwp/v20180228/examples.json +7 -7
  49. tccli/services/cynosdb/cynosdb_client.py +171 -12
  50. tccli/services/cynosdb/v20190107/api.json +252 -3
  51. tccli/services/cynosdb/v20190107/examples.json +24 -0
  52. tccli/services/dbbrain/dbbrain_client.py +57 -4
  53. tccli/services/dbbrain/v20210527/api.json +62 -0
  54. tccli/services/dbbrain/v20210527/examples.json +8 -0
  55. tccli/services/dc/v20180410/api.json +1 -1
  56. tccli/services/dlc/dlc_client.py +53 -0
  57. tccli/services/dlc/v20210125/api.json +816 -655
  58. tccli/services/dlc/v20210125/examples.json +73 -59
  59. tccli/services/dsgc/v20190723/api.json +18 -0
  60. tccli/services/dts/v20211206/api.json +4 -4
  61. tccli/services/dts/v20211206/examples.json +6 -0
  62. tccli/services/emr/emr_client.py +53 -0
  63. tccli/services/emr/v20190103/api.json +127 -0
  64. tccli/services/emr/v20190103/examples.json +8 -0
  65. tccli/services/es/es_client.py +686 -151
  66. tccli/services/es/v20180416/api.json +509 -436
  67. tccli/services/es/v20180416/examples.json +43 -49
  68. tccli/services/es/v20250101/api.json +1391 -0
  69. tccli/services/es/v20250101/examples.json +85 -0
  70. tccli/services/ess/ess_client.py +53 -0
  71. tccli/services/ess/v20201111/api.json +142 -21
  72. tccli/services/ess/v20201111/examples.json +14 -0
  73. tccli/services/essbasic/essbasic_client.py +53 -0
  74. tccli/services/essbasic/v20210526/api.json +112 -9
  75. tccli/services/essbasic/v20210526/examples.json +8 -0
  76. tccli/services/gaap/v20180529/api.json +321 -312
  77. tccli/services/gaap/v20180529/examples.json +2 -2
  78. tccli/services/gs/gs_client.py +538 -8
  79. tccli/services/gs/v20191118/api.json +947 -44
  80. tccli/services/gs/v20191118/examples.json +87 -1
  81. tccli/services/gwlb/v20240906/api.json +56 -37
  82. tccli/services/gwlb/v20240906/examples.json +11 -5
  83. tccli/services/hunyuan/hunyuan_client.py +175 -69
  84. tccli/services/hunyuan/v20230901/api.json +191 -1
  85. tccli/services/hunyuan/v20230901/examples.json +17 -1
  86. tccli/services/ioa/ioa_client.py +227 -15
  87. tccli/services/ioa/v20220601/api.json +479 -0
  88. tccli/services/ioa/v20220601/examples.json +44 -0
  89. tccli/services/iotexplorer/iotexplorer_client.py +322 -4
  90. tccli/services/iotexplorer/v20190423/api.json +865 -52
  91. tccli/services/iotexplorer/v20190423/examples.json +64 -16
  92. tccli/services/iotvideo/iotvideo_client.py +57 -4
  93. tccli/services/iotvideo/v20211125/api.json +146 -0
  94. tccli/services/iotvideo/v20211125/examples.json +8 -0
  95. tccli/services/iotvideoindustry/v20201201/api.json +1 -1
  96. tccli/services/kms/v20190118/api.json +38 -2
  97. tccli/services/lcic/v20220817/api.json +66 -1
  98. tccli/services/lcic/v20220817/examples.json +1 -1
  99. tccli/services/lighthouse/lighthouse_client.py +0 -106
  100. tccli/services/lighthouse/v20200324/api.json +11 -98
  101. tccli/services/lighthouse/v20200324/examples.json +0 -16
  102. tccli/services/live/v20180801/api.json +1 -1
  103. tccli/services/lke/v20231130/api.json +208 -10
  104. tccli/services/lke/v20231130/examples.json +10 -10
  105. tccli/services/lkeap/lkeap_client.py +53 -0
  106. tccli/services/lkeap/v20240522/api.json +48 -4
  107. tccli/services/lkeap/v20240522/examples.json +8 -0
  108. tccli/services/mna/mna_client.py +4 -163
  109. tccli/services/mna/v20210119/api.json +0 -524
  110. tccli/services/mna/v20210119/examples.json +0 -24
  111. tccli/services/monitor/monitor_client.py +114 -8
  112. tccli/services/monitor/v20180724/api.json +129 -18
  113. tccli/services/monitor/v20180724/examples.json +17 -1
  114. tccli/services/mps/v20190612/api.json +1223 -1031
  115. tccli/services/mps/v20190612/examples.json +1 -1
  116. tccli/services/nlp/v20190408/examples.json +1 -1
  117. tccli/services/oceanus/v20190422/api.json +12 -12
  118. tccli/services/oceanus/v20190422/examples.json +15 -3
  119. tccli/services/ocr/v20181119/api.json +13 -3
  120. tccli/services/postgres/v20170312/api.json +2 -2
  121. tccli/services/privatedns/v20201028/api.json +30 -11
  122. tccli/services/privatedns/v20201028/examples.json +10 -10
  123. tccli/services/rce/v20201103/api.json +3 -3
  124. tccli/services/ses/v20201002/api.json +10 -1
  125. tccli/services/smop/v20201203/api.json +2 -2
  126. tccli/services/sqlserver/v20180328/api.json +1 -1
  127. tccli/services/ssm/v20190923/api.json +27 -0
  128. tccli/services/sts/sts_client.py +53 -0
  129. tccli/services/sts/v20180813/api.json +101 -1
  130. tccli/services/sts/v20180813/examples.json +8 -0
  131. tccli/services/taf/taf_client.py +0 -53
  132. tccli/services/taf/v20200210/api.json +0 -138
  133. tccli/services/taf/v20200210/examples.json +0 -8
  134. tccli/services/tan/v20220420/api.json +2 -2
  135. tccli/services/tat/v20201028/api.json +2 -2
  136. tccli/services/tcb/v20180608/api.json +29 -1
  137. tccli/services/tcbr/v20220217/api.json +32 -0
  138. tccli/services/tccatalog/v20241024/api.json +1 -1
  139. tccli/services/tccatalog/v20241024/examples.json +1 -1
  140. tccli/services/tcr/v20190924/api.json +5 -5
  141. tccli/services/tcr/v20190924/examples.json +2 -2
  142. tccli/services/tcss/v20201101/api.json +84 -34
  143. tccli/services/tcss/v20201101/examples.json +2809 -0
  144. tccli/services/tdmq/v20200217/api.json +40 -0
  145. tccli/services/tdmq/v20200217/examples.json +1 -1
  146. tccli/services/tds/tds_client.py +53 -0
  147. tccli/services/tds/v20220801/api.json +265 -0
  148. tccli/services/tds/v20220801/examples.json +8 -0
  149. tccli/services/tem/v20210701/api.json +664 -575
  150. tccli/services/tem/v20210701/examples.json +2 -2
  151. tccli/services/teo/v20220901/api.json +236 -208
  152. tccli/services/teo/v20220901/examples.json +13 -13
  153. tccli/services/tione/tione_client.py +53 -0
  154. tccli/services/tione/v20211111/api.json +256 -0
  155. tccli/services/tione/v20211111/examples.json +8 -0
  156. tccli/services/tke/v20180525/api.json +1 -1
  157. tccli/services/trocket/trocket_client.py +489 -12
  158. tccli/services/trocket/v20230308/api.json +925 -146
  159. tccli/services/trocket/v20230308/examples.json +72 -0
  160. tccli/services/trtc/v20190722/api.json +13 -19
  161. tccli/services/trtc/v20190722/examples.json +8 -8
  162. tccli/services/tse/v20201207/api.json +1016 -995
  163. tccli/services/tse/v20201207/examples.json +2 -2
  164. tccli/services/tsf/v20180326/api.json +510 -465
  165. tccli/services/tsf/v20180326/examples.json +4 -4
  166. tccli/services/tts/v20190823/api.json +10 -10
  167. tccli/services/vclm/v20240523/api.json +2 -2
  168. tccli/services/vcube/v20220410/api.json +10 -0
  169. tccli/services/vdb/v20230616/api.json +10 -0
  170. tccli/services/vdb/v20230616/examples.json +1 -1
  171. tccli/services/vpc/v20170312/api.json +824 -254
  172. tccli/services/vpc/v20170312/examples.json +66 -10
  173. tccli/services/vpc/vpc_client.py +383 -12
  174. tccli/services/vrs/v20200824/api.json +9 -0
  175. tccli/services/waf/v20180125/api.json +8113 -5814
  176. tccli/services/waf/v20180125/examples.json +90 -0
  177. tccli/services/waf/waf_client.py +559 -82
  178. tccli/services/wedata/v20210820/api.json +1379 -24
  179. tccli/services/wedata/v20210820/examples.json +25 -1
  180. tccli/services/wedata/wedata_client.py +171 -12
  181. tccli/services/weilingwith/v20230427/api.json +1 -1
  182. tccli/services/weilingwith/v20230427/examples.json +3 -3
  183. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
  184. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
  185. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
  186. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
  187. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -48,6 +48,14 @@
48
48
  "title": "修改资产绑定的堡垒机服务"
49
49
  }
50
50
  ],
51
+ "CreateAccessWhiteListRule": [
52
+ {
53
+ "document": "新建访问白名单规则",
54
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccessWhiteListRule\n<公共请求参数>\n\n{\n \"Source\": \"10.10.10.1\",\n \"Remark\": \"规则1\"\n}",
55
+ "output": "{\n \"Response\": {\n \"Id\": 1,\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
56
+ "title": "新建访问白名单规则"
57
+ }
58
+ ],
51
59
  "CreateAcl": [
52
60
  {
53
61
  "document": "新建访问权限",
@@ -96,6 +104,20 @@
96
104
  "title": "新建资产组"
97
105
  }
98
106
  ],
107
+ "CreateOperationTask": [
108
+ {
109
+ "document": "",
110
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOperationTask\n<公共请求参数>\n\n{\n \"Name\": \"周期运维任务\",\n \"Type\": 2,\n \"Period\": 1,\n \"FirstTime\": \"2025-03-25T08:00:01+08:00\",\n \"Account\": \"root\",\n \"Timeout\": 5,\n \"Script\": \"ls\",\n \"Encoding\": 1,\n \"DeviceIdSet\": [\n 34,\n 56\n ]\n}",
111
+ "output": "{\n \"Response\": {\n \"TaskId\": 10,\n \"RequestId\": \"31js-hapqhxmaj-h12knsk2weq\"\n }\n}",
112
+ "title": "创建周期性运维任务"
113
+ },
114
+ {
115
+ "document": "",
116
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOperationTask\n<公共请求参数>\n\n{\n \"Name\": \"运维任务\",\n \"Type\": 1,\n \"Account\": \"root\",\n \"Timeout\": 5,\n \"Script\": \"ls -al\",\n \"Encoding\": 0,\n \"DeviceIdSet\": [\n 44,\n 66\n ]\n}",
117
+ "output": "{\n \"Response\": {\n \"TaskId\": 11,\n \"RequestId\": \"31sfasw-ewffq-wesvfxvd\"\n }\n}",
118
+ "title": "创建运维任务"
119
+ }
120
+ ],
99
121
  "CreateResource": [
100
122
  {
101
123
  "document": "",
@@ -107,7 +129,7 @@
107
129
  "CreateUser": [
108
130
  {
109
131
  "document": "新建用户",
110
- "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUser\n<公共请求参数>\n\n{\n \"UserName\": \"zhangsan\",\n \"ValidateTo\": \"2020-09-22T00:00:00+00:00\",\n \"RealName\": \"张三\",\n \"GroupIdSet\": [\n 1,\n 1,\n 1\n ],\n \"Phone\": \"138*****\",\n \"ValidateFrom\": \"2020-09-22T00:00:00+00:00\",\n \"Email\": \"167****@qq.com\",\n \"AuthType\": 1\n}",
132
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUser\n<公共请求参数>\n\n{\n \"UserName\": \"zhangsan\",\n \"ValidateTo\": \"2020-09-22T00:00:00+00:00\",\n \"RealName\": \"张三\",\n \"GroupIdSet\": [\n 1,\n 1,\n 1\n ],\n \"Phone\": \"86|138*****\",\n \"ValidateFrom\": \"2020-09-22T00:00:00+00:00\",\n \"Email\": \"167****@qq.com\",\n \"AuthType\": 1\n}",
111
133
  "output": "{\n \"Response\": {\n \"Id\": 1,\n \"RequestId\": \"dfac9070-8b23-499e-83b2-a50e3ca059af\"\n }\n}",
112
134
  "title": "新建用户"
113
135
  }
@@ -120,6 +142,14 @@
120
142
  "title": "新建用户组"
121
143
  }
122
144
  ],
145
+ "DeleteAccessWhiteListRules": [
146
+ {
147
+ "document": "删除访问白名单规则",
148
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAccessWhiteListRules\n<公共请求参数>\n\n{\n \"IdSet\": [\n 1\n ]\n}",
149
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
150
+ "title": "删除访问白名单规则"
151
+ }
152
+ ],
123
153
  "DeleteAcls": [
124
154
  {
125
155
  "document": "",
@@ -176,6 +206,14 @@
176
206
  "title": "删除主机"
177
207
  }
178
208
  ],
209
+ "DeleteOperationTasks": [
210
+ {
211
+ "document": "",
212
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteOperationTasks\n<公共请求参数>\n\n{\n \"IdSet\": [\n 10,\n 11\n ]\n}",
213
+ "output": "{\n \"Response\": {\n \"RequestId\": \"31js23w-wreqrw-23wlss-21qde\"\n }\n}",
214
+ "title": "删除运维任务示例"
215
+ }
216
+ ],
179
217
  "DeleteUserGroupMembers": [
180
218
  {
181
219
  "document": "删除用户组成员",
@@ -208,6 +246,20 @@
208
246
  "title": "开通服务"
209
247
  }
210
248
  ],
249
+ "DescribeAccessWhiteListRules": [
250
+ {
251
+ "document": "查询用户组列表,放开全部来源IP",
252
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessWhiteListRules\n<公共请求参数>\n\n{}",
253
+ "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"AccessWhiteListRuleSet\": [],\n \"RequestId\": \"b8ebf0b3-ecf5-49bf-9f9d-86341c4072f1\",\n \"AllowAny\": true,\n \"AllowAuto\": false\n }\n}",
254
+ "title": "查询用户组列表,放开全部来源IP"
255
+ },
256
+ {
257
+ "document": "查询用户组列表,未放开全部来源IP且开启自动添加IP",
258
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessWhiteListRules\n<公共请求参数>\n\n{}",
259
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AccessWhiteListRuleSet\": [\n {\n \"Source\": \"127.0.0.1\",\n \"Remark\": \"\",\n \"Id\": 1,\n \"ModifyTime\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"RequestId\": \"b8ebf0b3-ecf5-49bf-9f9d-86341c4072f1\",\n \"AllowAny\": false,\n \"AllowAuto\": true\n }\n}",
260
+ "title": "查询用户组列表,未放开全部来源IP"
261
+ }
262
+ ],
211
263
  "DescribeAcls": [
212
264
  {
213
265
  "document": "",
@@ -316,6 +368,14 @@
316
368
  "title": "查询操作日志列表"
317
369
  }
318
370
  ],
371
+ "DescribeOperationTask": [
372
+ {
373
+ "document": "",
374
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOperationTask\n<公共请求参数>\n\n{\n \"Name\": \"周期运维任务\",\n \"Type\": 2,\n \"Limit\": 20,\n \"Offset\": 0\n}",
375
+ "output": "{\n \"Response\": {\n \"RequestId\": \"wewaq-eqwwd-wesfd-332sfda\",\n \"OperationTasks\": [\n {\n \"Id\": 10,\n \"OperationId\": \"ops-xzfr5yeg\",\n \"Name\": \"周期运维任务\",\n \"UserName\": \"dfraw\",\n \"RealName\": \"zdfrawhang\",\n \"Type\": 2,\n \"Period\": 1,\n \"FirstTime\": \"2025-03-14T15:33:34+08:00\",\n \"NextTime\": \"2025-03-15T15:33:34+08:00\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
376
+ "title": "获取运维任务列表示例"
377
+ }
378
+ ],
319
379
  "DescribeResources": [
320
380
  {
321
381
  "document": "查询用户购买的资源信息,包括资源ID,授权点数,vpc,过期时间等。",
@@ -410,6 +470,14 @@
410
470
  "title": "设置Okta认证配置"
411
471
  }
412
472
  ],
473
+ "ModifyOperationTask": [
474
+ {
475
+ "document": "",
476
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyOperationTask\n<公共请求参数>\n\n{\n \"Id\": 10,\n \"Name\": \"运维任务\",\n \"Type\": 1,\n \"Account\": \"ubuntu\",\n \"Timeout\": 10,\n \"Script\": \"ls\",\n \"Encoding\": 1,\n \"DeviceIdSet\": [\n 34,\n 56,\n 47\n ]\n}",
477
+ "output": "{\n \"Response\": {\n \"RequestId\": \"31js-hapqhxmaj-h12knsk2weq\"\n }\n}",
478
+ "title": "修改运维任务示例"
479
+ }
480
+ ],
413
481
  "ModifyResource": [
414
482
  {
415
483
  "document": "已购买资源变配",
@@ -466,6 +534,14 @@
466
534
  "title": "执行改密任务"
467
535
  }
468
536
  ],
537
+ "RunOperationTask": [
538
+ {
539
+ "document": "",
540
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunOperationTask\n<公共请求参数>\n\n{\n \"Id\": 10\n}",
541
+ "output": "{\n \"Response\": {\n \"RequestId\": \"2eww-2ew-qedekmsv-1qew\"\n }\n}",
542
+ "title": "执行运维任务示例"
543
+ }
544
+ ],
469
545
  "SearchAuditLog": [
470
546
  {
471
547
  "document": "搜索审计日志",
@@ -521,6 +597,22 @@
521
597
  "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"27d70f6b-3732-4698-a00f-ee91d3a1fb31\"\n }\n}",
522
598
  "title": "命令检索"
523
599
  }
600
+ ],
601
+ "SearchSubtaskResultById": [
602
+ {
603
+ "document": "查询运维子任务执行结果",
604
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchSubtaskResultById\n<公共请求参数>\n\n{\n \"Status\": [\n 1\n ],\n \"Name\": \"运维任务\",\n \"Limit\": 1,\n \"Id\": \"west\",\n \"Offset\": 1\n}",
605
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
606
+ "title": "查询运维子任务执行结果"
607
+ }
608
+ ],
609
+ "SearchTaskResult": [
610
+ {
611
+ "document": "搜索运维任务执行结果",
612
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchTaskResult\n<公共请求参数>\n\n{\n \"UserName\": \"nick\",\n \"Name\": \"nic\",\n \"Limit\": 1,\n \"StartTime\": \"2020-09-22T00:00:00+08:00\",\n \"Offset\": 1,\n \"EndTime\": \"2020-09-22T00:00:00+08:00\",\n \"OperationId\": \"ops-aeqwcaw\",\n \"TaskType\": [\n 1,\n 2\n ],\n \"RealName\": \"tom\"\n}",
613
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"c241022e-c50d-47b2-9748-691a09c143c4\",\n \"TaskResult\": [\n {\n \"UserName\": \"nick\",\n \"Status\": 0,\n \"Name\": \"nic\",\n \"FromIp\": \"192.168.0.1\",\n \"StartTime\": \"2020-09-22T00:00:00+08:00\",\n \"EndTime\": \"2020-09-22T00:00:00+08:00\",\n \"Id\": \"1\",\n \"RealName\": \"tom\",\n \"OperationId\": \"ops-adexdea\"\n }\n ]\n }\n}",
614
+ "title": "搜索运维任务执行结果"
615
+ }
524
616
  ]
525
617
  },
526
618
  "version": "1.0"
@@ -173,58 +173,6 @@ def doDescribeBillList(args, parsed_globals):
173
173
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
174
174
 
175
175
 
176
- def doDescribeDealsByCond(args, parsed_globals):
177
- g_param = parse_global_arg(parsed_globals)
178
-
179
- if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
180
- cred = credential.CVMRoleCredential()
181
- elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
182
- cred = credential.STSAssumeRoleCredential(
183
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
184
- g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
185
- )
186
- elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
187
- cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
188
- else:
189
- cred = credential.Credential(
190
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
191
- )
192
- http_profile = HttpProfile(
193
- reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
194
- reqMethod="POST",
195
- endpoint=g_param[OptionsDefine.Endpoint],
196
- proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
197
- )
198
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
199
- if g_param[OptionsDefine.Language]:
200
- profile.language = g_param[OptionsDefine.Language]
201
- mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
202
- client = mod.BillingClient(cred, g_param[OptionsDefine.Region], profile)
203
- client._sdkVersion += ("_CLI_" + __version__)
204
- models = MODELS_MAP[g_param[OptionsDefine.Version]]
205
- model = models.DescribeDealsByCondRequest()
206
- model.from_json_string(json.dumps(args))
207
- start_time = time.time()
208
- while True:
209
- rsp = client.DescribeDealsByCond(model)
210
- result = rsp.to_json_string()
211
- try:
212
- json_obj = json.loads(result)
213
- except TypeError as e:
214
- json_obj = json.loads(result.decode('utf-8')) # python3.3
215
- if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
216
- break
217
- cur_time = time.time()
218
- if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
219
- raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
220
- (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
221
- search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
222
- else:
223
- print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
224
- time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
225
- FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
226
-
227
-
228
176
  def doDescribeAllocationSummaryByResource(args, parsed_globals):
229
177
  g_param = parse_global_arg(parsed_globals)
230
178
 
@@ -1993,7 +1941,7 @@ def doDeleteAllocationTag(args, parsed_globals):
1993
1941
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1994
1942
 
1995
1943
 
1996
- def doDescribeSavingPlanCoverage(args, parsed_globals):
1944
+ def doDescribeDealsByCond(args, parsed_globals):
1997
1945
  g_param = parse_global_arg(parsed_globals)
1998
1946
 
1999
1947
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -2022,11 +1970,11 @@ def doDescribeSavingPlanCoverage(args, parsed_globals):
2022
1970
  client = mod.BillingClient(cred, g_param[OptionsDefine.Region], profile)
2023
1971
  client._sdkVersion += ("_CLI_" + __version__)
2024
1972
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
2025
- model = models.DescribeSavingPlanCoverageRequest()
1973
+ model = models.DescribeDealsByCondRequest()
2026
1974
  model.from_json_string(json.dumps(args))
2027
1975
  start_time = time.time()
2028
1976
  while True:
2029
- rsp = client.DescribeSavingPlanCoverage(model)
1977
+ rsp = client.DescribeDealsByCond(model)
2030
1978
  result = rsp.to_json_string()
2031
1979
  try:
2032
1980
  json_obj = json.loads(result)
@@ -2267,7 +2215,6 @@ ACTION_MAP = {
2267
2215
  "DescribeAllocationBillConditions": doDescribeAllocationBillConditions,
2268
2216
  "DescribeCostSummaryByResource": doDescribeCostSummaryByResource,
2269
2217
  "DescribeBillList": doDescribeBillList,
2270
- "DescribeDealsByCond": doDescribeDealsByCond,
2271
2218
  "DescribeAllocationSummaryByResource": doDescribeAllocationSummaryByResource,
2272
2219
  "DescribeBillResourceSummary": doDescribeBillResourceSummary,
2273
2220
  "DescribeAllocationSummaryByBusiness": doDescribeAllocationSummaryByBusiness,
@@ -2302,7 +2249,7 @@ ACTION_MAP = {
2302
2249
  "DescribeVoucherUsageDetails": doDescribeVoucherUsageDetails,
2303
2250
  "DescribeCostSummaryByProduct": doDescribeCostSummaryByProduct,
2304
2251
  "DeleteAllocationTag": doDeleteAllocationTag,
2305
- "DescribeSavingPlanCoverage": doDescribeSavingPlanCoverage,
2252
+ "DescribeDealsByCond": doDescribeDealsByCond,
2306
2253
  "DescribeAllocationSummaryByItem": doDescribeAllocationSummaryByItem,
2307
2254
  "DescribeBillSummaryByProduct": doDescribeBillSummaryByProduct,
2308
2255
  "DescribeBillSummaryByTag": doDescribeBillSummaryByTag,
@@ -259,13 +259,6 @@
259
259
  "output": "DescribeGatherResourceResponse",
260
260
  "status": "online"
261
261
  },
262
- "DescribeSavingPlanCoverage": {
263
- "document": "当前接口已迁移至svp产品\n\n查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。",
264
- "input": "DescribeSavingPlanCoverageRequest",
265
- "name": "查询节省计划覆盖率数据",
266
- "output": "DescribeSavingPlanCoverageResponse",
267
- "status": "deprecated"
268
- },
269
262
  "DescribeSavingPlanResourceInfo": {
270
263
  "document": "查询节省计划详情",
271
264
  "input": "DescribeSavingPlanResourceInfoRequest",
@@ -10554,7 +10547,7 @@
10554
10547
  {
10555
10548
  "disabled": false,
10556
10549
  "document": "资源汇总列表",
10557
- "example": "[{\"PayerUin\":\"909619400\",\"OwnerUin\":\"909619400\",\"OperateUin\":\"909619400\",\"BusinessCodeName\":\"COS 对象存储\",\"ProductCodeName\":\"COS 标准存储\",\"BusinessCode\":\"p_cos\",\"ProductCode\":\"sp_cos_std\",\"PayModeName\":\"按量计费\",\"ProjectName\":\"默认项目\",\"RegionName\":\"华东地区(上海)\",\"RegionId\":4,\"ZoneName\":\"上海一区\",\"ResourceId\":\"sta-19039\",\"ResourceName\":\"sta-3\",\"ActionTypeName\":\"按量计费日结\",\"OrderId\":\"12321-abdef-342132-aac23\",\"PayTime\":\"0000-00-00 00:00:00\",\"FeeBeginTime\":\"2024-11-01 00:00:00\",\"FeeEndTime\":\"2024-11-13 23:59:59\",\"BillMonth\":\"2024-11-01 00:00:00\",\"ConfigDesc\":\"COS 标准存储存储容量: 0.39 GB\",\"ExtendField1\":\"ef 1\",\"ExtendField2\":\"ef 2\",\"ExtendField3\":\"ef 3\",\"ExtendField4\":\"ef 4\",\"ExtendField5\":\"ef 5\",\"TotalCost\":\"0.00007068\",\"Discount\":\"0.232072\",\"ReduceType\":\"折扣\",\"RealTotalCost\":\"0.00124116\",\"VoucherPayAmount\":\"0.00000000\",\"CashPayAmount\":\"0.00000000\",\"IncentivePayAmount\":\"0.00114116\",\"TransferPayAmount\":\"0.00000000\",\"InstanceType\":\"it\",\"OriginalCostWithRI\":\"0.00000000\",\"SPDeduction\":\"0.00000000\",\"OriginalCostWithSP\":\"0.00000000\",\"Tags\":[]}]",
10550
+ "example": "[{\"PayerUin\":\"909619400\",\"OwnerUin\":\"909619400\",\"OperateUin\":\"909619400\",\"BusinessCodeName\":\"COS 对象存储\",\"ProductCodeName\":\"COS 标准存储\",\"BusinessCode\":\"p_cos\",\"ProductCode\":\"sp_cos_std\"}]",
10558
10551
  "member": "BillDistributionResourceSummary",
10559
10552
  "name": "ResourceSummarySet",
10560
10553
  "output_required": true,
@@ -11147,7 +11140,7 @@
11147
11140
  {
11148
11141
  "disabled": false,
11149
11142
  "document": "账单多维度汇总消费详情",
11150
- "example": "{\"GroupKey\":\"p_cvm\",\"GroupValue\":\"云服务器\",\"TotalCost\":\"4.00000000\",\"RealTotalCost\":\"4.00000000\",\"CashPayAmount\":\"1.00000000\",\"IncentivePayAmount\":\"1.00000000\",\"VoucherPayAmount\":\"1.00000000\",\"TransferPayAmount\":\"1.00000000\",\"Business\":[{\"BusinessCode\":\"p_cvm\",\"BusinessCodeName\":\"云服务器\",\"TotalCost\":\"4.00000000\",\"RealTotalCost\":\"4.00000000\",\"CashPayAmount\":\"1.00000000\",\"IncentivePayAmount\":\"1.00000000\",\"VoucherPayAmount\":\"1.00000000\",\"TransferPayAmount\":\"1.00000000\"}]}",
11143
+ "example": "{\"GroupKey\":\"p_cvm\",\"GroupValue\":\"云服务器\",\"TotalCost\":\"4.00000000\",\"Business\":[{\"BusinessCode\":\"p_cvm\",\"BusinessCodeName\":\"云服务器\",\"TotalCost\":\"4.00000000\"}]}",
11151
11144
  "member": "SummaryDetail",
11152
11145
  "name": "SummaryDetail",
11153
11146
  "output_required": true,
@@ -11712,7 +11705,7 @@
11712
11705
  {
11713
11706
  "disabled": false,
11714
11707
  "document": "消耗按业务汇总详情",
11715
- "example": "[{\"ProjectId\":\"0\",\"ProjectName\":\"项目名称\",\"Trend\":{},\"Business\":[{\"BusinessCode\":\"p_clb\",\"BusinessCodeName\":\"负载均衡CLB\",\"RealTotalCost\":\"4.20000000\",\"CashPayAmount\":\"4.20000000\",\"IncentivePayAmount\":\"0.00000000\",\"VoucherPayAmount\":\"0.00000000\",\"TransferPayAmount\":\"0.00000000\",\"AmountBeforeTax\":\"0.00000000\",\"Tax\":\"0.00\",\"RegionName\":\"其他\",\"Trend\":{\"Type\":\"upward\",\"Value\":\"1.72\"}}],\"RealTotalCost\":\"4.20000000\",\"CashPayAmount\":\"4.20000000\",\"IncentivePayAmount\":\"0.00000000\",\"VoucherPayAmount\":\"0.00000000\",\"TransferPayAmount\":\"0.00000000\",\"AmountBeforeTax\":\"0.00000000\",\"Tax\":\"0.00\"}]",
11708
+ "example": "",
11716
11709
  "member": "ConsumptionProjectSummaryDataItem",
11717
11710
  "name": "Data",
11718
11711
  "output_required": true,
@@ -12774,99 +12767,6 @@
12774
12767
  ],
12775
12768
  "type": "object"
12776
12769
  },
12777
- "DescribeSavingPlanCoverageRequest": {
12778
- "document": "DescribeSavingPlanCoverage请求参数结构体",
12779
- "members": [
12780
- {
12781
- "disabled": false,
12782
- "document": "费用起始日期,格式yyyy-MM-dd",
12783
- "example": "2023-06-01",
12784
- "member": "string",
12785
- "name": "StartDate",
12786
- "required": true,
12787
- "type": "string"
12788
- },
12789
- {
12790
- "disabled": false,
12791
- "document": "费用结束日期,格式yyyy-MM-dd",
12792
- "example": "2023-06-30",
12793
- "member": "string",
12794
- "name": "EndDate",
12795
- "required": true,
12796
- "type": "string"
12797
- },
12798
- {
12799
- "disabled": false,
12800
- "document": "分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推",
12801
- "example": "0",
12802
- "member": "uint64",
12803
- "name": "Offset",
12804
- "required": true,
12805
- "type": "int"
12806
- },
12807
- {
12808
- "disabled": false,
12809
- "document": "数量,最大值为200",
12810
- "example": "200",
12811
- "member": "uint64",
12812
- "name": "Limit",
12813
- "required": true,
12814
- "type": "int"
12815
- },
12816
- {
12817
- "disabled": false,
12818
- "document": "取值包括1(缺省值)和2,1表示按天统计覆盖率,2表示按月统计覆盖率,此参数仅影响返回的RateSet聚合粒度,不影响返回的DetailSet",
12819
- "example": "1",
12820
- "member": "uint64",
12821
- "name": "PeriodType",
12822
- "required": false,
12823
- "type": "int"
12824
- }
12825
- ],
12826
- "type": "object"
12827
- },
12828
- "DescribeSavingPlanCoverageResponse": {
12829
- "document": "DescribeSavingPlanCoverage返回参数结构体",
12830
- "members": [
12831
- {
12832
- "disabled": false,
12833
- "document": "节省计划覆盖率明细数据",
12834
- "example": "无",
12835
- "member": "SavingPlanCoverageDetail",
12836
- "name": "DetailSet",
12837
- "output_required": false,
12838
- "type": "list",
12839
- "value_allowed_null": false
12840
- },
12841
- {
12842
- "disabled": false,
12843
- "document": "节省计划覆盖率聚合数据",
12844
- "example": "无",
12845
- "member": "SavingPlanCoverageRate",
12846
- "name": "RateSet",
12847
- "output_required": false,
12848
- "type": "list",
12849
- "value_allowed_null": false
12850
- },
12851
- {
12852
- "disabled": false,
12853
- "document": "查询命中的节省计划覆盖率明细数据总条数",
12854
- "example": "1000",
12855
- "member": "uint64",
12856
- "name": "TotalCount",
12857
- "output_required": false,
12858
- "type": "int",
12859
- "value_allowed_null": false
12860
- },
12861
- {
12862
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12863
- "member": "string",
12864
- "name": "RequestId",
12865
- "type": "string"
12866
- }
12867
- ],
12868
- "type": "object"
12869
- },
12870
12770
  "DescribeSavingPlanResourceInfoRequest": {
12871
12771
  "document": "DescribeSavingPlanResourceInfo请求参数结构体",
12872
12772
  "members": [
@@ -14599,208 +14499,6 @@
14599
14499
  ],
14600
14500
  "usage": "out"
14601
14501
  },
14602
- "SavingPlanCoverageDetail": {
14603
- "document": "节省计划覆盖率数据",
14604
- "members": [
14605
- {
14606
- "disabled": false,
14607
- "document": "资源 ID:账单中出账对象 ID,不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID",
14608
- "example": "disk-3t7fhog0",
14609
- "member": "string",
14610
- "name": "ResourceId",
14611
- "output_required": true,
14612
- "type": "string",
14613
- "value_allowed_null": false
14614
- },
14615
- {
14616
- "disabled": false,
14617
- "document": "地域ID\n注意:此字段可能返回 null,表示取不到有效值。",
14618
- "example": "1",
14619
- "member": "uint64",
14620
- "name": "RegionId",
14621
- "output_required": true,
14622
- "type": "int",
14623
- "value_allowed_null": true
14624
- },
14625
- {
14626
- "disabled": false,
14627
- "document": "产品编码\n注意:此字段可能返回 null,表示取不到有效值。",
14628
- "example": "p_cynosdb",
14629
- "member": "string",
14630
- "name": "ProductCode",
14631
- "output_required": false,
14632
- "type": "string",
14633
- "value_allowed_null": true
14634
- },
14635
- {
14636
- "disabled": false,
14637
- "document": "子产品编码\n注意:此字段可能返回 null,表示取不到有效值。",
14638
- "example": "sp_cynosdb_mysql",
14639
- "member": "string",
14640
- "name": "SubProductCode",
14641
- "output_required": false,
14642
- "type": "string",
14643
- "value_allowed_null": true
14644
- },
14645
- {
14646
- "disabled": false,
14647
- "document": "费用起始日期,格式yyyy-MM-dd",
14648
- "example": "2023-06-01",
14649
- "member": "string",
14650
- "name": "StartDate",
14651
- "output_required": false,
14652
- "type": "string",
14653
- "value_allowed_null": false
14654
- },
14655
- {
14656
- "disabled": false,
14657
- "document": "费用结束日期,格式yyyy-MM-dd,目前与StartDate相等",
14658
- "example": "2023-06-01",
14659
- "member": "string",
14660
- "name": "EndDate",
14661
- "output_required": false,
14662
- "type": "string",
14663
- "value_allowed_null": false
14664
- },
14665
- {
14666
- "disabled": false,
14667
- "document": "节省计划覆盖金额(即节省计划支付金额)",
14668
- "example": "1.0",
14669
- "member": "float",
14670
- "name": "SpCoveredAmount",
14671
- "output_required": false,
14672
- "type": "float",
14673
- "value_allowed_null": false
14674
- },
14675
- {
14676
- "disabled": false,
14677
- "document": "节省计划未覆盖金额(即优惠后总价)",
14678
- "example": "2.0",
14679
- "member": "float",
14680
- "name": "SpUncoveredAmount",
14681
- "output_required": false,
14682
- "type": "float",
14683
- "value_allowed_null": false
14684
- },
14685
- {
14686
- "disabled": false,
14687
- "document": "总支出(即节省计划未覆盖金额 + 节省计划覆盖金额)",
14688
- "example": "3.0",
14689
- "member": "float",
14690
- "name": "TotalRealAmount",
14691
- "output_required": false,
14692
- "type": "float",
14693
- "value_allowed_null": false
14694
- },
14695
- {
14696
- "disabled": false,
14697
- "document": "按量计费预期金额(即折前价 * 折扣)",
14698
- "example": "3.0",
14699
- "member": "float",
14700
- "name": "ExpectedAmount",
14701
- "output_required": false,
14702
- "type": "float",
14703
- "value_allowed_null": false
14704
- },
14705
- {
14706
- "disabled": false,
14707
- "document": "覆盖率结果,取值[0, 100]",
14708
- "example": "30.0",
14709
- "member": "float",
14710
- "name": "SpCoverage",
14711
- "output_required": false,
14712
- "type": "float",
14713
- "value_allowed_null": false
14714
- },
14715
- {
14716
- "disabled": false,
14717
- "document": "支付者昵称",
14718
- "example": "腾讯",
14719
- "member": "string",
14720
- "name": "PayerUinName",
14721
- "output_required": false,
14722
- "type": "string",
14723
- "value_allowed_null": false
14724
- },
14725
- {
14726
- "disabled": false,
14727
- "document": "使用者昵称",
14728
- "example": "腾讯",
14729
- "member": "string",
14730
- "name": "OwnerUinName",
14731
- "output_required": false,
14732
- "type": "string",
14733
- "value_allowed_null": false
14734
- },
14735
- {
14736
- "disabled": false,
14737
- "document": "支付者uin",
14738
- "example": "9091",
14739
- "member": "string",
14740
- "name": "PayerUin",
14741
- "output_required": false,
14742
- "type": "string",
14743
- "value_allowed_null": false
14744
- },
14745
- {
14746
- "disabled": false,
14747
- "document": "计费项名称",
14748
- "example": "存储",
14749
- "member": "string",
14750
- "name": "SubBillingItemName",
14751
- "output_required": false,
14752
- "type": "string",
14753
- "value_allowed_null": false
14754
- },
14755
- {
14756
- "disabled": false,
14757
- "document": "计费细项名称",
14758
- "example": "cynosdb_存储_mysql\t",
14759
- "member": "string",
14760
- "name": "BillingItemName",
14761
- "output_required": false,
14762
- "type": "string",
14763
- "value_allowed_null": false
14764
- },
14765
- {
14766
- "disabled": false,
14767
- "document": "子产品名称",
14768
- "example": "TDSQL-C MySQL版",
14769
- "member": "string",
14770
- "name": "SubProductName",
14771
- "output_required": false,
14772
- "type": "string",
14773
- "value_allowed_null": false
14774
- }
14775
- ],
14776
- "usage": "out"
14777
- },
14778
- "SavingPlanCoverageRate": {
14779
- "document": "节省计划覆盖率聚合数据",
14780
- "members": [
14781
- {
14782
- "disabled": false,
14783
- "document": "聚合时间维度,按天聚合格式为yyyy-MM-dd,按月聚合格式为yyyy-MM",
14784
- "example": "2023-06-01",
14785
- "member": "string",
14786
- "name": "DatePoint",
14787
- "output_required": false,
14788
- "type": "string",
14789
- "value_allowed_null": false
14790
- },
14791
- {
14792
- "disabled": false,
14793
- "document": "覆盖率结果,取值[0, 100]",
14794
- "example": "10.0",
14795
- "member": "float",
14796
- "name": "Rate",
14797
- "output_required": false,
14798
- "type": "float",
14799
- "value_allowed_null": false
14800
- }
14801
- ],
14802
- "usage": "out"
14803
- },
14804
14502
  "SummaryDetail": {
14805
14503
  "document": "账单多维度汇总消费详情",
14806
14504
  "members": [