gns3-server/gns3server/appliances/network_automation.gns3a

20 lines
658 B
Plaintext
Raw Permalink Normal View History

2017-07-17 12:43:49 +03:00
{
2021-11-12 06:42:15 +02:00
"appliance_id": "a61b580a-99c5-4d77-bc25-61f4c60d214f",
2017-07-17 12:43:49 +03:00
"name": "Network Automation",
"category": "guest",
"description": "This container provides the popular tools used for network automation: Netmiko, NAPALM, Pyntc, and Ansible.",
"vendor_name": "GNS3",
"vendor_url": "http://www.gns3.com",
"product_name": "Network Automation",
2023-01-17 07:11:18 +02:00
"registry_version": 4,
2017-07-17 12:43:49 +03:00
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"symbol": "linux_guest.svg",
"docker": {
"adapters": 1,
2018-07-13 13:42:43 +03:00
"image": "adosztal/network_automation:latest",
2017-07-17 12:43:49 +03:00
"console_type": "telnet"
}
}