Get Server List

get_server_list(url = NULL, apikey = NULL)

Arguments

url

Server URL.

apikey

API key.

Source

https://github.com/Tautulli/Tautulli/blob/master/API.md#get_server_list

Value

A tbl with 8 columns minimum with one row per server.

See also

Examples

# NOT RUN {
get_server_list()
# }