backups_policies
Creates, updates, deletes, gets or lists a backups_policies
resource.
Overview
Name | backups_policies |
Type | Resource |
Id | digitalocean.droplets.backups_policies |
Fields
Name | Datatype | Description |
---|---|---|
column_anon | `` |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
droplets_get_backup_policy | SELECT | droplet_id | To show information about an individual Droplet's backup policy, send a GET request to /v2/droplets/$DROPLET_ID/backups/policy . |
droplets_list_backup_policies | SELECT |
| To list information about the backup policies for all Droplets in the account, send a GET request to /v2/droplets/backups/policies . |
SELECT
examples
To list information about the backup policies for all Droplets in the account, send a GET request to /v2/droplets/backups/policies
.
SELECT
column_anon
FROM digitalocean.droplets.backups_policies
;