lightsail_get_operations: Returns information about all operations
Description
Returns information about all operations.
Usage
lightsail_get_operations(pageToken)
Arguments
pageToken
A token used for advancing to the next page of results from your get
operations request.
Request syntax
svc$get_operations(
pageToken = "string"
)
Details
Results are returned from oldest to newest, up to a maximum of 200.
Results can be paged by making each subsequent call to GetOperations
use the maximum (last) statusChangedAt
value from the previous
request.