mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-18 14:28:08 +00:00
3deb555981
Fix #495
33 lines
1.1 KiB
ReStructuredText
33 lines
1.1 KiB
ReStructuredText
/v2/computes/{compute_id}/{emulator}/{action:.+}
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
.. contents::
|
|
|
|
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
|
|
|