davidban77 / gns3fy

Python library wrapper around GNS3 Server REST API
https://davidban77.github.io/gns3fy/
56 stars 28 forks source link

Add a metadata field for Nodes #87

Open davidban77 opened 3 years ago

davidban77 commented 3 years ago

The idea of the meta field is to store values that can be useful for external applications like:

node01.meta.network_os = "ios"
node01.meta.platform = "xk9k"

The idea is that meta be user-driven, meaning that it can be modified/altered to the user needs and this field is not taken into consideration when interacting with GNS3 server.