forked from andystewart999/qBittorrent_MkII
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.yaml
41 lines (37 loc) · 1.21 KB
/
services.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Describes the format for the service calls
service_get_torrent_info:
name: Get torrent info
description: Returns detailed torrent information on a specific torrent (if hash is set) or all torrents
fields:
hash:
name: hash
description: The hash associated with the torrent that should be returned
example: 0a861ed12bf4f16f67b9a747e149c7e6b1863e51
required: false
selector:
text:
service_pause_downloads:
name: Pause downloads
description: Pause a specific torrent (if hash is set) or all torrents
fields:
hash:
name: hash
description: The hash associated with the torrent that should be paused
example: 0a861ed12bf4f16f67b9a747e149c7e6b1863e51
required: false
selector:
text:
service_resume_downloads:
name: Resume downloads
description: Resume a specific torrent (if hash is set) or all torrents)
fields:
hash:
name: hash
description: The hash associated with the torrent that should be resumed
example: 0a861ed12bf4f16f67b9a747e149c7e6b1863e51
required: false
selector:
text:
service_shutdown:
name: Shut down qBittorrent
description: Attempts to shut down the qBitorrent client