List Supported Droplet Backup Policies
To retrieve a list of all supported Droplet backup policies, send a GET request to /v2/droplets/backups/supported_policies.
Response
A JSON object with an supported_policies key set to an array of objects describing each supported backup policy.
Example response
{
"supported_policies": [
{
"name": "daily",
"possible_window_starts": [
0,
4,
8,
12,
16,
20
],
"window_length_hours": 4,
"retention_period_days": 7,
"possible_days": [
"SUN",
"MON",
"TUE",
"WED",
"THU",
"FRI",
"SAT"
]
}
]
}Changes
Changed in 4 of the 8 revisions of this API.14
- ○
api tag
DigitalOcean-public.v2-new_Dropletsaddedapi-tag-added
- ○
api tag
Dropletsremovedapi-tag-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 70 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 436 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 70 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○