mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
2.6 KiB
2.6 KiB
Connections
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
protocol |
Protocol | ✔️ | The protocol used for the connection (http, https, etc) | http |
address |
String | ✔️ | The (ip) address or domain name used for the connection | |
port |
int | ✔️ | The port used for the connection | |
uri |
String | ✔️ | The full URI of the connection | |
local |
boolean | ✔️ | If the connection is local address | |
relay |
boolean | ✔️ | If the connection is relayed through plex.direct | |
iPv6 |
boolean | ✔️ | If the connection is using IPv6 |