Get Server ID

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 32400

ssl, remote

Optional, 0 for no, 1 for yes

Source

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

Value

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

See also

Examples

# NOT RUN {
get_server_id()
# }