mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-25 23:41:07 +00:00
3.5 KiB
3.5 KiB
/v2/projects/{project_id}/drawings
GET /v2/projects/{project_id}/drawings
List drawings of a project
Parameters
- project_id: Project UUID
Response status codes
- 200: List of drawings returned
POST /v2/projects/{project_id}/drawings
Create a new drawing instance
Parameters
- project_id: Project UUID
Response status codes
- 201: Drawing created
- 400: Invalid request
Input
Name | Mandatory | Type | Description |
---|---|---|---|
drawing_id | string | Drawing UUID | |
project_id | string | Project UUID | |
rotation | integer | Rotation of the element | |
svg | string | SVG content of the drawing | |
x | integer | X property | |
y | integer | Y property | |
z | integer | Z property |
Output
Name | Mandatory | Type | Description |
---|---|---|---|
drawing_id | string | Drawing UUID | |
project_id | string | Project UUID | |
rotation | integer | Rotation of the element | |
svg | string | SVG content of the drawing | |
x | integer | X property | |
y | integer | Y property | |
z | integer | Z property |