2016-06-08 16:12:22 +00:00
|
|
|
/v2/computes/{compute_id}/{emulator}/{action:.+}
|
2016-05-12 08:39:50 +00:00
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2016-06-08 16:12:22 +00:00
|
|
|
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:.+}**
|
2016-05-12 08:39:50 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2016-06-04 08:40:39 +00:00
|
|
|
Forward call specific to compute node. Read the full compute API for available actions
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
|
|
|
- **compute_id**: Compute UUID
|
2016-05-12 08:39:50 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
2016-06-04 08:40:39 +00:00
|
|
|
- **200**: OK
|
|
|
|
- **404**: Instance doesn't exist
|
2016-05-12 08:39:50 +00:00
|
|
|
|
2018-08-16 14:31:56 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|