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
-
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
/v3
instead of/v2
Links
/{link_id}/start_capture
has been replaced by/{link_id}/capture/start
/{link_id}/stop_capture
has been replaced by/{link_id}/capture/stop
/{link_id}/pcap
has been replaced by/{link_id}/capture/stream
Nodes
/projects/{project_id}/nodes/{node_id}/isolate
has been added./projects/{project_id}/nodes/{node_id}/unisolate
has 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} /version
has been added/v3 /appliances /{appliance_id} /install
has been addedBeta Was this translation helpful? Give feedback.
All reactions