Operations at xfer/queue/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| xfer/queue/activeEntries | GET | Gets the active entries in the transfer queue |
| xfer/queue/config | GET | Gets the configuration of the transfer queue |
| xfer/queue/config | POST | Sets the configuration of the transfer queue |
| xfer/queue/entries | DELETE | Cancels every transfer in the queue |
| xfer/queue/entries | GET | Gets the contents of the transfer queue |
| xfer/queue/entries/{transferid} | DELETE | Cancels the transfer queue entry identified by the transfer ID |
| xfer/queue/entries/{transferid} | POST | Adjusts the priority of the transfer in the queue |
| xfer/queue/entries/{transferid} | GET | Gets the info for a specific transfer queue entry |
| xfer/queue/pendingEntries | GET | Gets the pending entries in the transfer queue |