Export Custom Volume
This API allows users to export a custom Volume from a public object storage URL.
The image will be available under the user's account for use with compute resources.
POST
/images/export-image/Query parameters
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredLocation (Delhi and Chennai)
Request body
application/json
Unique identifier of the image to be exported.
example
36759Access key for the destination bucket.
example
IOVK20QGW17HLF77G8ZBSecret key corresponding to the access key.
example
0R86B58OGN6V9N9MAJJ89MAK2PCIA5FPETAAMKRRName of the target storage bucket.
example
vishnukantRegion where the image will be exported.
example
DelhiResponses
200Volume is successfully Exported
HTTP status code of the response
example
200Response data (empty object if no data)
Errors encountered (empty if none)
Response message
example
Success