get_server_id {tauturri} | R Documentation |
Get Server ID
Description
Get Server ID
Usage
get_server_id(url = NULL, apikey = NULL, hostname, port = 32400,
remote = 0, ssl = 0)
Arguments
url |
Server URL. |
apikey |
API key. |
hostname |
THe hostname |
port |
The server port, default is |
ssl , remote |
Optional, 0 for no, 1 for yes |
Value
A tbl
with 8 columns minimum with one row per server.
Source
https://github.com/Tautulli/Tautulli/blob/master/API.md#get_server_id
See Also
Other Server Information: get_server_friendly_name
,
get_server_identity
,
get_server_list
,
get_servers_info
Examples
## Not run:
get_server_id()
## End(Not run)
[Package tauturri version 0.3.0 Index]