Skip to content
tigattack edited this page Apr 30, 2025 · 1 revision

The HTTP service supports both GET and POST (default) methods. It behaves slightly differently depending on the chosen method, allowing it to serve various different purposes:

  • If the method is POST, job data will be included in request body. This can be useful for monitoring the details your Veeam sessions with an external tool.
  • No information is included when the method is GET, making it more applicable for "ping monitoring", for example with a tool such as Uptime Robot, Uptime Kuma, etc.

Tip

The User-Agent header for all requests will be VeeamNotify; PowerShell/<PS version>
Example: VeeamNotify; PowerShell/5.1

Clone this wiki locally