Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When you configure a webhook service but do not provide a custom template, BloxOne uses the following default template to generate payload for your notifications. For information about how to configure webhook services, see Configuring Webhook ServiceServices.

{

   "id":"{{ .id}}",

   "type":"{{ .type}}",

...

Apart from the fields in the default webhook template, the other fields are also supported.

The following fields are supported for the following alerts:

  • DHCP range utilization below low threshold
  • DHCP range utilization above high threshold


Supported FieldsDescription
range_id

ID for the range.

For e.g /ipam/range/fa42b963-6d2d-11ee-89f6-aa8883d81554

range_name

Name of the range

range_start

Start address for the range

range_end

End address for the range

range_space_name
Name of the IP space.
range_high_threshold

High threshold for DHCP utilization (%)

range_low_threshold

Low threshold for DHCP utilization (%)

range_utilization

Current DHCP utilization %

...