Public API monitoring dashboard?

We need a public page (aka without any login) that shows availability and mean response time for our APIs. I understand that API Monitoring dashboard gives us this type of information but a login is needed.

Any hint?

Thanks!

0 1 247
1 REPLY 1

robert
Participant V

Hi @Jacques Brisson Here are the steps

1). Create the report you want/need for the page.

2). Create a new user account in Edge which is a service account.

3). Create the page using some type of server-side technology. Don’t use client side for that page or users will see the user id and password of the service account.

4) have the page call the report API using the service account and load the details into the page. Here’s a link to the Report API

If this post answers your question, please click accept so it will show as answered.