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
@@ -148,7 +148,7 @@
148
148
  {
149
149
  "document": "获取账单资源汇总",
150
150
  "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationBillResourceSummary\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 1,\n \"Month\": \"2023-08\",\n \"NeedRecordNum\": 1,\n \"ResourceId\": \"cdb-0a90mrac\"\n}",
151
- "output": "{\n \"Response\": {\n \"RequestId\": \"0a27bddd-8683-4187-b9c0-7d407a2c818f\",\n \"ResourceSummarySet\": [\n {\n \"ActionTypeName\": \"包年包月续费\",\n \"BusinessCode\": \"p_cdb\",\n \"BusinessCodeName\": \"云数据库MySQL\",\n \"CashPayAmount\": \"11.56675785\",\n \"ConfigDesc\": \"云数据库MySQL-CPU: 1 核\",\n \"Discount\": \"0.325825\",\n \"ExtendField1\": \"vpc: vpc-l0u15j26,Default-VPC\",\n \"ExtendField2\": \"vip: 172.27.0.8\",\n \"ExtendField3\": \"extend info\",\n \"ExtendField4\": \"extend info\",\n \"ExtendField5\": \"extend info\",\n \"FeeBeginTime\": \"2023-08-07 10:58:41\",\n \"FeeEndTime\": \"2023-09-07 10:58:41\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": \"it\",\n \"OperateUin\": \"700000686592\",\n \"OrderId\": \"20230807867037044170861\",\n \"OriginalCostWithRI\": \"0.00000000\",\n \"OriginalCostWithSP\": \"0.00000000\",\n \"OwnerUin\": \"700000686592\",\n \"PayModeName\": \"包年包月\",\n \"PayTime\": \"2023-08-07 03:42:18\",\n \"ProductCode\": \"sp_cdb_master\",\n \"ProductCodeName\": \"云数据库MySQL-高可用版-通用型\",\n \"ProjectName\": \"默认项目\",\n \"RealTotalCost\": \"11.56675785\",\n \"ReduceType\": \"折扣\",\n \"RegionId\": 16,\n \"RegionName\": \"西南地区(成都)\",\n \"ResourceId\": \"cdb-0a90mrac\",\n \"ResourceName\": \"云数据库mysql-test7\",\n \"SPDeduction\": \"0.00000000\",\n \"Tags\": [],\n \"TotalCost\": \"35.5\",\n \"TransferPayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneName\": \"成都一区\"\n }\n ],\n \"Total\": 3\n }\n}",
151
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0a27bddd-8683-4187-b9c0-7d407a2c818f\",\n \"ResourceSummarySet\": [\n {\n \"ActionTypeName\": \"包年包月续费\",\n \"BusinessCode\": \"p_cdb\",\n \"BusinessCodeName\": \"云数据库MySQL\",\n \"CashPayAmount\": \"11.56675785\",\n \"ConfigDesc\": \"云数据库MySQL-CPU: 1 核\",\n \"Discount\": \"0.325825\",\n \"ExtendField1\": \"vpc: vpc-l0u15j26,Default-VPC\",\n \"ExtendField2\": \"vip: 172.27.0.8\",\n \"ExtendField3\": \"extend info\",\n \"ExtendField4\": \"extend info\",\n \"ExtendField5\": \"extend info\",\n \"FeeBeginTime\": \"2023-08-07 10:58:41\",\n \"FeeEndTime\": \"2023-09-07 10:58:41\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": \"it\",\n \"OperateUin\": \"700000686592\",\n \"OrderId\": \"20230807867037044170861\",\n \"OriginalCostWithRI\": \"0.00000000\",\n \"OriginalCostWithSP\": \"0.00000000\",\n \"OwnerUin\": \"700000686592\",\n \"PayModeName\": \"包年包月\",\n \"PayTime\": \"2023-08-07 03:42:18\",\n \"ProductCode\": \"sp_cdb_master\",\n \"ProductCodeName\": \"云数据库MySQL-高可用版-通用型\",\n \"ProjectName\": \"默认项目\",\n \"RealTotalCost\": \"11.56675785\",\n \"ReduceType\": \"折扣\",\n \"RegionId\": 16,\n \"RegionName\": \"西南地区(成都)\",\n \"ResourceId\": \"cdb-0a90mrac\",\n \"ResourceName\": \"云数据库mysql-test7\",\n \"SPDeduction\": \"0.00000000\",\n \"Tags\": [],\n \"TotalCost\": \"35.5\",\n \"TransferPayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneName\": \"成都一区\"\n }\n ],\n \"Total\": 1\n }\n}",
152
152
  "title": "获取账单资源汇总"
153
153
  }
154
154
  ],
@@ -240,7 +240,7 @@
240
240
  {
241
241
  "document": "获取按产品维度汇总费用明细",
242
242
  "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillSummary\n<公共请求参数>\n\n{\n \"Month\": \"2023-04\",\n \"GroupType\": \"business\"\n}",
243
- "output": "{\n \"Response\": {\n \"Ready\": 1,\n \"RequestId\": \"db6f4a8c-c8b3-4d86-836a-b0897e772b22\",\n \"SummaryDetail\": [\n {\n \"Business\": null,\n \"CashPayAmount\": \"5661.16\",\n \"GroupKey\": \"p_rav\",\n \"GroupValue\": \"实时音视频\",\n \"IncentivePayAmount\": \"0.00\",\n \"RealTotalCost\": \"5661.16\",\n \"TotalCost\": \"24600.63\",\n \"TransferPayAmount\": \"0.00\",\n \"VoucherPayAmount\": \"0.00\"\n },\n {\n \"Business\": null,\n \"CashPayAmount\": \"4783.65\",\n \"GroupKey\": \"p_cvm\",\n \"GroupValue\": \"云服务器CVM\",\n \"IncentivePayAmount\": \"0.00\",\n \"RealTotalCost\": \"5069.65\",\n \"TotalCost\": \"13178.28\",\n \"TransferPayAmount\": \"0.00\",\n \"VoucherPayAmount\": \"286.00\"\n }\n ]\n }\n}",
243
+ "output": "{\n \"Response\": {\n \"Ready\": 1,\n \"RequestId\": \"db6f4a8c-c8b3-4d86-836a-b0897e772b22\",\n \"SummaryDetail\": [\n {\n \"Business\": [],\n \"CashPayAmount\": \"5661.16\",\n \"GroupKey\": \"p_rav\",\n \"GroupValue\": \"实时音视频\",\n \"IncentivePayAmount\": \"0.00\",\n \"RealTotalCost\": \"5661.16\",\n \"TotalCost\": \"24600.63\",\n \"TransferPayAmount\": \"0.00\",\n \"VoucherPayAmount\": \"0.00\"\n },\n {\n \"Business\": [],\n \"CashPayAmount\": \"4783.65\",\n \"GroupKey\": \"p_cvm\",\n \"GroupValue\": \"云服务器CVM\",\n \"IncentivePayAmount\": \"0.00\",\n \"RealTotalCost\": \"5069.65\",\n \"TotalCost\": \"13178.28\",\n \"TransferPayAmount\": \"0.00\",\n \"VoucherPayAmount\": \"286.00\"\n }\n ]\n }\n}",
244
244
  "title": "获取按产品维度汇总费用明细"
245
245
  },
246
246
  {
@@ -350,14 +350,6 @@
350
350
  "title": "查询分账账单资源归集汇总"
351
351
  }
352
352
  ],
353
- "DescribeSavingPlanCoverage": [
354
- {
355
- "document": "查询节省计划覆盖率数据",
356
- "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSavingPlanCoverage\n<公共请求参数>\n\n{\n \"PeriodType\": 1,\n \"StartDate\": \"2023-06-01\",\n \"EndDate\": \"2023-07-01\",\n \"Offset\": 0,\n \"Limit\": 2\n}",
357
- "output": "{\n \"Response\": {\n \"DetailSet\": [\n {\n \"EndDate\": \"2023-06-13\",\n \"ExpectedAmount\": 99.01,\n \"ProductCode\": \"p_trade_t_s\",\n \"RegionId\": 1,\n \"ResourceId\": \"0140051917592\",\n \"SpCoverage\": 0,\n \"SpCoveredAmount\": 0,\n \"SpUncoveredAmount\": 99.01,\n \"StartDate\": \"2023-06-13\",\n \"SubProductCode\": \"sp_trade_t_s\",\n \"TotalRealAmount\": 99.01\n },\n {\n \"EndDate\": \"2023-06-13\",\n \"ExpectedAmount\": 99.01,\n \"ProductCode\": \"p_trade_t_s\",\n \"RegionId\": 1,\n \"ResourceId\": \"0140053056082\",\n \"SpCoverage\": 0,\n \"SpCoveredAmount\": 0,\n \"SpUncoveredAmount\": 99.01,\n \"StartDate\": \"2023-06-13\",\n \"SubProductCode\": \"sp_trade_t_s\",\n \"TotalRealAmount\": 99.01\n }\n ],\n \"RateSet\": [\n {\n \"DatePoint\": \"2023-06-07\",\n \"Rate\": 0\n },\n {\n \"DatePoint\": \"2023-06-13\",\n \"Rate\": 0\n },\n {\n \"DatePoint\": \"2023-06-14\",\n \"Rate\": 0\n }\n ],\n \"RequestId\": \"a0041c91-65c3-4552-8802-f073cfed0202\",\n \"TotalCount\": 6\n }\n}",
358
- "title": "查询节省计划覆盖率数据"
359
- }
360
- ],
361
353
  "DescribeSavingPlanResourceInfo": [
362
354
  {
363
355
  "document": "查询名下可共享的sp资源详细",
@@ -234,13 +234,13 @@
234
234
  },
235
235
  {
236
236
  "disabled": false,
237
- "document": "申请人昵称\n注意:此字段可能返回 null,表示取不到有效值。",
237
+ "document": "申请人昵称",
238
238
  "example": "jack",
239
239
  "member": "string",
240
240
  "name": "ApplyUinNick",
241
241
  "output_required": true,
242
242
  "type": "string",
243
- "value_allowed_null": true
243
+ "value_allowed_null": false
244
244
  },
245
245
  {
246
246
  "disabled": false,
@@ -264,73 +264,73 @@
264
264
  },
265
265
  {
266
266
  "disabled": false,
267
- "document": "申请参数\n注意:此字段可能返回 null,表示取不到有效值。",
267
+ "document": "申请参数",
268
268
  "example": "[{\"Key\":\"name\",\"Value\":[\"jack\"],\"Name\":\"子用户\"}]",
269
269
  "member": "ApplyParam",
270
270
  "name": "ApplicationParams",
271
271
  "output_required": true,
272
272
  "type": "list",
273
- "value_allowed_null": true
273
+ "value_allowed_null": false
274
274
  },
275
275
  {
276
276
  "disabled": false,
277
- "document": "申请原因\n注意:此字段可能返回 null,表示取不到有效值。",
277
+ "document": "申请原因",
278
278
  "example": "需求上线",
279
279
  "member": "string",
280
280
  "name": "Reason",
281
281
  "output_required": true,
282
282
  "type": "string",
283
- "value_allowed_null": true
283
+ "value_allowed_null": false
284
284
  },
285
285
  {
286
286
  "disabled": false,
287
- "document": "申请时间\n注意:此字段可能返回 null,表示取不到有效值。",
287
+ "document": "申请时间",
288
288
  "example": "2021-12-12 10:12:10",
289
289
  "member": "string",
290
290
  "name": "CreateTime",
291
291
  "output_required": true,
292
292
  "type": "string",
293
- "value_allowed_null": true
293
+ "value_allowed_null": false
294
294
  },
295
295
  {
296
296
  "disabled": false,
297
- "document": "申请单状态\n注意:此字段可能返回 null,表示取不到有效值。",
297
+ "document": "申请单状态",
298
298
  "example": "1",
299
299
  "member": "uint64",
300
300
  "name": "Status",
301
301
  "output_required": true,
302
302
  "type": "int",
303
- "value_allowed_null": true
303
+ "value_allowed_null": false
304
304
  },
305
305
  {
306
306
  "disabled": false,
307
- "document": "节点信息\n注意:此字段可能返回 null,表示取不到有效值。",
308
- "example": "[{\"NodeId\":\"1\",\"NodeName\":\"管理员审批\",\"NodeType\":1,\"NextNode\":\"2\",\"Opinion\":{\"Type\":1,\"Content\":[\"1\"]},\"ScfName\":\"get-names\",\"SubStatus\":1,\"ApprovedUin\":[1],\"CreateTime\":\"2024-11-27 19:30:29\",\"Msg\":\"同意\",\"Users\":{\"Uin\":1,\"Type\":1,\"Desc\":\"开发用\",\"Nick\":\"jack\",\"Scf\":{\"ScfName\":\"get-approvers\",\"ScfRegion\":\"ap-guangdong\",\"ScfRegionName\":\"广东\",\"Params\":[{\"Key\":\"total\",\"Name\":\"总数\",\"Type\":1,\"Values\":[\"1\"]}]},\"ApproveStatus\":1,\"ApproveMsg\":\"同意\",\"ApproveTime\":\"2024-11-27 19:30:29\",\"ApproveGroup\":\"1\"},\"IsApprove\":true,\"ApproveId\":\"1\",\"ApproveMethod\":1,\"ApproveType\":1,\"CallMethod\":1,\"DataHubId\":\"data94\",\"TaskName\":\"data\",\"CKafkaRegion\":\"ap-guangzhou\",\"ExternalUrl\":\"\",\"ParallelNodes\":\"3-2\",\"RejectedCloudFunctionMsg\":\"\",\"PrevNode\":\"\"}]",
307
+ "document": "节点信息",
308
+ "example": "",
309
309
  "member": "StatusNode",
310
310
  "name": "Nodes",
311
311
  "output_required": true,
312
312
  "type": "list",
313
- "value_allowed_null": true
313
+ "value_allowed_null": false
314
314
  },
315
315
  {
316
316
  "disabled": false,
317
- "document": "正在审批的节点id\n注意:此字段可能返回 null,表示取不到有效值。",
317
+ "document": "正在审批的节点id",
318
318
  "example": "1",
319
319
  "member": "string",
320
320
  "name": "ApprovingNodeId",
321
321
  "output_required": true,
322
322
  "type": "string",
323
- "value_allowed_null": true
323
+ "value_allowed_null": false
324
324
  },
325
325
  {
326
326
  "disabled": false,
327
- "document": "更新时间,时间格式:2021-12-12 10:12:10\t\n注意:此字段可能返回 null,表示取不到有效值。",
327
+ "document": "更新时间,时间格式:2021-12-12 10:12:10\t",
328
328
  "example": "2021-12-12 10:12:10",
329
329
  "member": "string",
330
330
  "name": "ModifyTime",
331
331
  "output_required": true,
332
332
  "type": "string",
333
- "value_allowed_null": true
333
+ "value_allowed_null": false
334
334
  },
335
335
  {
336
336
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -531,193 +531,193 @@
531
531
  },
532
532
  {
533
533
  "disabled": false,
534
- "document": "审批意见模型\n注意:此字段可能返回 null,表示取不到有效值。",
534
+ "document": "审批意见模型",
535
535
  "example": "{\"Type\":1,\"Content\":[\"1\"]}",
536
536
  "member": "ApproveOpinion",
537
537
  "name": "Opinion",
538
538
  "output_required": true,
539
539
  "type": "object",
540
- "value_allowed_null": true
540
+ "value_allowed_null": false
541
541
  },
542
542
  {
543
543
  "disabled": false,
544
- "document": "scf函数名称\n注意:此字段可能返回 null,表示取不到有效值。",
544
+ "document": "scf函数名称",
545
545
  "example": "get-user",
546
546
  "member": "string",
547
547
  "name": "ScfName",
548
548
  "output_required": true,
549
549
  "type": "string",
550
- "value_allowed_null": true
550
+ "value_allowed_null": false
551
551
  },
552
552
  {
553
553
  "disabled": false,
554
- "document": "状态(0:待审批,1:审批通过,2:拒绝,3:scf执行失败,4:scf执行成功)18: 外部审批中\n注意:此字段可能返回 null,表示取不到有效值。",
554
+ "document": "状态(0:待审批,1:审批通过,2:拒绝,3:scf执行失败,4:scf执行成功)18: 外部审批中",
555
555
  "example": "0",
556
556
  "member": "uint64",
557
557
  "name": "SubStatus",
558
558
  "output_required": true,
559
559
  "type": "int",
560
- "value_allowed_null": true
560
+ "value_allowed_null": false
561
561
  },
562
562
  {
563
563
  "disabled": false,
564
- "document": "审批节点审批人\n注意:此字段可能返回 null,表示取不到有效值。",
564
+ "document": "审批节点审批人",
565
565
  "example": "[1]",
566
566
  "member": "uint64",
567
567
  "name": "ApprovedUin",
568
568
  "output_required": true,
569
569
  "type": "list",
570
- "value_allowed_null": true
570
+ "value_allowed_null": false
571
571
  },
572
572
  {
573
573
  "disabled": false,
574
- "document": "审批时间\n注意:此字段可能返回 null,表示取不到有效值。",
574
+ "document": "审批时间",
575
575
  "example": "2021-09-06 10:11:11",
576
576
  "member": "string",
577
577
  "name": "CreateTime",
578
578
  "output_required": true,
579
579
  "type": "string",
580
- "value_allowed_null": true
580
+ "value_allowed_null": false
581
581
  },
582
582
  {
583
583
  "disabled": false,
584
- "document": "审批意见信息 审批节点:审批人意见 执行节点:scf函数执行日志\n注意:此字段可能返回 null,表示取不到有效值。",
584
+ "document": "审批意见信息 审批节点:审批人意见 执行节点:scf函数执行日志",
585
585
  "example": "success",
586
586
  "member": "string",
587
587
  "name": "Msg",
588
588
  "output_required": true,
589
589
  "type": "string",
590
- "value_allowed_null": true
590
+ "value_allowed_null": false
591
591
  },
592
592
  {
593
593
  "disabled": false,
594
- "document": "有权限审批该节点的uin\n注意:此字段可能返回 null,表示取不到有效值。",
595
- "example": "{\"Uin\":1,\"Type\":1,\"Desc\":\"普通用户\",\"Nick\":\"jack\",\"Scf\":{\"ScfName\":\"get-approvers\",\"ScfRegion\":\"ap-guangdong\",\"ScfRegionName\":\"广东\",\"Params\":[{\"Key\":\"total\",\"Name\":\"总数\",\"Type\":1,\"Values\":[\"1\"]}]},\"ApproveStatus\":1,\"ApproveMsg\":\"同意\",\"ApproveTime\":\"2024-11-27 19:30:29\",\"ApproveGroup\":\"1\"}",
594
+ "document": "有权限审批该节点的uin",
595
+ "example": "",
596
596
  "member": "ApproveUser",
597
597
  "name": "Users",
598
598
  "output_required": true,
599
599
  "type": "object",
600
- "value_allowed_null": true
600
+ "value_allowed_null": false
601
601
  },
602
602
  {
603
603
  "disabled": false,
604
- "document": "是否有权限审批该节点\n注意:此字段可能返回 null,表示取不到有效值。",
604
+ "document": "是否有权限审批该节点",
605
605
  "example": "false",
606
606
  "member": "bool",
607
607
  "name": "IsApprove",
608
608
  "output_required": true,
609
609
  "type": "bool",
610
- "value_allowed_null": true
610
+ "value_allowed_null": false
611
611
  },
612
612
  {
613
613
  "disabled": false,
614
- "document": "审批id\n注意:此字段可能返回 null,表示取不到有效值。",
614
+ "document": "审批id",
615
615
  "example": "101",
616
616
  "member": "string",
617
617
  "name": "ApproveId",
618
618
  "output_required": true,
619
619
  "type": "string",
620
- "value_allowed_null": true
620
+ "value_allowed_null": false
621
621
  },
622
622
  {
623
623
  "disabled": false,
624
- "document": "审批方式 0或签 1会签\n注意:此字段可能返回 null,表示取不到有效值。",
624
+ "document": "审批方式 0或签 1会签",
625
625
  "example": "1",
626
626
  "member": "uint64",
627
627
  "name": "ApproveMethod",
628
628
  "output_required": true,
629
629
  "type": "int",
630
- "value_allowed_null": true
630
+ "value_allowed_null": false
631
631
  },
632
632
  {
633
633
  "disabled": false,
634
- "document": "审批节点审批类型,1人工审批 2自动通过 3自动决绝 4外部审批scf\n注意:此字段可能返回 null,表示取不到有效值。",
634
+ "document": "审批节点审批类型,1人工审批 2自动通过 3自动决绝 4外部审批scf",
635
635
  "example": "1",
636
636
  "member": "uint64",
637
637
  "name": "ApproveType",
638
638
  "output_required": true,
639
639
  "type": "int",
640
- "value_allowed_null": true
640
+ "value_allowed_null": false
641
641
  },
642
642
  {
643
643
  "disabled": false,
644
- "document": "外部审批类型 scf:0或null ; CKafka:1\n注意:此字段可能返回 null,表示取不到有效值。",
644
+ "document": "外部审批类型 scf:0或null ; CKafka:1",
645
645
  "example": "0",
646
646
  "member": "uint64",
647
647
  "name": "CallMethod",
648
648
  "output_required": true,
649
649
  "type": "int",
650
- "value_allowed_null": true
650
+ "value_allowed_null": false
651
651
  },
652
652
  {
653
653
  "disabled": false,
654
- "document": "CKafka - 接入资源ID\n注意:此字段可能返回 null,表示取不到有效值。",
654
+ "document": "CKafka - 接入资源ID",
655
655
  "example": "datahub-y9xxx",
656
656
  "member": "string",
657
657
  "name": "DataHubId",
658
658
  "output_required": true,
659
659
  "type": "string",
660
- "value_allowed_null": true
660
+ "value_allowed_null": false
661
661
  },
662
662
  {
663
663
  "disabled": false,
664
- "document": "CKafka - 任务名称\n注意:此字段可能返回 null,表示取不到有效值。",
664
+ "document": "CKafka - 任务名称",
665
665
  "example": "TOPIC",
666
666
  "member": "string",
667
667
  "name": "TaskName",
668
668
  "output_required": true,
669
669
  "type": "string",
670
- "value_allowed_null": true
670
+ "value_allowed_null": false
671
671
  },
672
672
  {
673
673
  "disabled": false,
674
- "document": "CKafka - 地域\n注意:此字段可能返回 null,表示取不到有效值。",
674
+ "document": "CKafka - 地域",
675
675
  "example": "ap-guangzhou",
676
676
  "member": "string",
677
677
  "name": "CKafkaRegion",
678
678
  "output_required": true,
679
679
  "type": "string",
680
- "value_allowed_null": true
680
+ "value_allowed_null": false
681
681
  },
682
682
  {
683
683
  "disabled": false,
684
- "document": "外部审批Url\n注意:此字段可能返回 null,表示取不到有效值。",
684
+ "document": "外部审批Url",
685
685
  "example": "https://www.baidu.com/",
686
686
  "member": "string",
687
687
  "name": "ExternalUrl",
688
688
  "output_required": true,
689
689
  "type": "string",
690
- "value_allowed_null": true
690
+ "value_allowed_null": false
691
691
  },
692
692
  {
693
693
  "disabled": false,
694
- "document": "并行节点 3-4\n注意:此字段可能返回 null,表示取不到有效值。",
694
+ "document": "并行节点 3-4",
695
695
  "example": "3-4",
696
696
  "member": "string",
697
697
  "name": "ParallelNodes",
698
698
  "output_required": true,
699
699
  "type": "string",
700
- "value_allowed_null": true
700
+ "value_allowed_null": false
701
701
  },
702
702
  {
703
703
  "disabled": false,
704
- "document": "scf拒绝时返回信息\n注意:此字段可能返回 null,表示取不到有效值。",
704
+ "document": "scf拒绝时返回信息",
705
705
  "example": "信息有误,重新申请",
706
706
  "member": "string",
707
707
  "name": "RejectedCloudFunctionMsg",
708
708
  "output_required": true,
709
709
  "type": "string",
710
- "value_allowed_null": true
710
+ "value_allowed_null": false
711
711
  },
712
712
  {
713
713
  "disabled": false,
714
- "document": "上一个节点\n注意:此字段可能返回 null,表示取不到有效值。",
714
+ "document": "上一个节点",
715
715
  "example": "0",
716
716
  "member": "string",
717
717
  "name": "PrevNode",
718
718
  "output_required": true,
719
719
  "type": "string",
720
- "value_allowed_null": true
720
+ "value_allowed_null": false
721
721
  }
722
722
  ],
723
723
  "usage": "out"
@@ -329,7 +329,7 @@ def doCreateProbeTasks(args, parsed_globals):
329
329
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
330
330
 
331
331
 
332
- def doDescribeInstantTasks(args, parsed_globals):
332
+ def doDescribeProbeNodes(args, parsed_globals):
333
333
  g_param = parse_global_arg(parsed_globals)
334
334
 
335
335
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -358,11 +358,63 @@ def doDescribeInstantTasks(args, parsed_globals):
358
358
  client = mod.CatClient(cred, g_param[OptionsDefine.Region], profile)
359
359
  client._sdkVersion += ("_CLI_" + __version__)
360
360
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
361
- model = models.DescribeInstantTasksRequest()
361
+ model = models.DescribeProbeNodesRequest()
362
362
  model.from_json_string(json.dumps(args))
363
363
  start_time = time.time()
364
364
  while True:
365
- rsp = client.DescribeInstantTasks(model)
365
+ rsp = client.DescribeProbeNodes(model)
366
+ result = rsp.to_json_string()
367
+ try:
368
+ json_obj = json.loads(result)
369
+ except TypeError as e:
370
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
371
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
372
+ break
373
+ cur_time = time.time()
374
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
375
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
376
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
377
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
378
+ else:
379
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
380
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
381
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
382
+
383
+
384
+ def doDescribeNodeGroups(args, parsed_globals):
385
+ g_param = parse_global_arg(parsed_globals)
386
+
387
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
388
+ cred = credential.CVMRoleCredential()
389
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
390
+ cred = credential.STSAssumeRoleCredential(
391
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
392
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
393
+ )
394
+ 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):
395
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
396
+ else:
397
+ cred = credential.Credential(
398
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
399
+ )
400
+ http_profile = HttpProfile(
401
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
402
+ reqMethod="POST",
403
+ endpoint=g_param[OptionsDefine.Endpoint],
404
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
405
+ )
406
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
407
+ if g_param[OptionsDefine.Language]:
408
+ profile.language = g_param[OptionsDefine.Language]
409
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
410
+ client = mod.CatClient(cred, g_param[OptionsDefine.Region], profile)
411
+ client._sdkVersion += ("_CLI_" + __version__)
412
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
413
+ model = models.DescribeNodeGroupsRequest()
414
+ model.from_json_string(json.dumps(args))
415
+ start_time = time.time()
416
+ while True:
417
+ rsp = client.DescribeNodeGroups(model)
366
418
  result = rsp.to_json_string()
367
419
  try:
368
420
  json_obj = json.loads(result)
@@ -433,7 +485,7 @@ def doUpdateProbeTaskConfigurationList(args, parsed_globals):
433
485
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
434
486
 
435
487
 
436
- def doDescribeProbeNodes(args, parsed_globals):
488
+ def doDescribeInstantTasks(args, parsed_globals):
437
489
  g_param = parse_global_arg(parsed_globals)
438
490
 
439
491
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -462,11 +514,11 @@ def doDescribeProbeNodes(args, parsed_globals):
462
514
  client = mod.CatClient(cred, g_param[OptionsDefine.Region], profile)
463
515
  client._sdkVersion += ("_CLI_" + __version__)
464
516
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
465
- model = models.DescribeProbeNodesRequest()
517
+ model = models.DescribeInstantTasksRequest()
466
518
  model.from_json_string(json.dumps(args))
467
519
  start_time = time.time()
468
520
  while True:
469
- rsp = client.DescribeProbeNodes(model)
521
+ rsp = client.DescribeInstantTasks(model)
470
522
  result = rsp.to_json_string()
471
523
  try:
472
524
  json_obj = json.loads(result)
@@ -658,9 +710,10 @@ ACTION_MAP = {
658
710
  "UpdateProbeTaskAttributes": doUpdateProbeTaskAttributes,
659
711
  "DescribeNodes": doDescribeNodes,
660
712
  "CreateProbeTasks": doCreateProbeTasks,
661
- "DescribeInstantTasks": doDescribeInstantTasks,
662
- "UpdateProbeTaskConfigurationList": doUpdateProbeTaskConfigurationList,
663
713
  "DescribeProbeNodes": doDescribeProbeNodes,
714
+ "DescribeNodeGroups": doDescribeNodeGroups,
715
+ "UpdateProbeTaskConfigurationList": doUpdateProbeTaskConfigurationList,
716
+ "DescribeInstantTasks": doDescribeInstantTasks,
664
717
  "DescribeDetailedSingleProbeData": doDescribeDetailedSingleProbeData,
665
718
  "DeleteProbeTask": doDeleteProbeTask,
666
719
  "ResumeProbeTask": doResumeProbeTask,
@@ -28,6 +28,13 @@
28
28
  "output": "DescribeInstantTasksResponse",
29
29
  "status": "online"
30
30
  },
31
+ "DescribeNodeGroups": {
32
+ "document": "获取拨测点组(可用性拨测点组、高级拨测点组、我的拨测点组)",
33
+ "input": "DescribeNodeGroupsRequest",
34
+ "name": "获取拨测点组",
35
+ "output": "DescribeNodeGroupsResponse",
36
+ "status": "online"
37
+ },
31
38
  "DescribeNodes": {
32
39
  "document": "获取拨测节点",
33
40
  "input": "DescribeNodesRequest",
@@ -533,6 +540,114 @@
533
540
  ],
534
541
  "type": "object"
535
542
  },
543
+ "DescribeNodeGroupsRequest": {
544
+ "document": "DescribeNodeGroups请求参数结构体",
545
+ "members": [
546
+ {
547
+ "disabled": false,
548
+ "document": "节点类型。0: 全部 1: IDC 2: LastMile 3: Mobile,不填默认为0",
549
+ "example": "[1, 2]",
550
+ "member": "int64",
551
+ "name": "NodeType",
552
+ "required": false,
553
+ "type": "list"
554
+ },
555
+ {
556
+ "disabled": false,
557
+ "document": "节点分类。0: 全部 1: PC 2:Mobile,不填默认为0。PC分类包括IDC和LM节点类型,Mobile分类包括Mobile节点类型。与NodeType参数取交集。",
558
+ "example": "1",
559
+ "member": "int64",
560
+ "name": "TaskCategory",
561
+ "required": false,
562
+ "type": "int"
563
+ },
564
+ {
565
+ "disabled": false,
566
+ "document": "IP类型。0: 全部 1: IPv4 2: IPv6,不填默认为0",
567
+ "example": "1",
568
+ "member": "int64",
569
+ "name": "IPType",
570
+ "required": false,
571
+ "type": "int"
572
+ },
573
+ {
574
+ "disabled": false,
575
+ "document": "拨测点描述关键词。",
576
+ "example": "广州",
577
+ "member": "string",
578
+ "name": "Name",
579
+ "required": false,
580
+ "type": "string"
581
+ },
582
+ {
583
+ "disabled": false,
584
+ "document": "地域ID。0: 精选拨测点 1: 国内 2: 港澳台 3: 亚太 4: 欧洲与美洲 5: 非洲与大洋洲,不填默认为0",
585
+ "example": "1",
586
+ "member": "int64",
587
+ "name": "RegionID",
588
+ "required": false,
589
+ "type": "int"
590
+ },
591
+ {
592
+ "disabled": false,
593
+ "document": "省份或国家ID。0表示全部,不填默认为0",
594
+ "example": "1",
595
+ "member": "int64",
596
+ "name": "DistrictID",
597
+ "required": false,
598
+ "type": "int"
599
+ },
600
+ {
601
+ "disabled": false,
602
+ "document": "运营商ID。0: 全部 1: 中国电信 2: 中国联通 3: 中国移动 99: 其他,不填默认为0",
603
+ "example": "1",
604
+ "member": "int64",
605
+ "name": "NetServiceID",
606
+ "required": false,
607
+ "type": "int"
608
+ },
609
+ {
610
+ "disabled": false,
611
+ "document": "节点组类型。0: 高级拨测点组 1: 可用性节点 2: 我的拨测点组,不填默认为0",
612
+ "example": "1",
613
+ "member": "int64",
614
+ "name": "NodeGroupType",
615
+ "required": false,
616
+ "type": "int"
617
+ },
618
+ {
619
+ "disabled": false,
620
+ "document": "任务类型,如1、2、3、4、5、6、7;1-页面性能、2-文件上传、3-文件下载、4-端口性能、5-网络质量、6-音视频体验、7-域名whois,不填默认为0,不对任务类型做过滤",
621
+ "example": "1",
622
+ "member": "int64",
623
+ "name": "TaskType",
624
+ "required": false,
625
+ "type": "int"
626
+ },
627
+ {
628
+ "disabled": false,
629
+ "document": "测试类型,包含定时测试与即时测试。0-定时拨测,其它表示即时拨测。",
630
+ "example": "1",
631
+ "member": "uint64",
632
+ "name": "ProbeType",
633
+ "required": false,
634
+ "type": "int"
635
+ }
636
+ ],
637
+ "type": "object"
638
+ },
639
+ "DescribeNodeGroupsResponse": {
640
+ "document": "DescribeNodeGroups返回参数结构体",
641
+ "members": [
642
+ {
643
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
644
+ "member": "string",
645
+ "name": "RequestId",
646
+ "type": "string"
647
+ }
648
+ ],
649
+ "type": "object"
650
+ },
536
651
  "DescribeNodesRequest": {
537
652
  "document": "DescribeNodes请求参数结构体",
538
653
  "members": [