microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OOTB Health check API

thinkcodellc opened this issue · comments

I understand there was a feature for OOTB healthcheck functionality back in 2020 release (#5660)

However it was deprecated? Is there any means for

  1. Doing OOTB healthcheck for a bot?
  2. Is there any means through API to check if directline channel is up?

I researched and didnt find any relevant updates/ access in StackOverflow, hence reaching out in this channel. Any feedback or pointer on how to healthcheck for directline chat channel would be appreciated.

Thanks

There are no built in features to enabled this. One option would be to add a new Controller with a new endpoint that could then do some internal checks. Though this isn't exactly the same as testing the bot. Hitting the bot endpoint via Http directly will just give an unauthorized, but to even get that the bot has to be running.