Skip to content

Discord

Discord is a voice, video and text communication platform.

The Discord application allows you to retrieve the status of Discord services and check their 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.
  • Resource Types*: The type of Discord resource you want to retrieve. The only option is:
    • Service Health — Availability status of each Discord service component (API, Voice, Media Proxy, Push Notifications, etc.).

Example output

The connector scrapes the Discord status page and returns one channel per Discord service component, each carrying its current availability status as a text value:

{
  "metrics": [
    { "channel": "API", "value": "Operational" },
    { "channel": "Gateway", "value": "Operational" },
    { "channel": "Media Proxy", "value": "Operational" },
    { "channel": "Push Notifications", "value": "Degraded Performance" },
    { "channel": "Search", "value": "Operational" },
    { "channel": "Voice", "value": "Operational" },
    { "channel": "Third-party", "value": "Operational" }
  ],
  "message": "Metrics successfully retrieved.",
  "status": "OK",
  "date": 1725981405127
}