Re: Automation script to revert and save snapshot
Thanks.
Can I be sure that all API capabilities are reflected in Swagger?
So far, I've only found one method: creating a scheduled job, which can be launched via the API.
curl -k -X POST -b 'authenticationToken=<my-token-from-user-authentication-tokens>' 'https://<xen-local>/rest/v0/schedules/<schedule-id>/actions/run'
But that's a bit of a complicated process.