Snapservice MonthlyRetention
The Snapservice MonthlyRetention schema contains properties that describe the monthly retention settings for a given protection group with Snapservice ReplicationPolicy enabled.
This schema was added in vSphere API 9.1.0.0.
{
"hour": 0,
"day_of_month": 0,
"retention": {
"unit": "string",
"duration": 0
}
}
Specifies the hour of the day, around which a replica snapshot is to be retained. The actual time when the snapshot is chosen might not be accurate since it depends on replica snapshots to be available as per the short term retention. Its value scope is [0, 1, 2, ..., 23]
This property was added in vSphere API 9.1.0.0.
Specifies the day of month at which a replica snapshot is selected for long term retention. Its value scope is [1, 2, ..., 30, 31]
This property was added in vSphere API 9.1.0.0.
Total retention period for the snapshots.
This property was added in vSphere API 9.1.0.0.