Files
cloudpods/docs/parameters/snapshotpolicy.yaml
2019-09-02 15:35:24 +08:00

28 lines
575 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
snapshotpolicyId:
name: snapshotpolicyId
required: true
in: path
description: 自动快照策略的ID
diskId:
name: diskId
in: path
description: 磁盘的ID
retention_days:
name: retention_days
in: query
type: integer
description: 快照的保存时间(永久保存选-1
repeat_weekdays:
name: repeat_weekdays
in: query
type: array
items:
type: integer
description: 做快照的时间(周几)
time_points:
name: time_points
in: query
type: array
items:
type: integer
description: 做快照的时间(每天几点)