Was this documentation helpful? Share feedback
Gets information about the dotnet monitor version, the runtime version, and the diagnostic port settings.
GET /info HTTP/1.1The default host address for these routes is https://localhost:52323.
Authentication is enforced for this route. See Authentication for further information.
| Name | Type | Description | Content Type |
|---|---|---|---|
| 200 OK | Information about dotnet monitor formatted as JSON. |
application/json |
|
| 400 Bad Request | ValidationProblemDetails | An error occurred due to invalid input. The response body describes the specific problem(s). | application/problem+json |
| 401 Unauthorized | Authentication is required to complete the request. See Authentication for further information. |
GET /info HTTP/1.1
Host: localhost:52323HTTP/1.1 200 OK
Content-Type: application/json
{
"version": "6.0.0",
"runtimeVersion": "6.0.0",
"diagnosticPortMode": "Connect",
"diagnosticPortName": null
}| Operating System | Runtime Version |
|---|---|
| Windows | .NET Core 3.1, .NET 5+ |
| Linux | .NET Core 3.1, .NET 5+ |
| MacOS | .NET Core 3.1, .NET 5+ |