Gets an item from the ApiSdk.v2.images.item.actions.item collection
A unique numeric ID that can be used to identify and reference an action.
To retrieve all actions that have been executed on an image, send a GET request to /v2/images/$IMAGE_ID/actions.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
The following actions are available on an Image.## Convert an Image to a SnapshotTo convert an image, for example, a backup to a snapshot, send a POST requestto /v2/images/$IMAGE_ID/actions. Set the type attribute to convert.## Transfer an ImageTo transfer an image to another region, send a POST request to/v2/images/$IMAGE_ID/actions. Set the type attribute to transfer and setregion attribute to the slug identifier of the region you wish to transferto.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve all actions that have been executed on an image, send a GET request to /v2/images/$IMAGE_ID/actions.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
The following actions are available on an Image.## Convert an Image to a SnapshotTo convert an image, for example, a backup to a snapshot, send a POST requestto /v2/images/$IMAGE_ID/actions. Set the type attribute to convert.## Transfer an ImageTo transfer an image to another region, send a POST request to/v2/images/$IMAGE_ID/actions. Set the type attribute to transfer and setregion attribute to the slug identifier of the region you wish to transferto.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/images/{image_id}/actions