gns3-server/docs/api/v2/controller/compute/sidemulatoraction.rst
grossmj 7f72b90b0e The server has now 2 notification streams
* A new one for controller related events (compute, appliance templates etc.)
* The existing one for project related events (links, nodes etc.)
2018-08-16 21:31:57 +07:00

1.5 KiB

/v2/computes/{compute_id}/{emulator}/{action:.+}

GET /v2/computes/{compute_id}/{emulator}/{action:.+}

Forward call specific to compute node. Read the full compute API for available actions

Parameters

  • compute_id: Compute UUID

Response status codes

  • 200: OK
  • 404: Instance doesn't exist

POST /v2/computes/{compute_id}/{emulator}/{action:.+}

Forward call specific to compute node. Read the full compute API for available actions

Parameters

  • compute_id: Compute UUID

Response status codes

  • 200: OK
  • 404: Instance doesn't exist

PUT /v2/computes/{compute_id}/{emulator}/{action:.+}

Forward call specific to compute node. Read the full compute API for available actions

Parameters

  • compute_id: Compute UUID

Response status codes

  • 200: OK
  • 404: Instance doesn't exist