Is your feature request related to a problem?
I often manually invoke the mover before I expect to move over a large file or I see my cache is getting full. The API currently does not have an option to invoke it remotely. This is especially helpful for 3rd Party Apps which rely on the the API or to create options which would look at storage and start the mover.
Describe the solution you'd like
A mutation to invoke the mover and return it's status.
mutation SetState($initiateMover: initiateMover!) {
initiateMover(input: $initiateMover) {
status
}
}
There is already a mutation to initiateFlashBackup and this would be similar but would just initiate the mover.
Describe alternatives you've considered
N/A
Additional context
N?A
Environment (if relevant)
Unraid OS Version:
N/A
Pre-submission Checklist
Is your feature request related to a problem?
I often manually invoke the mover before I expect to move over a large file or I see my cache is getting full. The API currently does not have an option to invoke it remotely. This is especially helpful for 3rd Party Apps which rely on the the API or to create options which would look at storage and start the mover.
Describe the solution you'd like
A mutation to invoke the mover and return it's status.
There is already a mutation to initiateFlashBackup and this would be similar but would just initiate the mover.
Describe alternatives you've considered
N/A
Additional context
N?A
Environment (if relevant)
Unraid OS Version:
N/A
Pre-submission Checklist