mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 04:20:49 +00:00
14 lines
2.6 KiB
Markdown
14 lines
2.6 KiB
Markdown
# Connections
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
|
|
| `protocol` | [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` | *boolean* | :heavy_check_mark: | If the connection is local address | |
|
|
| `relay` | *boolean* | :heavy_check_mark: | If the connection is relayed through plex.direct | |
|
|
| `iPv6` | *boolean* | :heavy_check_mark: | If the connection is using IPv6 | | |