No description
Find a file
2023-09-19 14:48:15 +03:00
.github/workflows Fix workflow and create new tag 2023-09-14 21:27:51 +03:00
hyperv minor updates 2023-09-12 14:42:00 +03:00
packaging Update cleanup.bat 2023-09-19 14:48:15 +03:00
rest fix for ip addresses of multiple network interfaces 2023-09-12 14:28:31 +03:00
utilities testing 2023-09-06 15:18:52 +03:00
.gitignore Fix workflow and create new tag 2023-09-14 21:27:51 +03:00
.goreleaser.yaml First commit 2023-09-05 18:08:11 +03:00
config.yml testing 2023-09-06 15:18:52 +03:00
go.mod testing 2023-09-06 15:18:52 +03:00
go.sum testing 2023-09-06 15:18:52 +03:00
hyper-v-rest-wmi.iml fixed vhd query output 2023-09-06 15:48:41 +03:00
LICENSE Initial commit 2023-09-05 00:01:24 +03:00
main.go testing 2023-09-06 15:18:52 +03:00
README.md updated readme 2023-09-15 14:05:47 +03:00
README.tr.md updated readme 2023-09-15 14:05:47 +03:00

Contributors Forks Stargazers Issues GPL License

Readme in English Readme in Turkish

hyper-v-rest-wmi

hyper-v-rest-wmi is a tool for accessing Hyper-V VM information through RESTful API.

Table of Contents


Installation

  1. Go to the Releases page.
  2. Download portable or setup package.
  3. Run it!

Usage

  • All virtual machines: /vms
  • CPU information: /vms/<VM-ID>/summary
  • RAM information: /vms/<VM-ID>/memory
  • Disk information: /vms/<VM-ID>/vhd
  • Network information: /vms/<VM-ID>/ip
  • Version: /version

License

hyper-v-rest-wmi is GPL-3.0 licensed. See LICENSE file for details.