Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Releases: Lifailon/WinAPI

WinAPI-0.4.3

08 Feb 22:19
Compare
Choose a tag to compare

Added module for server management (starting and stopping background process) and interaction with remote server.

Cmdlet:

  • Start-WinAPI
  • Stop-WinAPI
  • Test-WinAPI
  • Read-WinAPI

The module has been added to the NuGet repository.

Added endpoints:

  • /api/update
  • /api/software
  • /api/driver

WinAPI-0.4.2

02 Feb 12:08
Compare
Choose a tag to compare

Added filtering for processes and services in the browser
Added title and icon to all pages
Updated /api/sensor endpoint (module: PowerShellHardwareMonitor)
Updated all examples

WinAPI-0.4.1

29 Jan 20:21
Compare
Choose a tag to compare

Added styles for Web interface

  • Added endpoints:
    /events
    /events/<Event_Name>
    /disk/smart

  • Update endpoint:
    /api/cpu

WinAPI-0.4.0

27 Jan 14:43
Compare
Choose a tag to compare

Added GET endpoints:

  • /api/network/ipconfig
  • /api/network/stat
  • /api/network/interface/stat/current
  • /api/network/interface/stat/all
  • /api/disk/partition
  • /api/disk/iops/total

Added sensors from OpenHardwareMonitor via CIM:

  • /api/sensor

Update:

  • Select process with spaces (use lower underscores for the name in the url)
  • Added threads to module Get-Hardware and data: DiskTotalRead, DiskTotalWrite, DiskTotalIOps, NetworkReceivedCurrent, NetworkSentCurrent, NetworkReceivedTotal, NetworkSentTotal, PortListenCount, PortEstablishedCount.

Added data in CIM modules:

  • Memory: PageSize, PageUse, PageUseProc, PagePath, MemoryVirtAll, MemoryVirtUse, MemoryVirtUseProc.
  • DiskPhysical: Status, ConfigManagerErrorCode, LastErrorCode
  • Convert data in procent and MBytes for IOps
  • Video: rounding for VideoRAM

WinAPI-0.3.1

20 Dec 13:04
Compare
Choose a tag to compare

Server settings are placed in the configuration ini file;
Added functionality install service for server part (deployument process is automated);
Added executables to start the server;
Added server restart in case of failure (most often occurs in case of repeated request if the previous request has not been processed yet);
Static address changed on bind to all network interfaces.

WinAPI-0.3

19 Dec 09:31
Compare
Choose a tag to compare

Added endpoints:
GET /api/files
POST /api/file-delete

WinAPI-0.2

12 Dec 11:55
Compare
Choose a tag to compare

Added endpoints:
Web /process
GET /api/hardware
GET /api/performance
GET /api/cpu
GET /api/memory
GET /api/memory/slots
GET /api/disk/physical
GET /api/disk/logical
GET /api/disk/iops
GET /api/video
GET /api/network

WinAPI-0.1

08 Dec 23:53
Compare
Choose a tag to compare
WinAPI-0.1 Pre-release
Pre-release

Endpoints:
Web /service
GET /api/service
GET /apt/service/service_name
GET /apt/process
GET /apt/process/process_name
POST /apt/service/service_name (stop/start/restart)
POST /apt/process/process_name (check/stop/start)