mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20: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 |