mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-07 20:57:45 +00:00
14 lines
800 B
Markdown
14 lines
800 B
Markdown
# Connections
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `protocol` | *str* | :heavy_check_mark: | N/A |
|
|
| `address` | *str* | :heavy_check_mark: | N/A |
|
|
| `port` | *float* | :heavy_check_mark: | N/A |
|
|
| `uri` | *str* | :heavy_check_mark: | N/A |
|
|
| `local` | *bool* | :heavy_check_mark: | N/A |
|
|
| `relay` | *bool* | :heavy_check_mark: | N/A |
|
|
| `i_pv6` | *bool* | :heavy_check_mark: | N/A | |