mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-09 20:47:49 +00:00
14 lines
2.7 KiB
Markdown
14 lines
2.7 KiB
Markdown
# Connections
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
|
|
| `Protocol` | [operations.Protocol](../../models/operations/protocol.md) | :heavy_check_mark: | The protocol used for the connection (http, https, etc) | http |
|
|
| `Address` | *string* | :heavy_check_mark: | The (ip) address or domain name used for the connection | |
|
|
| `Port` | *int* | :heavy_check_mark: | The port used for the connection | |
|
|
| `URI` | *string* | :heavy_check_mark: | The full URI of the connection | |
|
|
| `Local` | *bool* | :heavy_check_mark: | If the connection is local address | |
|
|
| `Relay` | *bool* | :heavy_check_mark: | If the connection is relayed through plex.direct | |
|
|
| `IPv6` | *bool* | :heavy_check_mark: | If the connection is using IPv6 | | |