Interfaces API
Gestionar the physical and logical networking interfaces of the firewall.
PUT
/api/interfaces/:name Edit the configuration of an existing interface.
Cuerpo de la Petición
{
"ip": "192.168.1.1/24",
"state": "up",
"zone": "LAN",
"management": ["ssh", "https"]
}