1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-14 04:19:00 +00:00
gns3-server/gns3server/schemas
grossmj 81439c750a Use pydantic for data validation (instead of jsonschema)
Fix/improve various pydantic shema models.
2020-10-31 15:07:12 +10:30
..
__init__.py New base server. 2015-01-13 17:05:26 -07:00
capabilities.py Add total RAM, CPUs and disk size to servers summary as well as disk usage in percent. Fixes https://github.com/GNS3/gns3-server/issues/1532 2020-07-19 14:16:07 +09:30
cloud_template.py Add missing default values in Cloud schema. 2019-07-12 11:32:55 +02:00
compute.py Add total RAM, CPUs and disk size to servers summary as well as disk usage in percent. Fixes https://github.com/GNS3/gns3-server/issues/1532 2020-07-19 14:16:07 +09:30
custom_adapters.py Handle custom adapters in schemas. 2018-11-17 20:09:34 +07:00
docker_template.py Auxiliary console support for Qemu. Ref #2873 2020-07-29 16:23:51 +09:30
drawing.py Handle locking/unlocking items independently from the layer position. 2019-03-02 16:26:40 +07:00
dynamips_template.py Auxiliary console support for Qemu. Ref #2873 2020-07-29 16:23:51 +09:30
dynamips_vm.py Auxiliary console support for Qemu. Ref #2873 2020-07-29 16:23:51 +09:30
ethernet_switch_template.py Set default_name_format for some builtin nodes. 2019-08-26 17:00:18 +07:00
filter.py Support packet filtering for VPCS 2017-07-04 15:12:26 +02:00
iou_template.py Support for "usage" for "Cloud" nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2887 2020-07-15 19:15:51 +09:30
label.py Make x,y optional for creating links via API. Fixes #1630 2019-08-26 19:51:03 +07:00
link.py Fix remote packet capture and make sure packet capture is stopped when deleting an NIO. Fixes https://github.com/GNS3/gns3-gui/issues/2753 2019-04-01 19:47:31 +07:00
nio.py Improve suspend a link for Qemu and VirtualBox VMs. 2018-03-19 16:26:12 +07:00
node.py Auxiliary console support for Qemu. Ref #2873 2020-07-29 16:23:51 +09:30
port.py Nat node use port 0 2016-09-05 11:43:20 +02:00
project.py Option to reset or not all MAC addresses when exporting or duplicating a project. 2020-05-27 12:14:47 +09:30
qemu_template.py Create config disk property false by default for Qemu templates 2020-08-17 12:45:57 +09:30
qemu.py Merge pull request #1801 from GNS3/qemu-config-disk 2020-08-15 16:35:20 +08:00
server_statistics.py Server statistics implementation 2020-03-10 17:48:03 +10:30
snapshot.py Replace snapshots by import / export 2016-07-26 19:52:58 +02:00
template.py Support for "usage" for "Cloud" nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2887 2020-07-15 19:15:51 +09:30
topology.py Use "node" instead of "appliance" for grid support. 2018-11-27 16:13:22 +07:00
traceng_template.py Use "template" to name what we use to create new nodes. 2018-11-28 16:12:58 +07:00
version.py Schemas review. 2016-05-12 19:07:25 -06:00
virtualbox_template.py Support for "usage" for "Cloud" nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2887 2020-07-15 19:15:51 +09:30
vmware_template.py Support for "usage" for "Cloud" nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2887 2020-07-15 19:15:51 +09:30
vpcs_template.py Use "template" to name what we use to create new nodes. 2018-11-28 16:12:58 +07:00