mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 20:57:44 +00:00
2.2 KiB
2.2 KiB
Connections
Fields
| Field | Type | Required | Description |
|---|---|---|---|
protocol |
operations.Protocol | ✔️ | The protocol used for the connection (http, https, etc) |
address |
str | ✔️ | The (ip) address or domain name used for the connection |
port |
int | ✔️ | The port used for the connection |
uri |
str | ✔️ | The full URI of the connection |
local |
bool | ✔️ | If the connection is local address |
relay |
bool | ✔️ | If the connection is relayed through plex.direct |
i_pv6 |
bool | ✔️ | If the connection is using IPv6 |