gns3-server/docs/api/v2/compute/ethernet_switch/projectsprojectidethernetswitchnodes.rst
Julien Duponchelle e80dd40121
Update docs
2016-06-06 14:24:13 +02:00

3.4 KiB

/v2/compute/projects/{project_id}/ethernet_switch/nodes

POST /v2/compute/projects/{project_id}/ethernet_switch/nodes

Create a new Ethernet switch instance

Parameters

  • project_id: Project UUID

Response status codes

  • 400: Invalid request
  • 201: Instance created
  • 409: Conflict

Input

Types

EthernetSwitchPort

Ethernet port

Name Mandatory Type Description
ethertype enum Possible values: null, 0x8100, 0x88A8, 0x9100, 0x9200
name string Port name
port_number integer Port number
type enum Possible values: access, dot1q, qinq
vlan integer VLAN number

Body

Name Mandatory Type Description
name string Ethernet switch name
node_id Node UUID
ports array

Output

Name Mandatory Type Description
name string Ethernet switch name
node_id string Node UUID
ports array
project_id string Project UUID
status enum Possible values: started, stopped, suspended