getNasVolumeSnapshotConfigurationHistoryList
- Print
- PDF
getNasVolumeSnapshotConfigurationHistoryList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Can be used in a Classic environment.
Overview
Searches the snapshot configuration history for a NAS volume instance.
Request
Request parameter
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
nasVolumeInstanceNo | Yes | String | - NAS volume instance number to search the snapshot configuration history for nasVolumeInstanceNo: It can be obtained through the getNasVolumeInstanceList action. |
Response
Response data type
- NasVolumeSnapshotConfigurationHistoryList type
NasVolumeSnapshotConfigurationHistoryList extends CommonResponse |
---|
private Integer totalRows; |
private List<NasVolumeSnapshotConfigurationHistory> nasVolumeSnapshotConfigurationHistoryList = new ArrayList<>(); |
NasVolumeSnapshotConfigurationHistory |
---|
private String nasVolumeInstanceNo; |
private String historySequenceNo; |
private CommonCode historyType; |
private String ip; |
private Date registerDate; |
private Float snapshotVolumeConfigurationRatio; |
private CommonCode snapshotVolumeConfigPeriodType; |
private CommonCode snapshotVolumeConfigDayOfWeekType; |
private Integer snapshotVolumeConfigTime; |
Examples
Request examples
Response examples
Was this article helpful?