gns3-server/docs/api/v2/controller/drawing/projectsprojectiddrawings.rst
2017-03-06 14:35:39 +01:00

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