How monitor incoming REST calls &payloads

Hi, I have a Hikvision NVR, model DS-7732NI-I4 / 16P(B)

I’ve configured my ip:port of HA as the “Alarm center” in the NVR:

image

I expect, now, that when there is an alarm in the NVR, a POST request should be sent to HA (according to Hikvision documentation).

The question is: how can i monitor, in HA, if something is received by HA? How can i see the payload that should be sent from the NVR?

PS: i can’t interact direct with the cameras because there are in the NVR subnet, so I have to pass through the NVR…

thank you :+1:

You have to use HA webhook triggers.

Hi @koying , webhooks to trigger automation ok.

But I’m trying to solve a question before: do I receive the Post request from NVR? With which data?

(after checking this, ok, let’s use webhooks :smiley: )