Trello¶
Trello is a web-based, kanban-style, list-making application developed by Atlassian.
The Trello application allows you to retrieve the Trello services availability. 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.
Example output
The connector scrapes the Trello (Atlassian) status page and returns one channel per service component, whose value is the component's current status text:
{
"metrics": [
{ "channel": "Trello.com", "value": "Operational" },
{ "channel": "Attachments", "value": "Operational" },
{ "channel": "Automation", "value": "Operational" },
{ "channel": "Email", "value": "Degraded Performance" }
],
"message": "Metrics successfully retrieved.",
"status": "OK",
"date": 1725981405127
}