AnyDesk¶
AnyDesk is a remote desktop software that allows users to connect to their devices from anywhere in the world. It provides fast and secure remote access to computers, enabling tasks such as remote support, file sharing, and online collaboration. AnyDesk is widely used by IT professionals, remote workers, and businesses that require reliable remote desktop solutions.
The AnyDesk application allows you to retrieve the status of AnyDesk services and check their availability. Status information can be visualized from the AnyDesk 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 AnyDesk resource you want to retrieve. The only option is:
- Service Health — Availability status of each service component listed on the AnyDesk Status website.
Example output
The connector scrapes the AnyDesk status page and returns one channel per service component, with its current availability status as the value:
{
"metrics": [
{ "channel": "AnyDesk Clients", "value": "Operational" },
{ "channel": "License Portal", "value": "Operational" },
{ "channel": "Website", "value": "Degraded Performance" },
{ "channel": "REST-API", "value": "Operational" }
],
"message": "Metrics successfully retrieved.",
"status": "OK",
"date": 1725981405127
}