API list
Virtual server imports/exports
| Item | API Name | Description |
|---|---|---|
| 1 | POST /v1/imageimport Register image |
Registers an image |
| 2 | GET /v1/imageimport/{import_id}/status Retrieve image registration status |
Retrieves the status of image registration |
| 3 | GET /v1/imageimport{?start, limit} List image registration status |
Retrieves the status of the image registration list |
| 4 | POST /v1/imageexport Image export |
Exports an image |
| 5 | GET /v1/imageexport/{export_id}/status Retrieve image export status |
Retrieves the status of image export |
| 6 | GET /v1/imageexport{?start, limit} Retrieve the status of the image export list |
Retrieves the status of the image export list |
| 7 | POST /v1/imageexport/{export_id}/cancel Cancel image export |
Cancels the image export |
Note: {import_id} is the import ID returned by the image registration API.
Note: {export_id} is export process ID that is returned from image export API.