Release 0.5.0
-
Extended templates functionality with
create_template
,update_template
anddelete_template
. Which can be used for migrating templates between GNS3 servers -
Added compute endpoint get method from the REST API. Compute endpoint
get_computes
: Retrieves attributes and characteristics of the GNS3 server compute that will run the emulations.get_compute_images
: Lists images configured for a specific emulator on a compute.get_compute_ports
: Lists configured and used console ports and UDP ports on a compute.
-
Added projects snapshots attribute and methods. Snapshots endpoint
snapshots
: Attribute that stores snapshots names, IDs and created times of a project. Updated by theget_snapshots
method.get_snapshot
: Retrieves an specific snapshot information.create_snapshot
anddelete_snapshot
: Creates/Delete an specific snapshot