The actions property
To delete a snapshot or custom image, send a DELETE request to /v2/images/$IMAGE_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve information about an image, send a GET request to/v2/images/$IDENTIFIER.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update an image, send a PUT request to /v2/images/$IMAGE_ID.Set the name attribute to the new value you would like to use.For custom images, the description and distribution attributes may also be updated.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a snapshot or custom image, send a DELETE request to /v2/images/$IMAGE_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve information about an image, send a GET request to/v2/images/$IDENTIFIER.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update an image, send a PUT request to /v2/images/$IMAGE_ID.Set the name attribute to the new value you would like to use.For custom images, the description and distribution attributes may also be updated.
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}