mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-07 20:47:46 +00:00
2.7 KiB
2.7 KiB
Connections
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
protocol |
Operations\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 |
bool | ✔️ | If the connection is local address | |
relay |
bool | ✔️ | If the connection is relayed through plex.direct | |
iPv6 |
bool | ✔️ | If the connection is using IPv6 |