mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-04-26 22:09:43 +00:00
* A new one for controller related events (compute, appliance templates etc.) * The existing one for project related events (links, nodes etc.)
742 B
742 B
/v2/compute/projects/{project_id}/frame_relay_switch/nodes/{node_id}/suspend
POST /v2/compute/projects/{project_id}/frame_relay_switch/nodes/{node_id}/suspend
Suspend a Frame Relay switch (does nothing)
Parameters
- project_id: Project UUID
- node_id: Node UUID
Response status codes
- 400: Invalid request
- 404: Instance doesn't exist
- 204: Instance suspended