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
Region ID
Port ID
Response
200 - application/json
Instance network interface
Group of subnet masks and/or IP addresses that share the current IP as VIP
Bodies of floating IPs that are NAT-ing IPs of this port
IP addresses assigned to this port
Examples:
[
{
"ip_address": "192.168.123.20",
"subnet_id": "351b0dd7-ca09-431c-be53-935db3785067"
},
{
"ip_address": "192.168.120.16",
"subnet_id": "0a641ef8-62dc-4146-91e5-6ab4b464df6d"
}
]
Body of the network this port is attached to
ID of the network the port is attached to
Examples:
"bc688791-f1b0-44eb-97d4-07697294b1e1"
ID of virtual ethernet port object
Examples:
"1f0ca628-a73b-42c0-bdac-7b10d023e097"
Port security status
Examples:
true
Interface name
Examples:
"my-interface"
MAC address of the virtual port
Examples:
"00:16:3e:f2:87:16"