Skip to content

A library to provide an informational endpoint status page

License

Notifications You must be signed in to change notification settings

deathchurch/InformationalEndpoint

Repository files navigation

Informational Endpoint GitHub tag (latest SemVer pre-release) Nuget

A library to provide an informational endpoint.

Enables you to add an informational status page to your ASP.NET application, when you navigate to the page it will show the following details.

{
  "Hostname": "<MachineName>",
  "OS Version": "<OS Version String>",
  "OS Architecture": "<OS Architecture String>",
  "OS Description": "<OS Description String>",
  "Framework Description": "<Runtime Version Information>",
  "Username": "<Username>",
  "Path": "<The Content Root Path>",
  "Environment": "<ASPNETCORE_ENVIRONMENT Variable Value>",
  "Assembly": "<Assembly Information Version>"            
}

If any of the values are not able to be determined they will be substituted with "N/A".

The content type of the status page is application/json and the http response code is 200.

About

A library to provide an informational endpoint status page

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages