The command output should return the configuration information available for the predefined volume backup policies. The "bronze" plan provides monthly incremental backups at midnight on the 1st of each month (retained for 12 months) and yearly incremental backups in early January (retained for 5 years). The "silver" plan provides weekly incremental backups at midnight Sunday (retained for 4 weeks), monthly backups at midnight on the 1st (retained for 12 months), and yearly backups in early January (retained for 5 years). And the "gold" plan provides daily incremental backups at midnight (retained for 7 days), weekly backups at midnight Sunday (retained for 4 weeks), monthly backups at midnight on the 1st (retained for 12 months), and yearly backups in early January (retained for 5 years):
[
{
"compartment-id": null,
"defined-tags": {},
"destination-region": null,
"display-name": "silver",
"freeform-tags": {},
"id": "ocid1.volumebackuppolicy.oc1..aaaaaaaa7hwv7iscewqqcmyqe2zuzfce6setvckhbxduswtxf6ctew7e54ja",
"schedules": [
{
"backup-type": "INCREMENTAL",
"day-of-month": null,
"day-of-week": null,
"hour-of-day": null,
"month": null,
"offset-seconds": 0,
"offset-type": null,
"period": "ONE_WEEK",
"retention-seconds": 2419200,
"time-zone": "REGIONAL_DATA_CENTER_TIME"
},
{
"backup-type": "INCREMENTAL",
"day-of-month": null,
"day-of-week": null,
"hour-of-day": null,
"month": null,
"offset-seconds": 0,
"offset-type": null,
"period": "ONE_MONTH",
"retention-seconds": 31557600,
"time-zone": "REGIONAL_DATA_CENTER_TIME"
},
{
"backup-type": "INCREMENTAL",
"day-of-month": null,
"day-of-week": null,
"hour-of-day": null,
"month": null,
"offset-seconds": 0,
"offset-type": null,
"period": "ONE_YEAR",
"retention-seconds": 157680000,
"time-zone": "REGIONAL_DATA_CENTER_TIME"
}
],
"time-created": "2017-10-01T00:00:00.001000+00:00"
},
{
"compartment-id": null,
"defined-tags": {},
"destination-region": null,
"display-name": "bronze",
"freeform-tags": {},
"id": "ocid1.volumebackuppolicy.oc1..aaaaaaaadrzfwjb5tflixtmy5axp2kx65uqakgnupfogabzjhtn5x5dfra6q",
"schedules": [
{
"backup-type": "INCREMENTAL",
"day-of-month": null,
"day-of-week": null,
"hour-of-day": null,
"month": null,
"offset-seconds": 0,
"offset-type": null,
"period": "ONE_MONTH",
"retention-seconds": 31557600,
"time-zone": "REGIONAL_DATA_CENTER_TIME"
},
{
"backup-type": "INCREMENTAL",
"day-of-month": null,
"day-of-week": null,
"hour-of-day": null,
"month": null,
"offset-seconds": 0,
"offset-type": null,
"period": "ONE_YEAR",
"retention-seconds": 157680000,
"time-zone": "REGIONAL_DATA_CENTER_TIME"
}
],
"time-created": "2017-10-01T00:00:00+00:00"
},
{
"compartment-id": null,
"defined-tags": {},
"destination-region": null,
"display-name": "gold",
"freeform-tags": {},
"id": "ocid1.volumebackuppolicy.oc1..aaaaaaaagcremuefit7dpcnjpdrtphjk4bwm3emm55t6cghctt2m6iyyjdva",
"schedules": [
{
"backup-type": "INCREMENTAL",
"day-of-month": null,
"day-of-week": null,
"hour-of-day": null,
"month": null,
"offset-seconds": 0,
"offset-type": null,
"period": "ONE_DAY",
"retention-seconds": 604800,
"time-zone": "REGIONAL_DATA_CENTER_TIME"
},
{
"backup-type": "INCREMENTAL",
"day-of-month": null,
"day-of-week": null,
"hour-of-day": null,
"month": null,
"offset-seconds": 0,
"offset-type": null,
"period": "ONE_WEEK",
"retention-seconds": 2419200,
"time-zone": "REGIONAL_DATA_CENTER_TIME"
},
{
"backup-type": "INCREMENTAL",
"day-of-month": null,
"day-of-week": null,
"hour-of-day": null,
"month": null,
"offset-seconds": 0,
"offset-type": null,
"period": "ONE_MONTH",
"retention-seconds": 31557600,
"time-zone": "REGIONAL_DATA_CENTER_TIME"
},
{
"backup-type": "INCREMENTAL",
"day-of-month": null,
"day-of-week": null,
"hour-of-day": null,
"month": null,
"offset-seconds": 0,
"offset-type": null,
"period": "ONE_YEAR",
"retention-seconds": 157680000,
"time-zone": "REGIONAL_DATA_CENTER_TIME"
}
],
"time-created": "2017-10-01T00:00:00.002000+00:00"
}
]