ImageApi
All URIs are relative to https://api.ionos.com/cloudapi/v5
imagesDelete
object imagesDelete(imageId, opts)
Delete an Image
Deletes the specified image. This operation is permitted on private image only.
Examples
Parameters
Return type
object
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
imagesFindById
imagesFindById(imageId, opts)
Retrieve an Image
Retrieves the attributes of a given image.
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
imagesGet
imagesGet(opts)
List Images
Retrieve a list of images within the datacenter
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
imagesPatch
imagesPatch(imageId, image, opts)
Partially modify an Image
You can use update attributes of a resource
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: application/json
Accept: application/json
imagesPut
imagesPut(imageId, image, opts)
Modify an Image
You can use update attributes of a resource
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: application/json
Accept: application/json
Last updated