2.2.0
Microsoft IIS Administration 2.2.0
Microsoft IIS Administration is a REST API that allows consumers to configure and monitor their IIS web servers. With the API installed on your IIS machine, you can configure your IIS instance with any HTTP client including our new web management tool https://manage.iis.net.
Visit https://manage.iis.net/get to get started.
Requirements
Change Log
- Web server health and performance monitoring endpoints have been added #140
- Web Server (/api/webserver/monitoring)
- Web Sites (/api/webserver/websites/monitoring/{id})
- App Pools (/api/webserver/application-pools/monitoring/{id})
- An endpoint was added to configure the API's known file system locations (/api/files/locations) #143
- The IIS Administration API installer has been updated to pull the latest .NET Core LTS version (1.0.7) if it is not installed.
Enhancements
- Added version property to URL Rewrite #148