Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@davidban77 davidban77 released this 29 Sep 08:54
· 41 commits to master since this release
d0c1125
  • Extended templates functionality with create_template, update_template and delete_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 the get_snapshots method.
    • get_snapshot: Retrieves an specific snapshot information.
    • create_snapshot and delete_snapshot: Creates/Delete an specific snapshot