Body
A descriptive name for the service monitor (e.g., “Production Database”).
The hostname or IP address of the service to monitor.
The port number to check (e.g.,
3306
for MySQL).The interval in minutes between checks. Defaults to 5.
Authorizations
API token generated from your PulseGuard dashboard
Body
application/json
Service monitor name
Example:
"API Health Check"
Type of monitoring
Available options:
http
, tcp
, ping
, dns
Example:
"http"
URL or endpoint to monitor
Example:
"https://api.example.com/health"
Check interval in minutes
Required range:
1 <= x <= 60
Timeout in seconds
Required range:
1 <= x <= 300