Get port
Returns detailed information about a specific port, including computed fields
(managed_by, capabilities).
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
1
Region ID
1
Port ID
"1f0ca628-a73b-42c0-bdac-7b10d023e097"
Response
OK
List of allowed address pairs. Sorted by ip_address for stable client refreshes.
What the driver enforces. null when the port is unattached (driver unknown).
Datetime when the port was created.
"2024-01-15T10:30:00Z"
Port ID
"1f0ca628-a73b-42c0-bdac-7b10d023e097"
List of IP addresses assigned to the port.
MAC address of the port
"fa:16:3e:f2:87:16"
Who manages this port: 'user' (full CRUD allowed) or 'system' (read-only)
system, user "user"
ID of the network the port belongs to
"bc688791-f1b0-44eb-97d4-07697294b1e1"
When true, the driver enforces port security on this port (anti-spoofing checks and security-group filtering apply). When false, all traffic is allowed and security groups are not applied.
true
List of security group IDs applied to the port. Sorted lexicographically for stable client refreshes.
["bc688791-f1b0-44eb-97d4-07697294b1e1"]Key-value tags on the port
{ "env": "prod", "team": "platform" }