analogsea (version 0.8.0)

actions: List actions across all droplets.

Description

"Actions are records of events that have occurred on the resources in your account. These can be things like rebooting a Droplet, or transferring an image to a new region."

Usage

actions(..., page = 1, per_page = 25)

action_wait(x)

Arguments

...

Additional arguments passed down to low-level API function (do_*)

page

Page to return. Default: 1.

per_page

Number of results per page. Default: 25.

x

Input object

Details

"An action object is created every time one of these actions is initiated. The action object contains information about the current status of the action, start and complete timestamps, and the associated resource type and ID."

"Every action that creates an action object is available through this endpoint. Completed actions are not removed from this list and are always available for querying."

Examples

Run this code
# NOT RUN {
actions()
# }

Run the code above in your browser using DataCamp Workspace