Skip to main content
POST
Disable port security for instance interface

Authorizations

Authorization
string
header
required

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
integer
required

Project ID

Example:

1

region_id
integer
required

Region ID

Example:

1

port_id
string<uuid4>
required

Port ID

Example:

"1f0ca628-a73b-42c0-bdac-7b10d023e097"

Response

200 - application/json

OK

allowed_address_pairs
AllowedAddressPairsSerializer · object[]
required

Group of subnet masks and/or IP addresses that share the current IP as VIP

floatingip_details
FloatingIPSerializer · object[]
required

Bodies of floating IPs that are NAT-ing IPs of this port

ip_assignments
PortIpSubnetIdSerializer · object[]
required

IP addresses assigned to this port

Example:
network_details
NetworkSubnetworkSerializer · object
required

Body of the network this port is attached to

network_id
string<uuid4>
required

ID of the network the port is attached to

Example:

"bc688791-f1b0-44eb-97d4-07697294b1e1"

port_id
string<uuid4>
required

ID of virtual ethernet port object

Example:

"1f0ca628-a73b-42c0-bdac-7b10d023e097"

port_security_enabled
boolean
required

Port security status

Example:

true

interface_name
string | null

Interface name

Example:

"my-interface"

mac_address
string | null

MAC address of the virtual port

Example:

"00:16:3e:f2:87:16"