...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
curl -s -S -G -X GET \ --user login:password \ --data-urlencode "{uuid} pause" \ 'http://127.0.0.1:8080/xmlapi/uuid_fileman' |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
curl -s -S -G -X GET \
--user login:password \
--data-urlencode "{uuid} stop" \
'http://127.0.0.1:8080/xmlapi/uuid_fileman' |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
curl -s -S -G -X GET \
--user login:password \
--data-urlencode "{uuid}" \
'http://127.0.0.1:8080/xmlapi/uuid_kill' |