Skip to main content

actions

Creates, updates, deletes, gets or lists a actions resource.

Overview

Nameactions
TypeResource
Iddigitalocean.actions.actions

Fields

NameDatatypeDescription
column_anon``

Methods

NameAccessible byRequired ParamsDescription
actions_getSELECTaction_idTo retrieve a specific action object, send a GET request to /v2/actions/$ACTION_ID.
actions_listSELECTThis 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
;