No description
Find a file
2023-09-19 14:47:54 +03:00
.github/workflows updated releaser 2023-09-14 21:41:06 +03:00
hyperv changed project name 2023-09-06 14:04:47 +03:00
packaging Update cleanup.bat 2023-09-19 14:47:54 +03:00
rest changed project name 2023-09-06 14:04:47 +03:00
utilities Tune timeouts, reorganize a little 2023-07-25 15:45:18 +03:00
.gitignore updated releaser 2023-09-14 21:41:06 +03:00
.goreleaser.yaml Goreleaser config 2023-07-11 11:10:50 +03:00
config.yml gitignore düzeltildi 2023-07-17 15:08:26 +03:00
go.mod changed project name 2023-09-06 14:04:47 +03:00
go.sum A more proper logger 2023-07-24 22:32:56 +03:00
hyper-v-rest-ps.iml changed project name 2023-09-06 14:04:47 +03:00
LICENSE Create LICENSE 2023-06-03 05:49:45 +03:00
main.go changed project name 2023-09-06 14:04:47 +03:00
README.md updated readme 2023-09-15 14:06:01 +03:00
README.tr.md updated readme 2023-09-15 14:06:01 +03:00

Contributors Forks Stargazers Issues GPL License

Readme in English Readme in Turkish

hyper-v-api-ps

hyper-v-api-ps is a tool for accessing Hyper-V VM information through RESTful APIs.

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>/processor
  • CPU information for all virtual machines: /vms/all/processor
  • RAM information: /vms/<VM-ID>/memory
  • RAM information for all virtual machines: /vms/all/memory
  • Disk information: /vms/<VM-ID>/vhd
  • Disk information for all virtual machines: /vms/all/vhd
  • Network information: /vms/<VM-ID>/network
  • Network information for all virtual machines: /vms/all/network
  • Version: /version

License

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