#
UptimeRobot Integration
#
Configuration
Both configuration properties must be set to enable the integration:
uptime_robot_status_page_url=https://status.cbioportal.org
uptime_robot_api_key=YOUR_API_KEY_HERE
Add these to your application.properties file.
#
Getting Your UptimeRobot API Key
- Log in to your UptimeRobot account
- Navigate to "Status Pages"
- Open your status page settings
- Look for the "Event Feed" or "API" section
- Copy the API key (e.g.,
RlrzpsmAn) - Note your status page URL (e.g.,
https://status.cbioportal.org)
#
Testing the Configuration
You can test your API endpoint manually:
curl https://status.cbioportal.org/api/getEventFeed/YOUR_API_KEY
You should receive a JSON response containing event data.
#
Disabling the Integration
To disable the integration, simply remove or comment out both configuration properties:
# uptime_robot_status_page_url=https://status.cbioportal.org
# uptime_robot_api_key=YOUR_API_KEY_HERE
The integration will automatically disable if either property is missing.