gns3-server/docs/api/v2/controller/compute/sidemulatoraction.rst
Julien Duponchelle 3deb555981
Update the doc for GNS3 2.0
Fix #495
2016-06-08 18:12:22 +02:00

1.1 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