get_server_id: Get Server ID

Description Usage Arguments Value Source See Also Examples

Description

Get Server ID

Usage

1
2
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

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

1
2
3
4
## Not run: 
get_server_id()

## End(Not run)

tauturri documentation built on May 2, 2019, 1:07 p.m.