mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-25 23:41:07 +00:00
1.2 KiB
1.2 KiB
/v2/projects/{project_id}/nodes/{node_id}/files/{path:.+}
GET /v2/projects/{project_id}/nodes/{node_id}/files/{path:.+}
Get a file in the node directory
Parameters
- node_id: Node UUID
- project_id: Project UUID
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
- node_id: Node UUID
- project_id: Project UUID
Response status codes
- 400: Invalid request
- 404: Instance doesn't exist
- 204: Instance reloaded