gns3-server/docs/api/v2/compute/frame_relay_switch/projectsprojectidframerelayswitchnodes.rst
grossmj 0f496907a0 Fix API status code for start/stop/suspend/reload a node. Fixes #1353.
Fix issues with test.
Update documentation.
2018-06-14 16:39:32 +08: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