@@ -217,30 +217,31 @@ components:
217
217
sm.create_policy::path.policy_name :
218
218
name : policy_name
219
219
in : path
220
- description : The name of the snapshot management policy.
220
+ description : The snapshot management policy name .
221
221
required : true
222
222
schema :
223
223
type : string
224
224
225
225
sm.get_policy::path.policy_name :
226
226
name : policy_name
227
227
in : path
228
- description : The name of the snapshot management policy .
228
+ description : The snapshot management name .
229
229
required : true
230
230
schema :
231
231
type : string
232
232
233
233
sm.get_policies::query.from :
234
234
name : from
235
235
in : query
236
- description : ' The starting index (default: 0) '
236
+ description : The index to retrieve snapshot management policies from.
237
237
schema :
238
+ default : 0
238
239
type : integer
239
240
240
241
sm.update_policy::path.policy_name :
241
242
name : policy_name
242
243
in : path
243
- description : The name of the snapshot management policy.
244
+ description : The snapshot management policy name .
244
245
required : true
245
246
schema :
246
247
type : string
@@ -264,61 +265,60 @@ components:
264
265
sm.delete_policy::path.policy_name :
265
266
name : policy_name
266
267
in : path
267
- description : The name of the snapshot management policy.
268
+ description : The snapshot management policy name .
268
269
required : true
269
270
schema :
270
271
type : string
271
272
272
273
sm.explain_policy::path.policy_name :
273
274
name : policy_name
274
275
in : path
275
- description : The name of the snapshot management policy.
276
+ description : The snapshot management policy name .
276
277
required : true
277
278
schema :
278
279
type : string
279
280
280
281
sm.start_policy::path.policy_name :
281
282
name : policy_name
282
283
in : path
283
- description : The name of the snapshot management policy.
284
+ description : The snapshot management policy name .
284
285
required : true
285
286
schema :
286
287
type : string
287
288
288
289
sm.stop_policy::path.policy_name :
289
290
name : policy_name
290
291
in : path
291
- description : The name of the snapshot management policy.
292
+ description : The snapshot management policy name .
292
293
required : true
293
294
schema :
294
295
type : string
295
296
296
297
sm.get_policies::query.size :
297
298
name : size
298
299
in : query
299
- description :
300
- The number of policies to return.
300
+ description : The number of snapshot management policies to return.
301
301
schema :
302
302
type : integer
303
303
304
304
sm.get_policies::query.queryString :
305
305
name : queryString
306
306
in : query
307
- description : A query string to filter policies.
307
+ description : Filters the returned snapshot management policies based on query string .
308
308
schema :
309
309
type : string
310
310
311
311
sm.get_policies::query.sortField :
312
312
name : sortField
313
313
in : query
314
- description : The field to sort on.
314
+ description : The name of the query field to sort on.
315
315
schema :
316
316
type : string
317
317
318
318
sm.get_policies::query.sortOrder :
319
319
name : sortOrder
320
320
in : query
321
- description : The order of sorting .
321
+ description : The order to sort the snapshot management policy result .
322
322
schema :
323
323
type : string
324
324
enum : [asc, desc]
0 commit comments