Types of Webhooks


Bandwidth Threshold on a Service

When one of your services reaches 70% bandwidth utilisation, a Webhook will be fired. If the service falls back below the 70% bandwidth utilisation at any point and then exceeds the threshold again, another Webhook will be fired.

Example payload:

                                
    {
       "Webhook_type":"bandwidth-threshold-service",
       "service_name":"Webhook Test Service",
       "service_type":"Amazon Web Services",
       "threshold_amount":70,
       "timestamp":"2016-08-05 09:50:38"
    }
                                
                            

Back to top

Bandwidth Threshold on a Port

When one of your ports reaches 70% bandwidth utilisation, a Webhook will be fired. If the port falls back below the 70% bandwidth utilisation at any point and then exceeds the threshold again, another Webhook will be fired.

Example payload:

                                
    {
       "Webhook_type":"bandwidth-threshold-port",
       "port_name":"Webhook Test Port",
       "port_ref":"clxp-c9oaj59h",
       "threshold_amount":70,
       "timestamp":"2016-08-05 09:50:38"
    }
                                
                            

Back to top