gns3-server/docs/api/v2/controller/node/projectsprojectidnodesnodeidfilespath.rst

37 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2016-08-15 13:08:59 +03:00
/v2/projects/{project_id}/nodes/{node_id}/files/{path:.+}
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
GET /v2/projects/**{project_id}**/nodes/**{node_id}**/files/**{path:.+}**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get a file in the node directory
Parameters
**********
2016-09-27 18:15:40 +03:00
- **node_id**: Node UUID
2016-11-03 19:20:51 +02:00
- **project_id**: Project UUID
2016-08-15 13:08:59 +03:00
Response status codes
**********************
- **400**: Invalid request
- **404**: Instance doesn't exist
- **204**: Instance reloaded
POST /v2/projects/**{project_id}**/nodes/**{node_id}**/files/**{path:.+}**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Write a file in the node directory
Parameters
**********
2016-09-27 18:15:40 +03:00
- **node_id**: Node UUID
2016-11-03 19:20:51 +02:00
- **project_id**: Project UUID
2016-08-15 13:08:59 +03:00
Response status codes
**********************
- **400**: Invalid request
- **404**: Instance doesn't exist
- **204**: Instance reloaded