Where is the swagger/OpenApi UI for dotnet-monitor? #6666
-
Used this be available with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Per the release notes, we've removed the Swagger UI from .NET Monitor and replaced it with the OpenAPI document:
It was removed in an effort to harden the unauthenticated API surface of .NET Monitor. From the release notes, you'll see we did some additional security hardening regarding API key validation on all versions of .NET Monitor. The Swagger UI is not considered core functionality of .NET Monitor but more of a convenience measure to allow some type of UX over the API surface. There are other tools that you can use (e.g. Postman, Insomnia, etc; note these are not endorsements but examples of such tools) that have UI for OpenAPI documents and interacting with the described routes. |
Beta Was this translation helpful? Give feedback.
Per the release notes, we've removed the Swagger UI from .NET Monitor and replaced it with the OpenAPI document:
It was removed in an effort to harden the unauthenticated API surface of .NET Monitor. From the release notes, you'll see we did some additional security hardening regarding API key validation on all versions of .NET Monitor.
The Swagger UI is not considered core functionality of .NET Monitor but more of a convenience measure to allow some type of UX over the API surface. There are other tools that you can use (e.g. Postman, Insomnia, etc; note these are n…