IMAP/POP Check triggern
Startet einen sofortigen Check von allen zulässigen Monitoring-Standorten.
POST /api/imap-pop-monitors/:imapPopMonitorPublicId/trigger-check
Authentifizierung
Erfordert eine gültige Session.
- Header:
Authorization: Bearer <token>
Parameter
imapPopMonitorPublicId(Pfad, erforderlich): Öffentliche UUID des IMAP/POP Monitors.
Response
{
"success": true,
"message": "Checks triggered successfully",
"imapPopMonitorId": 500,
"locationCodes": ["fra", "nyc"],
"queueNames": ["imap-pop-monitor-checks-fra", "imap-pop-monitor-checks-nyc"]
}Errors
400Ungültige IMAP/POP Monitor Public ID (UUID) oder keine zulässigen Locations401Unauthorized403Forbidden404IMAP/POP monitor not found503No active monitoring locations available500Failed to trigger check