I don't think there's an API endpoint for that. If I were you I'd try working with the Webhooks API and have some logic in the receiving server that starts a timer when the "vpn down" comes in. If the timer exceeds x minutes that external system could then take action in the form of emails or syslog or snmp.
... View more