Skip to content

HTTP Request

This HTTP Request application allows you to request a website to check his 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.
  • URL*: URL of the website for which you want information. Please don't forget to provide the protocol first, either http://... or https://...

Example output

For the requested URL, the connector returns the HTTP status code, an OK/KO availability text derived from that code, and the response time in milliseconds:

{
  "metrics": [
    { "channel": "Status Code", "value": 200 },
    { "channel": "Status Text", "value": "OK" },
    { "channel": "Response Time", "value": 142, "unit": "ms" }
  ],
  "message": "Metrics successfully retrieved.",
  "status": "OK",
  "date": 1725981405127
}