AttachedPort

Overview

AttachedPort is Port attached the NicPhysicalPort.
This data type is included in the result of execution of the next API request.

DATA TYPE

Contents

Contents
PARAMETER DESCRIPTION DATATYPE
port_id UUID of Host Port. UUID
network_id UUID of the Networks. UUID
fixed_ips IP addresses and subnet ID for Host Port. FixedIP Array

Example

{
  "attached_port": {
    "port_id": "61b7da1e-9571-4d63-b779-e003a56b8105",
    "network_id": "9aa93722-1ec4-4912-b813-b975c21460a5",
    "fixed_ips": [
      {
        "subnet_id": "0419bbde-2b82-4107-9d8a-6bba76e364af",
        "ip_address": "192.168.10.2"
      }
    ]
  }
}