Get port
Returns detailed information about a specific port, including computed fields
(managed_by, capabilities).
Documentation Index
Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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
What the driver enforces. null when the port is unattached (driver unknown).
Port ID
"1f0ca628-a73b-42c0-bdac-7b10d023e097"
List of IP addresses assigned to the port
MAC address of the port
"00: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
["bc688791-f1b0-44eb-97d4-07697294b1e1"]Key-value tags on the port
{ "env": "prod", "team": "platform" }