Operations at export/queue/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| export/queue/config | GET | Gets the configuration of the VM export queue. |
| export/queue/config | POST | Sets the configuration of the VM export queue. |
| export/queue/config/retryminutes | GET | Gets the minutes of Export retry timeout configuration. |
| export/queue/config/retryminutes/{minutes} | POST | Sets the minutes of Export retry timeout configuration. |
| export/queue/deployentries | GET | Gets the contents of the deploy queue. |
| export/queue/deployentries/{deployId} | GET | Gets the info for a specific deploy queue entry. |
| export/queue/entries | DELETE | Cancels every export in the queue. |
| export/queue/entries | GET | Gets the contents of the export queue. |
| export/queue/entries/{exportid} | GET | Gets the info for a specific export queue entry. |
| export/queue/entries/cancel | POST | Cancels the export queue entrys identified by the export IDs. |