ksyun-sdk-node 1.2.4 → 1.4.8

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 (126) hide show
  1. package/.claude/settings.local.json +12 -0
  2. package/dist/base/BaseClient.js +50 -4
  3. package/dist/service/Actiontrail/v20190401/index.js +31 -31
  4. package/dist/service/Aicp/v20240612/index.js +511 -0
  5. package/dist/service/Bill/v20180601/index.js +45 -45
  6. package/dist/service/Bill/v20220601/index.js +35 -35
  7. package/dist/service/Bill_union/v20200101/index.js +139 -103
  8. package/dist/service/Bill_union/v20221222/index.js +93 -93
  9. package/dist/service/Bill_union/v20250801/index.js +66 -0
  10. package/dist/service/Bws/v20160304/index.js +103 -103
  11. package/dist/service/Cdn/v20160901/index.js +66 -19
  12. package/dist/service/Cdn/v20200630/index.js +306 -306
  13. package/dist/service/Cdn/v20200901/index.js +108 -108
  14. package/dist/service/Cdn/v20211201/index.js +45 -0
  15. package/dist/service/Cdn/v20250503/index.js +71 -0
  16. package/dist/service/Cen/v20160304/index.js +321 -321
  17. package/dist/service/Clickhouse/v20210101/index.js +387 -387
  18. package/dist/service/Ebs/v20160304/index.js +262 -262
  19. package/dist/service/Eip/v20160304/index.js +101 -101
  20. package/dist/service/Epc/v20151101/index.js +1741 -766
  21. package/dist/service/Iam/v20151101/index.js +863 -756
  22. package/dist/service/Iam/v20240513/index.js +47 -0
  23. package/dist/service/Iam/v20240703/index.js +44 -0
  24. package/dist/service/Kad/v20161122/index.js +81 -81
  25. package/dist/service/Kce/v20180314/index.js +216 -216
  26. package/dist/service/Kce/v20190806/index.js +343 -343
  27. package/dist/service/Kce/v20201231/index.js +39 -39
  28. package/dist/service/Kcf/v20211215/index.js +141 -141
  29. package/dist/service/Kcm/v20160304/index.js +81 -81
  30. package/dist/service/Kcrs/v20211109/index.js +611 -611
  31. package/dist/service/Kcs/v20160701/index.js +800 -800
  32. package/dist/service/Kcs/v20170401/index.js +47 -47
  33. package/dist/service/Kead/v20200101/index.js +25 -25
  34. package/dist/service/Kec/v20160304/index.js +1697 -1533
  35. package/dist/service/Kes/v20201215/index.js +171 -0
  36. package/dist/service/Ket/v20170101/index.js +92 -92
  37. package/dist/service/Kkms/v20160304/index.js +108 -108
  38. package/dist/service/Klog/v20200731/index.js +232 -705
  39. package/dist/service/Kls/v20170101/index.js +135 -135
  40. package/dist/service/Kmr/v20210902/index.js +422 -0
  41. package/dist/service/Kmr/v20231231/index.js +154 -0
  42. package/dist/service/Kmr/v20240814/index.js +370 -0
  43. package/dist/service/Krds/v20160701/index.js +991 -991
  44. package/dist/service/Krds/v20200825/index.js +115 -115
  45. package/dist/service/Memcached/v20180627/index.js +172 -172
  46. package/dist/service/Mongodb/v20170101/index.js +514 -514
  47. package/dist/service/Monitor/v20100525/index.js +41 -41
  48. package/dist/service/Monitor/v20181114/index.js +25 -25
  49. package/dist/service/Monitor/v20210101/index.js +153 -116
  50. package/dist/service/Monitor/v20220101/index.js +30 -40
  51. package/dist/service/Monitor/v20250101/index.js +71 -0
  52. package/dist/service/Rabbitmq/v20191017/index.js +163 -163
  53. package/dist/service/Resourcemanager/v20210320/index.js +110 -110
  54. package/dist/service/Sks/v20151101/index.js +69 -69
  55. package/dist/service/Slb/v20160304/index.js +1208 -1208
  56. package/dist/service/Sts/v20151101/index.js +23 -23
  57. package/dist/service/Tagv2/v20200901/index.js +115 -115
  58. package/dist/service/Tidb/v20210520/index.js +254 -254
  59. package/dist/service/Trade/v20200114/index.js +20 -20
  60. package/dist/service/Trade/v20200831/index.js +22 -22
  61. package/dist/service/Vpc/v20160304/index.js +1947 -1209
  62. package/dist/service/Waf/v20200707/index.js +174 -174
  63. package/example/iam.js +2 -1
  64. package/example/res.js +2 -1
  65. package/package.json +1 -1
  66. package/src/base/BaseClient.js +51 -4
  67. package/src/service/Actiontrail/v20190401/index.js +42 -42
  68. package/src/service/Aicp/v20240612/index.js +503 -0
  69. package/src/service/Bill/v20180601/index.js +63 -64
  70. package/src/service/Bill/v20220601/index.js +50 -50
  71. package/src/service/Bill_union/v20200101/index.js +181 -146
  72. package/src/service/Bill_union/v20221222/index.js +124 -124
  73. package/src/service/Bill_union/v20250801/index.js +58 -0
  74. package/src/service/Bws/v20160304/index.js +138 -138
  75. package/src/service/Cdn/v20160901/index.js +78 -32
  76. package/src/service/Cdn/v20200630/index.js +399 -399
  77. package/src/service/Cdn/v20200901/index.js +143 -143
  78. package/src/service/Cdn/v20211201/index.js +37 -0
  79. package/src/service/Cdn/v20250503/index.js +63 -0
  80. package/src/service/Cen/v20160304/index.js +449 -449
  81. package/src/service/Clickhouse/v20210101/index.js +535 -535
  82. package/src/service/Ebs/v20160304/index.js +365 -365
  83. package/src/service/Eip/v20160304/index.js +135 -136
  84. package/src/service/Epc/v20151101/index.js +1984 -1009
  85. package/src/service/Iam/v20151101/index.js +1155 -1050
  86. package/src/service/Iam/v20240513/index.js +39 -0
  87. package/src/service/Iam/v20240703/index.js +36 -0
  88. package/src/service/Kad/v20161122/index.js +112 -112
  89. package/src/service/Kce/v20180314/index.js +309 -309
  90. package/src/service/Kce/v20190806/index.js +471 -471
  91. package/src/service/Kce/v20201231/index.js +50 -50
  92. package/src/service/Kcf/v20211215/index.js +192 -194
  93. package/src/service/Kcm/v20160304/index.js +104 -104
  94. package/src/service/Kcrs/v20211109/index.js +840 -854
  95. package/src/service/Kcs/v20160701/index.js +1095 -1098
  96. package/src/service/Kcs/v20170401/index.js +66 -66
  97. package/src/service/Kead/v20200101/index.js +36 -36
  98. package/src/service/Kec/v20160304/index.js +2061 -1902
  99. package/src/service/Kes/v20201215/index.js +163 -0
  100. package/src/service/Ket/v20170101/index.js +123 -123
  101. package/src/service/Kkms/v20160304/index.js +156 -156
  102. package/src/service/Klog/v20200731/index.js +320 -807
  103. package/src/service/Kls/v20170101/index.js +183 -183
  104. package/src/service/Kmr/v20210902/index.js +414 -0
  105. package/src/service/Kmr/v20231231/index.js +146 -0
  106. package/src/service/Kmr/v20240814/index.js +362 -0
  107. package/src/service/Krds/v20160701/index.js +1291 -1293
  108. package/src/service/Krds/v20200825/index.js +163 -163
  109. package/src/service/Memcached/v20180627/index.js +238 -245
  110. package/src/service/Mongodb/v20170101/index.js +672 -672
  111. package/src/service/Monitor/v20100525/index.js +56 -56
  112. package/src/service/Monitor/v20181114/index.js +36 -36
  113. package/src/service/Monitor/v20210101/index.js +205 -169
  114. package/src/service/Monitor/v20220101/index.js +44 -54
  115. package/src/service/Monitor/v20250101/index.js +63 -0
  116. package/src/service/Rabbitmq/v20191017/index.js +231 -231
  117. package/src/service/Resourcemanager/v20210320/index.js +157 -158
  118. package/src/service/Sks/v20151101/index.js +95 -96
  119. package/src/service/Slb/v20160304/index.js +1471 -1471
  120. package/src/service/Sts/v20151101/index.js +34 -34
  121. package/src/service/Tagv2/v20200901/index.js +163 -163
  122. package/src/service/Tidb/v20210520/index.js +352 -352
  123. package/src/service/Trade/v20200114/index.js +31 -31
  124. package/src/service/Trade/v20200831/index.js +33 -33
  125. package/src/service/Vpc/v20160304/index.js +2404 -1667
  126. package/src/service/Waf/v20200707/index.js +237 -237
@@ -8,796 +8,323 @@ module.exports = class Client extends BaseClient {
8
8
  constructor(...args) {
9
9
  super(...args);
10
10
  _defineProperty(this, "_baseConfig", {
11
- 'protocol': 'http://',
12
- 'endpoint': 'klog.api.ksyun.com',
13
- 'config': {
14
- 'timeout': 60,
11
+ protocol: "http://",
12
+ endpoint: "klog.api.ksyun.com",
13
+ config: {
14
+ timeout: 60,
15
15
  //设置timeout
16
- 'headers': {
17
- 'Accept': 'application/json'
16
+ headers: {
17
+ Accept: "application/json"
18
18
  },
19
- 'credentials': {
20
- 'region': 'cn-shanghai-3',
21
- 'service': 'klog'
19
+ credentials: {
20
+ region: "cn-shanghai-3",
21
+ service: "klog"
22
22
  }
23
23
  }
24
24
  });
25
25
  _defineProperty(this, "_apiList", {
26
- 'CreateProject': {
27
- 'url': '/',
28
- 'method': 'POST',
29
- 'config': {
30
- 'query': {
31
- 'Version': '2020-07-31',
32
- 'Action': 'CreateProject'
26
+ CreateProject: {
27
+ url: "/",
28
+ method: "POST",
29
+ config: {
30
+ query: {
31
+ Version: "2020-07-31",
32
+ Action: "CreateProject"
33
33
  },
34
- 'headers': {
35
- 'Content-Type': 'application/json'
34
+ headers: {
35
+ "Content-Type": "application/json"
36
36
  }
37
37
  },
38
- 'paramsType': {
39
- 'ProjectName': 'String',
40
- 'Description': 'String',
41
- 'Region': 'String',
42
- 'IamProjectId': 'Int',
43
- 'IamProjectName': 'String'
38
+ paramsType: {
39
+ ProjectName: "String",
40
+ Description: "String",
41
+ IamProjectId: "Int"
44
42
  }
45
43
  },
46
- 'DescribeProject': {
47
- 'url': '/',
48
- 'method': 'POST',
49
- 'config': {
50
- 'query': {
51
- 'Version': '2020-07-31',
52
- 'Action': 'DescribeProject'
44
+ DescribeProject: {
45
+ url: "/",
46
+ method: "POST",
47
+ config: {
48
+ query: {
49
+ Version: "2020-07-31",
50
+ Action: "DescribeProject"
53
51
  },
54
- 'headers': {
55
- 'Content-Type': 'application/json'
52
+ headers: {
53
+ "Content-Type": "application/json"
56
54
  }
57
55
  },
58
- 'paramsType': {
59
- 'ProjectName': 'String'
56
+ paramsType: {
57
+ ProjectName: "String"
60
58
  }
61
59
  },
62
- 'UpdateProject': {
63
- 'url': '/',
64
- 'method': 'POST',
65
- 'config': {
66
- 'query': {
67
- 'Version': '2020-07-31',
68
- 'Action': 'UpdateProject'
60
+ UpdateProject: {
61
+ url: "/",
62
+ method: "POST",
63
+ config: {
64
+ query: {
65
+ Version: "2020-07-31",
66
+ Action: "UpdateProject"
69
67
  },
70
- 'headers': {
71
- 'Content-Type': 'application/json'
68
+ headers: {
69
+ "Content-Type": "application/json"
72
70
  }
73
71
  },
74
- 'paramsType': {
75
- 'ProjectName': 'String',
76
- 'Description': 'String',
77
- 'IamProjectId': 'Int'
72
+ paramsType: {
73
+ ProjectName: "String",
74
+ Description: "String",
75
+ IamProjectId: "Int"
78
76
  }
79
77
  },
80
- 'DeleteProject': {
81
- 'url': '/',
82
- 'method': 'POST',
83
- 'config': {
84
- 'query': {
85
- 'Version': '2020-07-31',
86
- 'Action': 'DeleteProject'
78
+ DeleteProject: {
79
+ url: "/",
80
+ method: "POST",
81
+ config: {
82
+ query: {
83
+ Version: "2020-07-31",
84
+ Action: "DeleteProject"
87
85
  },
88
- 'headers': {
89
- 'Content-Type': 'application/json'
86
+ headers: {
87
+ "Content-Type": "application/json"
90
88
  }
91
89
  },
92
- 'paramsType': {
93
- 'ProjectName': 'String'
90
+ paramsType: {
91
+ ProjectName: "String"
94
92
  }
95
93
  },
96
- 'ListProjects': {
97
- 'url': '/',
98
- 'method': 'POST',
99
- 'config': {
100
- 'query': {
101
- 'Version': '2020-07-31',
102
- 'Action': 'ListProjects'
94
+ ListProjects: {
95
+ url: "/",
96
+ method: "POST",
97
+ config: {
98
+ query: {
99
+ Version: "2020-07-31",
100
+ Action: "ListProjects"
103
101
  },
104
- 'headers': {
105
- 'Content-Type': 'application/json'
102
+ headers: {
103
+ "Content-Type": "application/json"
106
104
  }
107
105
  },
108
- 'paramsType': {
109
- 'Page': 'Int',
110
- 'Size': 'Int'
106
+ paramsType: {
107
+ ProjectName: "String",
108
+ Description: "String",
109
+ Page: "Int",
110
+ Size: "Int"
111
111
  }
112
112
  },
113
- 'CreateLogPool': {
114
- 'url': '/',
115
- 'method': 'POST',
116
- 'config': {
117
- 'query': {
118
- 'Version': '2020-07-31',
119
- 'Action': 'CreateLogPool'
113
+ CreateLogPool: {
114
+ url: "/",
115
+ method: "POST",
116
+ config: {
117
+ query: {
118
+ Version: "2020-07-31",
119
+ Action: "CreateLogPool"
120
120
  },
121
- 'headers': {
122
- 'Content-Type': 'application/json'
121
+ headers: {
122
+ "Content-Type": "application/json"
123
123
  }
124
124
  },
125
- 'paramsType': {
126
- 'ProjectName': 'String',
127
- 'LogPoolName': 'String',
128
- 'RetentionDays': 'Int',
129
- 'Partitions': 'Int',
130
- 'Description': 'String'
125
+ paramsType: {
126
+ ProjectName: "String",
127
+ LogPoolName: "String",
128
+ RetentionDays: "Int",
129
+ Partitions: "Int",
130
+ Description: "String"
131
131
  }
132
132
  },
133
- 'DescribeLogPool': {
134
- 'url': '/',
135
- 'method': 'POST',
136
- 'config': {
137
- 'query': {
138
- 'Version': '2020-07-31',
139
- 'Action': 'DescribeLogPool'
133
+ DescribeLogPool: {
134
+ url: "/",
135
+ method: "POST",
136
+ config: {
137
+ query: {
138
+ Version: "2020-07-31",
139
+ Action: "DescribeLogPool"
140
140
  },
141
- 'headers': {
142
- 'Content-Type': 'application/json'
141
+ headers: {
142
+ "Content-Type": "application/json"
143
143
  }
144
144
  },
145
- 'paramsType': {
146
- 'ProjectName': 'String',
147
- 'LogPoolName': 'String'
145
+ paramsType: {
146
+ ProjectName: "String",
147
+ LogPoolName: "String"
148
148
  }
149
149
  },
150
- 'UpdateLogPool': {
151
- 'url': '/',
152
- 'method': 'POST',
153
- 'config': {
154
- 'query': {
155
- 'Version': '2020-07-31',
156
- 'Action': 'UpdateLogPool'
150
+ UpdateLogPool: {
151
+ url: "/",
152
+ method: "POST",
153
+ config: {
154
+ query: {
155
+ Version: "2020-07-31",
156
+ Action: "UpdateLogPool"
157
157
  },
158
- 'headers': {
159
- 'Content-Type': 'application/json'
158
+ headers: {
159
+ "Content-Type": "application/json"
160
160
  }
161
161
  },
162
- 'paramsType': {
163
- 'ProjectName': 'String',
164
- 'LogPoolName': 'String',
165
- 'RetentionDays': 'Int',
166
- 'Partitions': 'Int',
167
- 'Description': 'String'
162
+ paramsType: {
163
+ ProjectName: "String",
164
+ LogPoolName: "String",
165
+ LogPoolId: "String",
166
+ RetentionDays: "Int",
167
+ Partitions: "Int",
168
+ Description: "String",
169
+ Config: "Object"
168
170
  }
169
171
  },
170
- 'DeleteLogPool': {
171
- 'url': '/',
172
- 'method': 'POST',
173
- 'config': {
174
- 'query': {
175
- 'Version': '2020-07-31',
176
- 'Action': 'DeleteLogPool'
172
+ DeleteLogPool: {
173
+ url: "/",
174
+ method: "POST",
175
+ config: {
176
+ query: {
177
+ Version: "2020-07-31",
178
+ Action: "DeleteLogPool"
177
179
  },
178
- 'headers': {
179
- 'Content-Type': 'application/json'
180
+ headers: {
181
+ "Content-Type": "application/json"
180
182
  }
181
183
  },
182
- 'paramsType': {
183
- 'ProjectName': 'String',
184
- 'LogPoolName': 'String'
184
+ paramsType: {
185
+ ProjectName: "String",
186
+ LogPoolId: "String"
185
187
  }
186
188
  },
187
- 'ListLogPools': {
188
- 'url': '/',
189
- 'method': 'POST',
190
- 'config': {
191
- 'query': {
192
- 'Version': '2020-07-31',
193
- 'Action': 'ListLogPools'
189
+ ListLogPools: {
190
+ url: "/",
191
+ method: "POST",
192
+ config: {
193
+ query: {
194
+ Version: "2020-07-31",
195
+ Action: "ListLogPools"
194
196
  },
195
- 'headers': {
196
- 'Content-Type': 'application/json'
197
+ headers: {
198
+ "Content-Type": "application/json"
197
199
  }
198
200
  },
199
- 'paramsType': {
200
- 'ProjectName': 'String',
201
- 'Page': 'Int',
202
- 'Size': 'Int',
203
- 'LogPoolName': 'String'
201
+ paramsType: {
202
+ ProjectName: "String",
203
+ LogPoolName: "String",
204
+ Page: "Int",
205
+ Size: "Int",
206
+ Tags: "Object"
204
207
  }
205
208
  },
206
- 'PutLogs': {
207
- 'url': '/',
208
- 'method': 'POST',
209
- 'config': {
210
- 'query': {
211
- 'Version': '2020-07-31',
212
- 'Action': 'PutLogs'
209
+ GetLogs: {
210
+ url: "/",
211
+ method: "POST",
212
+ config: {
213
+ query: {
214
+ Version: "2020-07-31",
215
+ Action: "GetLogs"
213
216
  },
214
- 'headers': {
215
- 'Content-Type': 'application/json'
217
+ headers: {
218
+ "Content-Type": "application/json"
216
219
  }
217
220
  },
218
- 'paramsType': {
219
- 'ProjectName': 'String',
220
- 'LogPoolName': 'String',
221
- 'Time': 'String',
222
- 'Contents': 'String',
223
- 'Key': 'String',
224
- 'Value': 'String',
225
- 'Logs': 'String',
226
- 'Filename': 'String',
227
- 'Source': 'String'
221
+ paramsType: {
222
+ ProjectName: "String",
223
+ LogPoolName: "String",
224
+ LogPoolId: "String",
225
+ From: "Int",
226
+ To: "Int",
227
+ Query: "String",
228
+ Offset: "Int",
229
+ Size: "Int",
230
+ HitsOpen: "Boolean",
231
+ Interval: "String"
228
232
  }
229
233
  },
230
- 'GetLogs': {
231
- 'url': '/',
232
- 'method': 'POST',
233
- 'config': {
234
- 'query': {
235
- 'Version': '2020-07-31',
236
- 'Action': 'GetLogs'
234
+ CreateQuickSearch: {
235
+ url: "/",
236
+ method: "POST",
237
+ config: {
238
+ query: {
239
+ Version: "2020-07-31",
240
+ Action: "CreateQuickSearch"
237
241
  },
238
- 'headers': {
239
- 'Content-Type': 'application/json'
242
+ headers: {
243
+ "Content-Type": "application/json"
240
244
  }
241
245
  },
242
- 'paramsType': {
243
- 'ProjectName': 'String',
244
- 'LogPoolName': 'String',
245
- 'From': 'Int',
246
- 'To': 'Int',
247
- 'Query': 'String',
248
- 'LogPoolId': 'String',
249
- 'HitsOpen': 'Boolean',
250
- 'Interval': 'String',
251
- 'SortBy': 'String',
252
- 'Offset': 'Int',
253
- 'Size': 'Int'
246
+ paramsType: {
247
+ ProjectName: "String",
248
+ LogPoolName: "String",
249
+ QuickSearchName: "String",
250
+ Query: "String",
251
+ Description: "String",
252
+ TimeRange: "String"
254
253
  }
255
254
  },
256
- 'CreateQuickSearch': {
257
- 'url': '/',
258
- 'method': 'POST',
259
- 'config': {
260
- 'query': {
261
- 'Version': '2020-07-31',
262
- 'Action': 'CreateQuickSearch'
255
+ ListQuickSearchs: {
256
+ url: "/",
257
+ method: "POST",
258
+ config: {
259
+ query: {
260
+ Version: "2020-07-31",
261
+ Action: "ListQuickSearchs"
263
262
  },
264
- 'headers': {
265
- 'Content-Type': 'application/json'
263
+ headers: {
264
+ "Content-Type": "application/json"
266
265
  }
267
266
  },
268
- 'paramsType': {
269
- 'ProjectName': 'String',
270
- 'LogPoolName': 'String',
271
- 'QuickSearchName': 'String',
272
- 'Description': 'String',
273
- 'TimeRange': 'String',
274
- 'Query': 'String'
267
+ paramsType: {
268
+ ProjectName: "String",
269
+ LogPoolName: "String",
270
+ Filter: "String",
271
+ Page: "Int",
272
+ Size: "Int"
275
273
  }
276
274
  },
277
- 'ListQuickSearchs': {
278
- 'url': '/',
279
- 'method': 'POST',
280
- 'config': {
281
- 'query': {
282
- 'Version': '2020-07-31',
283
- 'Action': 'ListQuickSearchs'
275
+ DeleteQuickSearchs: {
276
+ url: "/",
277
+ method: "POST",
278
+ config: {
279
+ query: {
280
+ Version: "2020-07-31",
281
+ Action: "DeleteQuickSearchs"
284
282
  },
285
- 'headers': {
286
- 'Content-Type': 'application/json'
283
+ headers: {
284
+ "Content-Type": "application/json"
287
285
  }
288
286
  },
289
- 'paramsType': {
290
- 'ProjectName': 'String',
291
- 'LogPoolName': 'String',
292
- 'Filter': 'String',
293
- 'Page': 'Int',
294
- 'Size': 'Int'
287
+ paramsType: {
288
+ ProjectName: "String",
289
+ LogPoolName: "String",
290
+ QuickSearchName: "String"
295
291
  }
296
292
  },
297
- 'GetQuickSearch': {
298
- 'url': '/',
299
- 'method': 'POST',
300
- 'config': {
301
- 'query': {
302
- 'Version': '2020-07-31',
303
- 'Action': 'GetQuickSearch'
293
+ CreateDownloadTask: {
294
+ url: "/",
295
+ method: "POST",
296
+ config: {
297
+ query: {
298
+ Version: "2020-07-31",
299
+ Action: "CreateDownloadTask"
304
300
  },
305
- 'headers': {
306
- 'Content-Type': 'application/json'
301
+ headers: {
302
+ "Content-Type": "application/json"
307
303
  }
308
304
  },
309
- 'paramsType': {
310
- 'ProjectName': 'String',
311
- 'LogPoolName': 'String',
312
- 'QuickSearchName': 'String'
305
+ paramsType: {
306
+ ProjectName: "String",
307
+ LogPoolNames: "String",
308
+ Config: "Object"
313
309
  }
314
310
  },
315
- 'DeleteQuickSearchs': {
316
- 'url': '/',
317
- 'method': 'POST',
318
- 'config': {
319
- 'query': {
320
- 'Version': '2020-07-31',
321
- 'Action': 'DeleteQuickSearchs'
311
+ ListDownloadTasks: {
312
+ url: "/",
313
+ method: "POST",
314
+ config: {
315
+ query: {
316
+ Version: "2020-07-31",
317
+ Action: "ListDownloadTasks"
322
318
  },
323
- 'headers': {
324
- 'Content-Type': 'application/json'
319
+ headers: {
320
+ "Content-Type": "application/json"
325
321
  }
326
322
  },
327
- 'paramsType': {
328
- 'ProjectName': 'String',
329
- 'LogPoolName': 'String',
330
- 'QuickSearchName': 'String'
323
+ paramsType: {
324
+ ProjectName: "String",
325
+ Page: "String",
326
+ Size: "String"
331
327
  }
332
- },
333
- 'CreateDashboard': {
334
- 'url': '/',
335
- 'method': 'POST',
336
- 'config': {
337
- 'query': {
338
- 'Version': '2020-07-31',
339
- 'Action': 'CreateDashboard'
340
- },
341
- 'headers': {
342
- 'Content-Type': 'application/json'
343
- }
344
- },
345
- 'paramsType': {
346
- 'ProjectName': 'String',
347
- 'DashboardName': 'String'
348
- }
349
- },
350
- 'DeleteDashboard': {
351
- 'url': '/',
352
- 'method': 'POST',
353
- 'config': {
354
- 'query': {
355
- 'Version': '2020-07-31',
356
- 'Action': 'DeleteDashboard'
357
- },
358
- 'headers': {
359
- 'Content-Type': 'application/json'
360
- }
361
- },
362
- 'paramsType': {
363
- 'DashboardId': 'String'
364
- }
365
- },
366
- 'DescribeDashboard': {
367
- 'url': '/',
368
- 'method': 'POST',
369
- 'config': {
370
- 'query': {
371
- 'Version': '2020-07-31',
372
- 'Action': 'DescribeDashboard'
373
- },
374
- 'headers': {
375
- 'Content-Type': 'application/json'
376
- }
377
- },
378
- 'paramsType': {
379
- 'DashboardId': 'String'
380
- }
381
- },
382
- 'ListDashboards': {
383
- 'url': '/',
384
- 'method': 'POST',
385
- 'config': {
386
- 'query': {
387
- 'Version': '2020-07-31',
388
- 'Action': 'ListDashboards'
389
- },
390
- 'headers': {
391
- 'Content-Type': 'application/json'
392
- }
393
- },
394
- 'paramsType': {
395
- 'ProjectName': 'String',
396
- 'Page': 'Int',
397
- 'Size': 'Int'
398
- }
399
- },
400
- 'CreateChart': {
401
- 'url': '/',
402
- 'method': 'POST',
403
- 'config': {
404
- 'query': {
405
- 'Version': '2020-07-31',
406
- 'Action': 'CreateChart'
407
- },
408
- 'headers': {
409
- 'Content-Type': 'application/json'
410
- }
411
- },
412
- 'paramsType': {
413
- 'DashboardId': 'String',
414
- 'ChartName': 'String',
415
- 'ChartType': 'String',
416
- 'Search': 'String',
417
- 'Display': 'String',
418
- 'LogPoolName': 'String',
419
- 'TimeRange': 'String',
420
- 'Query': 'String'
421
- }
422
- },
423
- 'DeleteChart': {
424
- 'url': '/',
425
- 'method': 'POST',
426
- 'config': {
427
- 'query': {
428
- 'Version': '2020-07-31',
429
- 'Action': 'DeleteChart'
430
- },
431
- 'headers': {
432
- 'Content-Type': 'application/json'
433
- }
434
- },
435
- 'paramsType': {
436
- 'ChartId': 'String'
437
- }
438
- },
439
- 'GetDashboardNamesByIds': {
440
- 'url': '/',
441
- 'method': 'POST',
442
- 'config': {
443
- 'query': {
444
- 'Version': '2020-07-31',
445
- 'Action': 'GetDashboardNamesByIds'
446
- },
447
- 'headers': {
448
- 'Content-Type': 'application/json'
449
- }
450
- },
451
- 'paramsType': {
452
- 'ProjectName': 'String',
453
- 'DashboardIds': 'String'
454
- }
455
- },
456
- 'GetChartNamesByIds': {
457
- 'url': '/',
458
- 'method': 'POST',
459
- 'config': {
460
- 'query': {
461
- 'Version': '2020-07-31',
462
- 'Action': 'GetChartNamesByIds'
463
- },
464
- 'headers': {
465
- 'Content-Type': 'application/json'
466
- }
467
- },
468
- 'paramsType': {
469
- 'ProjectName': 'String',
470
- 'ChartIds': 'String'
471
- }
472
- },
473
- 'UpdateDashboard': {
474
- 'url': '/',
475
- 'method': 'POST',
476
- 'config': {
477
- 'query': {
478
- 'Version': '2020-07-31',
479
- 'Action': 'UpdateDashboard'
480
- },
481
- 'headers': {
482
- 'Content-Type': 'application/json'
483
- }
484
- },
485
- 'paramsType': {
486
- 'DashboardId': 'String',
487
- 'DashboardName': 'String'
488
- }
489
- },
490
- 'GetUsage': {
491
- 'url': '/',
492
- 'method': 'POST',
493
- 'config': {
494
- 'query': {
495
- 'Version': '2020-07-31',
496
- 'Action': 'GetUsage'
497
- },
498
- 'headers': {
499
- 'Content-Type': 'application/json'
500
- }
501
- },
502
- 'paramsType': {
503
- 'Projects': 'String',
504
- 'Metrics': 'String',
505
- 'From': 'String',
506
- 'To': 'String'
507
- }
508
- },
509
- 'SetIndexTemplate': {
510
- 'url': '/',
511
- 'method': 'POST',
512
- 'config': {
513
- 'query': {
514
- 'Version': '2020-07-31',
515
- 'Action': 'SetIndexTemplate'
516
- },
517
- 'headers': {
518
- 'Content-Type': 'application/json'
519
- }
520
- },
521
- 'paramsType': {
522
- 'ProjectName': 'String',
523
- 'LogPoolName': 'String',
524
- 'IndexStatus': 'Boolean',
525
- 'FullTextIndex': 'String',
526
- 'IndexFields': 'String',
527
- 'Lowercase': 'Boolean',
528
- 'Separator': 'String',
529
- 'FieldName': 'String',
530
- 'FieldType': 'String',
531
- 'FieldAlias': 'String',
532
- 'SeparatorStatus': 'Boolean'
533
- }
534
- },
535
- 'GetIndexTemplate': {
536
- 'url': '/',
537
- 'method': 'POST',
538
- 'config': {
539
- 'query': {
540
- 'Version': '2020-07-31',
541
- 'Action': 'GetIndexTemplate'
542
- },
543
- 'headers': {
544
- 'Content-Type': 'application/json'
545
- }
546
- },
547
- 'paramsType': {
548
- 'ProjectName': 'String',
549
- 'LogPoolName': 'String'
550
- }
551
- },
552
- 'CreateDownloadTask': {
553
- 'url': '/',
554
- 'method': 'POST',
555
- 'config': {
556
- 'query': {
557
- 'Version': '2020-07-31',
558
- 'Action': 'CreateDownloadTask'
559
- },
560
- 'headers': {
561
- 'Content-Type': 'application/json'
562
- }
563
- },
564
- 'paramsType': {
565
- 'From': 'String',
566
- 'To': 'String',
567
- 'LogPoolName': 'String',
568
- 'ProjectName': 'String'
569
- }
570
- },
571
- 'ListDownloadTasks': {
572
- 'url': '/',
573
- 'method': 'POST',
574
- 'config': {
575
- 'query': {
576
- 'Version': '2020-07-31',
577
- 'Action': 'ListDownloadTasks'
578
- },
579
- 'headers': {
580
- 'Content-Type': 'application/json'
581
- }
582
- },
583
- 'paramsType': {
584
- 'Page': 'String',
585
- 'Size': 'String',
586
- 'ProjectName': 'String'
587
- }
588
- },
589
- 'GetDownloadUrls': {
590
- 'url': '/',
591
- 'method': 'POST',
592
- 'config': {
593
- 'query': {
594
- 'Version': '2020-07-31',
595
- 'Action': 'GetDownloadUrls'
596
- },
597
- 'headers': {
598
- 'Content-Type': 'application/json'
599
- }
600
- },
601
- 'paramsType': {
602
- 'DownloadID': 'String',
603
- 'ProjectName': 'String'
604
- }
605
- },
606
- 'GetMonitorData': {
607
- 'url': '/',
608
- 'method': 'POST',
609
- 'config': {
610
- 'query': {
611
- 'Version': '2020-07-31',
612
- 'Action': 'GetMonitorData'
613
- },
614
- 'headers': {
615
- 'Content-Type': 'application/json'
616
- }
617
- },
618
- 'paramsType': {}
619
- },
620
- 'DescribeLogErrorReason': {
621
- 'url': '/',
622
- 'method': 'POST',
623
- 'config': {
624
- 'query': {
625
- 'Version': '2020-07-31',
626
- 'Action': 'DescribeLogErrorReason'
627
- },
628
- 'headers': {
629
- 'Content-Type': 'application/json'
630
- }
631
- },
632
- 'paramsType': {}
633
- },
634
- 'DeleteEtlTask': {
635
- 'url': '/',
636
- 'method': 'POST',
637
- 'config': {
638
- 'query': {
639
- 'Version': '2020-07-31',
640
- 'Action': 'DeleteEtlTask'
641
- },
642
- 'headers': {
643
- 'Content-Type': 'application/x-www-form-urlencoded'
644
- }
645
- },
646
- 'paramsType': {}
647
- },
648
- 'StopEtlTask': {
649
- 'url': '/',
650
- 'method': 'POST',
651
- 'config': {
652
- 'query': {
653
- 'Version': '2020-07-31',
654
- 'Action': 'StopEtlTask'
655
- },
656
- 'headers': {
657
- 'Content-Type': 'application/x-www-form-urlencoded'
658
- }
659
- },
660
- 'paramsType': {}
661
- },
662
- 'StartEtlTask': {
663
- 'url': '/',
664
- 'method': 'POST',
665
- 'config': {
666
- 'query': {
667
- 'Version': '2020-07-31',
668
- 'Action': 'StartEtlTask'
669
- },
670
- 'headers': {
671
- 'Content-Type': 'application/x-www-form-urlencoded'
672
- }
673
- },
674
- 'paramsType': {}
675
- },
676
- 'ListEtlTasks': {
677
- 'url': '/',
678
- 'method': 'POST',
679
- 'config': {
680
- 'query': {
681
- 'Version': '2020-07-31',
682
- 'Action': 'ListEtlTasks'
683
- },
684
- 'headers': {
685
- 'Content-Type': 'application/x-www-form-urlencoded'
686
- }
687
- },
688
- 'paramsType': {}
689
- },
690
- 'DescribeEtlTask': {
691
- 'url': '/',
692
- 'method': 'POST',
693
- 'config': {
694
- 'query': {
695
- 'Version': '2020-07-31',
696
- 'Action': 'DescribeEtlTask'
697
- },
698
- 'headers': {
699
- 'Content-Type': 'application/x-www-form-urlencoded'
700
- }
701
- },
702
- 'paramsType': {}
703
- },
704
- 'ModifyEtlTask': {
705
- 'url': '/',
706
- 'method': 'POST',
707
- 'config': {
708
- 'query': {
709
- 'Version': '2020-07-31',
710
- 'Action': 'ModifyEtlTask'
711
- },
712
- 'headers': {
713
- 'Content-Type': 'application/x-www-form-urlencoded'
714
- }
715
- },
716
- 'paramsType': {}
717
- },
718
- 'CreateEtlTask': {
719
- 'url': '/',
720
- 'method': 'POST',
721
- 'config': {
722
- 'query': {
723
- 'Version': '2020-07-31',
724
- 'Action': 'CreateEtlTask'
725
- },
726
- 'headers': {
727
- 'Content-Type': 'application/x-www-form-urlencoded'
728
- }
729
- },
730
- 'paramsType': {}
731
- },
732
- 'DescribeEtlException': {
733
- 'url': '/',
734
- 'method': 'POST',
735
- 'config': {
736
- 'query': {
737
- 'Version': '2020-07-31',
738
- 'Action': 'DescribeEtlException'
739
- },
740
- 'headers': {
741
- 'Content-Type': 'application/x-www-form-urlencoded'
742
- }
743
- },
744
- 'paramsType': {}
745
- },
746
- 'DescribeEtlStats': {
747
- 'url': '/',
748
- 'method': 'POST',
749
- 'config': {
750
- 'query': {
751
- 'Version': '2020-07-31',
752
- 'Action': 'DescribeEtlStats'
753
- },
754
- 'headers': {
755
- 'Content-Type': 'application/x-www-form-urlencoded'
756
- }
757
- },
758
- 'paramsType': {}
759
- },
760
- 'ExecuteEtlDemo': {
761
- 'url': '/',
762
- 'method': 'POST',
763
- 'config': {
764
- 'query': {
765
- 'Version': '2020-07-31',
766
- 'Action': 'ExecuteEtlDemo'
767
- },
768
- 'headers': {
769
- 'Content-Type': 'application/x-www-form-urlencoded'
770
- }
771
- },
772
- 'paramsType': {}
773
- },
774
- 'GetUserRegion': {
775
- 'url': '/',
776
- 'method': 'POST',
777
- 'config': {
778
- 'query': {
779
- 'Version': '2020-07-31',
780
- 'Action': 'GetUserRegion'
781
- },
782
- 'headers': {
783
- 'Content-Type': 'application/x-www-form-urlencoded'
784
- }
785
- },
786
- 'paramsType': {}
787
- },
788
- 'GetClustersByType': {
789
- 'url': '/',
790
- 'method': 'POST',
791
- 'config': {
792
- 'query': {
793
- 'Version': '2020-07-31',
794
- 'Action': 'GetClustersByType'
795
- },
796
- 'headers': {
797
- 'Content-Type': 'application/x-www-form-urlencoded'
798
- }
799
- },
800
- 'paramsType': {}
801
328
  }
802
329
  });
803
330
  }