Currently, when a webhook is configured in GLPI, it is triggered on every creation or modification of an object, regardless of who performs the action (end user, technician, or automated process).
5.create vm1 attaching to vswitch2 (10.0.0.2/24) 6.create vm2 attaching to vswitch3(20.0.0.2/24) 7.Create route 20.0.0.0/24 via 10.0.0.1 in vm1 8.Create route 10.0.0.0/24 via 20.0.0.1 in vm2 9.Ping ...