ksyun-sdk-node 1.5.13 → 1.5.14

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.
@@ -23,157 +23,198 @@ module.exports = class Client extends BaseClient {
23
23
  }
24
24
  });
25
25
  _defineProperty(this, "_apiList", {
26
- UpdatePerformanceOnePosixAcl: {
26
+ DescribeDirQuotaList: {
27
27
  url: "/",
28
- method: "POST",
28
+ method: "GET",
29
29
  config: {
30
30
  query: {
31
31
  Version: "2024-09-30",
32
- Action: "UpdatePerformanceOnePosixAcl"
32
+ Action: "DescribeDirQuotaList"
33
33
  },
34
34
  headers: {
35
- "Content-Type": "application/json"
35
+ "Content-Type": "application/x-www-form-urlencoded"
36
36
  }
37
37
  },
38
38
  paramsType: {
39
- PosixAclId: "String",
40
- FileSystemList: "Array",
41
- Ips: "Array",
42
- AutoMount: "Boolean",
43
- Desc: "String"
39
+ FileSystemId: "String",
40
+ StoreClass: "String",
41
+ ClusterName: "String",
42
+ FileSystemName: "String",
43
+ DirPath: "String",
44
+ FuzzySearch: "Boolean",
45
+ PageSize: "Int",
46
+ PageNum: "Int"
44
47
  }
45
48
  },
46
- DescribePerformanceOnePosixAclList: {
49
+ DeleteDirQuota: {
47
50
  url: "/",
48
- method: "GET",
51
+ method: "DELETE",
49
52
  config: {
50
53
  query: {
51
54
  Version: "2024-09-30",
52
- Action: "DescribePerformanceOnePosixAclList"
55
+ Action: "DeleteDirQuota"
53
56
  },
54
57
  headers: {
55
58
  "Content-Type": "application/json"
56
59
  }
57
60
  },
58
61
  paramsType: {
59
- PosixAclId: "String",
60
62
  FileSystemId: "String",
63
+ StoreClass: "String",
64
+ ClusterName: "String",
61
65
  FileSystemName: "String",
62
- Ip: "String",
63
- PageNum: "Int",
64
- PageSize: "Int"
66
+ DirPath: "String"
65
67
  }
66
68
  },
67
- ManageDataFlowTask: {
69
+ UpdateDirQuota: {
68
70
  url: "/",
69
- method: "POST",
71
+ method: "PUT",
70
72
  config: {
71
73
  query: {
72
74
  Version: "2024-09-30",
73
- Action: "ManageDataFlowTask"
75
+ Action: "UpdateDirQuota"
74
76
  },
75
77
  headers: {
76
- "Content-Type": "application/x-www-form-urlencoded"
78
+ "Content-Type": "application/json"
77
79
  }
78
80
  },
79
81
  paramsType: {
80
- FileSystemId: "String"
82
+ FileSystemId: "String",
83
+ StoreClass: "String",
84
+ ClusterName: "String",
85
+ FileSystemName: "String",
86
+ DirPath: "String",
87
+ LogicalHardThreshold: "Long"
81
88
  }
82
89
  },
83
- CreateDataFlowStrategy: {
90
+ CreateDirQuota: {
84
91
  url: "/",
85
92
  method: "POST",
86
93
  config: {
87
94
  query: {
88
95
  Version: "2024-09-30",
89
- Action: "CreateDataFlowStrategy"
96
+ Action: "CreateDirQuota"
90
97
  },
91
98
  headers: {
92
- "Content-Type": "application/x-www-form-urlencoded"
99
+ "Content-Type": "application/json"
93
100
  }
94
101
  },
95
102
  paramsType: {
96
- FileSystemId: "String"
103
+ FileSystemId: "String",
104
+ StoreClass: "String",
105
+ ClusterName: "String",
106
+ FileSystemName: "String",
107
+ DirPath: "String",
108
+ LogicalHardThreshold: "Long"
97
109
  }
98
110
  },
99
- ModifyDataFlowTask: {
111
+ DescribeSubDirList: {
100
112
  url: "/",
101
- method: "POST",
113
+ method: "GET",
102
114
  config: {
103
115
  query: {
104
116
  Version: "2024-09-30",
105
- Action: "ModifyDataFlowTask"
117
+ Action: "DescribeSubDirList"
106
118
  },
107
119
  headers: {
108
120
  "Content-Type": "application/x-www-form-urlencoded"
109
121
  }
110
122
  },
111
123
  paramsType: {
112
- FileSystemId: "String"
124
+ FileSystemId: "String",
125
+ StoreClass: "String",
126
+ ClusterName: "String",
127
+ FileSystemName: "String",
128
+ DirPath: "String",
129
+ Name: "String",
130
+ PageNum: "Int",
131
+ PageSize: "Int"
113
132
  }
114
133
  },
115
- DescribeDataFlowTaskList: {
134
+ DeleteDir: {
116
135
  url: "/",
117
- method: "GET",
136
+ method: "DELETE",
118
137
  config: {
119
138
  query: {
120
139
  Version: "2024-09-30",
121
- Action: "DescribeDataFlowTaskList"
140
+ Action: "DeleteDir"
122
141
  },
123
142
  headers: {
124
- "Content-Type": "application/x-www-form-urlencoded"
143
+ "Content-Type": "application/json"
125
144
  }
126
145
  },
127
146
  paramsType: {
128
- FileSystemId: "String"
147
+ FileSystemId: "String",
148
+ StoreClass: "String",
149
+ ClusterName: "String",
150
+ FileSystemName: "String",
151
+ DirPath: "String"
129
152
  }
130
153
  },
131
- ActivateDataFlowTask: {
154
+ UpdateDir: {
132
155
  url: "/",
133
- method: "GET",
156
+ method: "PUT",
134
157
  config: {
135
158
  query: {
136
159
  Version: "2024-09-30",
137
- Action: "ActivateDataFlowTask"
160
+ Action: "UpdateDir"
138
161
  },
139
162
  headers: {
140
- "Content-Type": "application/x-www-form-urlencoded"
163
+ "Content-Type": "application/json"
141
164
  }
142
165
  },
143
166
  paramsType: {
144
- FileSystemId: "String"
167
+ FileSystemId: "String",
168
+ StoreClass: "String",
169
+ ClusterName: "String",
170
+ FileSystemName: "String",
171
+ DirPath: "String",
172
+ FileSysPosixPermission: "Int",
173
+ FileSysOwnerUserId: "Int",
174
+ FileSysOwnerGroupId: "Int"
145
175
  }
146
176
  },
147
- DeleteDataFlowStrategy: {
177
+ CreateDir: {
148
178
  url: "/",
149
- method: "GET",
179
+ method: "POST",
150
180
  config: {
151
181
  query: {
152
182
  Version: "2024-09-30",
153
- Action: "DeleteDataFlowStrategy"
183
+ Action: "CreateDir"
154
184
  },
155
185
  headers: {
156
- "Content-Type": "application/x-www-form-urlencoded"
186
+ "Content-Type": "application/json"
157
187
  }
158
188
  },
159
189
  paramsType: {
160
- FileSystemId: "String"
190
+ FileSystemId: "String",
191
+ StoreClass: "String",
192
+ ClusterName: "String",
193
+ FileSystemName: "String",
194
+ DirPath: "String",
195
+ FileSysOwnerUserId: "Int",
196
+ FileSysOwnerGroupId: "Int",
197
+ FileSysPosixPermission: "Int"
161
198
  }
162
199
  },
163
- DescribeDataFlowStrategyList: {
200
+ DescribeDirQuota: {
164
201
  url: "/",
165
202
  method: "GET",
166
203
  config: {
167
204
  query: {
168
205
  Version: "2024-09-30",
169
- Action: "DescribeDataFlowStrategyList"
206
+ Action: "DescribeDirQuota"
170
207
  },
171
208
  headers: {
172
209
  "Content-Type": "application/x-www-form-urlencoded"
173
210
  }
174
211
  },
175
212
  paramsType: {
176
- FileSystemId: "String"
213
+ FileSystemId: "String",
214
+ StoreClass: "String",
215
+ ClusterName: "String",
216
+ FileSystemName: "String",
217
+ DirPath: "String"
177
218
  }
178
219
  }
179
220
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ksyun-sdk-node",
3
- "version": "1.5.13",
3
+ "version": "1.5.14",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -16,86 +16,98 @@ module.exports = class Client extends BaseClient {
16
16
  },
17
17
  };
18
18
  _apiList = {
19
- UpdatePerformanceOnePosixAcl: {
19
+ DescribeDirQuotaList: {
20
20
  url: "/",
21
- method: "POST",
21
+ method: "GET",
22
22
  config: {
23
23
  query: {
24
24
  Version: "2024-09-30",
25
- Action: "UpdatePerformanceOnePosixAcl",
25
+ Action: "DescribeDirQuotaList",
26
26
  },
27
27
  headers: {
28
- "Content-Type": "application/json",
28
+ "Content-Type": "application/x-www-form-urlencoded",
29
29
  },
30
30
  },
31
31
  paramsType: {
32
- PosixAclId: "String",
33
- FileSystemList: "Array",
34
- Ips: "Array",
35
- AutoMount: "Boolean",
36
- Desc: "String",
32
+ FileSystemId: "String",
33
+ StoreClass: "String",
34
+ ClusterName: "String",
35
+ FileSystemName: "String",
36
+ DirPath: "String",
37
+ FuzzySearch: "Boolean",
38
+ PageSize: "Int",
39
+ PageNum: "Int",
37
40
  },
38
41
  },
39
- DescribePerformanceOnePosixAclList: {
42
+ DeleteDirQuota: {
40
43
  url: "/",
41
- method: "GET",
44
+ method: "DELETE",
42
45
  config: {
43
46
  query: {
44
47
  Version: "2024-09-30",
45
- Action: "DescribePerformanceOnePosixAclList",
48
+ Action: "DeleteDirQuota",
46
49
  },
47
50
  headers: {
48
51
  "Content-Type": "application/json",
49
52
  },
50
53
  },
51
54
  paramsType: {
52
- PosixAclId: "String",
53
55
  FileSystemId: "String",
56
+ StoreClass: "String",
57
+ ClusterName: "String",
54
58
  FileSystemName: "String",
55
- Ip: "String",
56
- PageNum: "Int",
57
- PageSize: "Int",
59
+ DirPath: "String",
58
60
  },
59
61
  },
60
- ManageDataFlowTask: {
62
+ UpdateDirQuota: {
61
63
  url: "/",
62
- method: "POST",
64
+ method: "PUT",
63
65
  config: {
64
66
  query: {
65
67
  Version: "2024-09-30",
66
- Action: "ManageDataFlowTask",
68
+ Action: "UpdateDirQuota",
67
69
  },
68
70
  headers: {
69
- "Content-Type": "application/x-www-form-urlencoded",
71
+ "Content-Type": "application/json",
70
72
  },
71
73
  },
72
74
  paramsType: {
73
75
  FileSystemId: "String",
76
+ StoreClass: "String",
77
+ ClusterName: "String",
78
+ FileSystemName: "String",
79
+ DirPath: "String",
80
+ LogicalHardThreshold: "Long",
74
81
  },
75
82
  },
76
- CreateDataFlowStrategy: {
83
+ CreateDirQuota: {
77
84
  url: "/",
78
85
  method: "POST",
79
86
  config: {
80
87
  query: {
81
88
  Version: "2024-09-30",
82
- Action: "CreateDataFlowStrategy",
89
+ Action: "CreateDirQuota",
83
90
  },
84
91
  headers: {
85
- "Content-Type": "application/x-www-form-urlencoded",
92
+ "Content-Type": "application/json",
86
93
  },
87
94
  },
88
95
  paramsType: {
89
96
  FileSystemId: "String",
97
+ StoreClass: "String",
98
+ ClusterName: "String",
99
+ FileSystemName: "String",
100
+ DirPath: "String",
101
+ LogicalHardThreshold: "Long",
90
102
  },
91
103
  },
92
- ModifyDataFlowTask: {
104
+ DescribeSubDirList: {
93
105
  url: "/",
94
- method: "POST",
106
+ method: "GET",
95
107
  config: {
96
108
  query: {
97
109
  Version: "2024-09-30",
98
- Action: "ModifyDataFlowTask",
110
+ Action: "DescribeSubDirList",
99
111
  },
100
112
  headers: {
101
113
  "Content-Type": "application/x-www-form-urlencoded",
@@ -103,63 +115,88 @@ module.exports = class Client extends BaseClient {
103
115
  },
104
116
  paramsType: {
105
117
  FileSystemId: "String",
118
+ StoreClass: "String",
119
+ ClusterName: "String",
120
+ FileSystemName: "String",
121
+ DirPath: "String",
122
+ Name: "String",
123
+ PageNum: "Int",
124
+ PageSize: "Int",
106
125
  },
107
126
  },
108
- DescribeDataFlowTaskList: {
127
+ DeleteDir: {
109
128
  url: "/",
110
- method: "GET",
129
+ method: "DELETE",
111
130
  config: {
112
131
  query: {
113
132
  Version: "2024-09-30",
114
- Action: "DescribeDataFlowTaskList",
133
+ Action: "DeleteDir",
115
134
  },
116
135
  headers: {
117
- "Content-Type": "application/x-www-form-urlencoded",
136
+ "Content-Type": "application/json",
118
137
  },
119
138
  },
120
139
  paramsType: {
121
140
  FileSystemId: "String",
141
+ StoreClass: "String",
142
+ ClusterName: "String",
143
+ FileSystemName: "String",
144
+ DirPath: "String",
122
145
  },
123
146
  },
124
- ActivateDataFlowTask: {
147
+ UpdateDir: {
125
148
  url: "/",
126
- method: "GET",
149
+ method: "PUT",
127
150
  config: {
128
151
  query: {
129
152
  Version: "2024-09-30",
130
- Action: "ActivateDataFlowTask",
153
+ Action: "UpdateDir",
131
154
  },
132
155
  headers: {
133
- "Content-Type": "application/x-www-form-urlencoded",
156
+ "Content-Type": "application/json",
134
157
  },
135
158
  },
136
159
  paramsType: {
137
160
  FileSystemId: "String",
161
+ StoreClass: "String",
162
+ ClusterName: "String",
163
+ FileSystemName: "String",
164
+ DirPath: "String",
165
+ FileSysPosixPermission: "Int",
166
+ FileSysOwnerUserId: "Int",
167
+ FileSysOwnerGroupId: "Int",
138
168
  },
139
169
  },
140
- DeleteDataFlowStrategy: {
170
+ CreateDir: {
141
171
  url: "/",
142
- method: "GET",
172
+ method: "POST",
143
173
  config: {
144
174
  query: {
145
175
  Version: "2024-09-30",
146
- Action: "DeleteDataFlowStrategy",
176
+ Action: "CreateDir",
147
177
  },
148
178
  headers: {
149
- "Content-Type": "application/x-www-form-urlencoded",
179
+ "Content-Type": "application/json",
150
180
  },
151
181
  },
152
182
  paramsType: {
153
183
  FileSystemId: "String",
184
+ StoreClass: "String",
185
+ ClusterName: "String",
186
+ FileSystemName: "String",
187
+ DirPath: "String",
188
+ FileSysOwnerUserId: "Int",
189
+ FileSysOwnerGroupId: "Int",
190
+ FileSysPosixPermission: "Int",
154
191
  },
155
192
  },
156
- DescribeDataFlowStrategyList: {
193
+ DescribeDirQuota: {
157
194
  url: "/",
158
195
  method: "GET",
159
196
  config: {
160
197
  query: {
161
198
  Version: "2024-09-30",
162
- Action: "DescribeDataFlowStrategyList",
199
+ Action: "DescribeDirQuota",
163
200
  },
164
201
  headers: {
165
202
  "Content-Type": "application/x-www-form-urlencoded",
@@ -167,6 +204,10 @@ module.exports = class Client extends BaseClient {
167
204
  },
168
205
  paramsType: {
169
206
  FileSystemId: "String",
207
+ StoreClass: "String",
208
+ ClusterName: "String",
209
+ FileSystemName: "String",
210
+ DirPath: "String",
170
211
  },
171
212
  },
172
213
  };