Traffic Monitor Webhook
This endpoint allows setting up webhooks for traffic monitoring on a specified KVM VPS.
The api_host
parameter, obtained from the “Create AUTH-session” response,
is dynamically set in the URL.
Provide the signature
, kvm_id
, valid_until
, and webhook configuration details.
Body
The session signature obtained from the "Create AUTH-session" call.
The unique identifier of the KVM VPS.
The expiration timestamp for the session, as obtained from the "Create AUTH-session" call.
The HTTP method to use for the callback (post
or get
).
(Optional) Username for callback authentication.
(Optional) Password for callback authentication.
Type of hook to create (only traffic
is allowed).
Trigger value to activate the webhook.
- A percentage value for traffic usage (e.g.,
80
for 80%). - Set to
demo
for immediate unique call.
The callback URL (HTTP or HTTPS) that receives notifications
when the trigger value is reached.
Example: https://example.com/yourcallback
.
Source IP: 149.154.154.251
Was this page helpful?