Controller API v3 changes #1956
grossmj
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a summary of the controller API changes between v2 and v3 which is still in development. We will keep updating it.
The v2 API documentation is available https://api.gns3.net/ and v3 API documentation is available on https://apiv3.gns3.net (swagger Ui) or https://apiv3.gns3.net/redoc (ReDoc Ui)
General
/v3instead of/v2Links
/{link_id}/start_capturehas been replaced by/{link_id}/capture/start/{link_id}/stop_capturehas been replaced by/{link_id}/capture/stop/{link_id}/pcaphas been replaced by/{link_id}/capture/streamNodes
/projects/{project_id}/nodes/{node_id}/isolatehas been added./projects/{project_id}/nodes/{node_id}/unisolatehas been added./projects/{project_id}/nodes/{node_id}/qemu/disk_image/{disk_name}(POST, PUT & DELETE) have been added.Appliances
/v3 /appliances /{appliance_id}has been added/v3 /appliances /{appliance_id} /versionhas been added/v3 /appliances /{appliance_id} /installhas been addedBeta Was this translation helpful? Give feedback.
All reactions