1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-25 01:38:08 +00:00
gns3-server/docs/api/v2/controller/symbol/symbolssymbolidraw.rst

23 lines
773 B
ReStructuredText
Raw Normal View History

2016-06-29 13:17:02 +00:00
/v2/symbols/{symbol_id:.+}/raw
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
GET /v2/symbols/**{symbol_id:.+}**/raw
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the symbol file
Response status codes
**********************
- **200**: Symbol returned
POST /v2/symbols/**{symbol_id:.+}**/raw
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Write the symbol file
Response status codes
**********************
2019-03-30 08:56:26 +00:00
- **200**: Symbol written
2016-06-29 13:17:02 +00:00