External Monitoring
This article demonstrates how to use the provided API for external monitoring of your RADIUSaaS instance.
Last updated
Was this helpful?
This article demonstrates how to use the provided API for external monitoring of your RADIUSaaS instance.
Last updated
Was this helpful?
The monitoring endpoint of your RADIUSaaS instance allows you to perform the following tasks in your own 3rd party monitoring solution:
Monitor uptime of your RadSec endpoints.
Monitor uptime of your RADIUS proxies.
Monitor expiry of your RADIUS Server Certificate and its issuing CA.
If feasible in your monitoring solution, aggregation and metrics can be built around those monitors to trigger automated alerts.
Please refer to the in your RADIUSaaS Admin Portal for detailed information on the schema of the /status
endpoint.
To retrieve data from the API endpoint, authenticate your requests using the access token created previously:
Store the Access Token
Store the access token in a PowerShell variable for easy reference. Replace your_access_token
with the actual token.
Make the API Request
Use PowerShell's Invoke-RestMethod
to send a request to the desired API. Ensure to include the access token in the request header.