Bubble¶
Bubble is a no-code platform for building web applications visually.
The Bubble application allows you to retrieve the status of Bubble services and check their availability. Status information can be visualized from the Bubble Status website.
Options
- Name*: Just a simple label to find it easier in the SenHub's interface
- Description: Description for your own usage only.
- Group: optional — assign this instance to a group to organise it within SenHub.
- Resource Types*: The type of Bubble resource you want to retrieve. The only option is:
- Service Health — Availability status of each service component listed on the Bubble Status website.
Example output
For each service component listed on the Bubble status page, the connector returns one metric whose channel is the component name and whose value is its current status text:
{
"metrics": [
{ "channel": "Main Cluster", "value": "Operational" },
{ "channel": "Editor", "value": "Operational" },
{ "channel": "API Workflows", "value": "Degraded Performance" },
{ "channel": "Scheduled Workflows", "value": "Operational" },
{ "channel": "Dedicated Deployments", "value": "Operational" }
],
"message": "Metrics successfully retrieved.",
"status": "OK",
"date": 1725981405127
}