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

2.4 KiB

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

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

Create a new Frame Relay switch instance

Parameters

  • project_id: Project UUID

Response status codes

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

Input

Name Mandatory Type Description
mappings object Frame Relay mappings
name string Frame Relay switch name
node_id Node UUID

Output

Name Mandatory Type Description
mappings object Frame Relay mappings
name string Frame Relay switch name
node_id string Node UUID
project_id string Project UUID
status enum Possible values: started, stopped, suspended