actions
Creates, updates, deletes, gets or lists a actions
resource.
Overview
Name | actions |
Type | Resource |
Id | digitalocean.actions.actions |
Fields
Name | Datatype | Description |
---|---|---|
column_anon | `` |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
actions_get | SELECT | action_id | To retrieve a specific action object, send a GET request to /v2/actions/$ACTION_ID . |
actions_list | SELECT |
| This will be the entire list of actions taken on your account, so it will be quite large. As with any large collection returned by the API, the results will be paginated with only 20 on each page by default. |
SELECT
examples
This will be the entire list of actions taken on your account, so it will be quite large. As with any large collection returned by the API, the results will be paginated with only 20 on each page by default.
SELECT
column_anon
FROM digitalocean.actions.actions
;