get_servers_info {tauturri} | R Documentation |
Get Server Information
Description
Get Server Information
Usage
get_servers_info(url = NULL, apikey = NULL)
Arguments
url |
Server URL. |
apikey |
API key. |
Value
A tbl
with 5 columns minimum.
Source
https://github.com/Tautulli/Tautulli/blob/master/API.md#get_servers_info
See Also
Other Server Information: get_server_friendly_name
,
get_server_identity
,
get_server_id
,
get_server_list
Examples
## Not run:
get_servers_info()
## End(Not run)
[Package tauturri version 0.3.0 Index]