Skip to content

monobilisim/hyper-v-rest-wmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f159e8 · Sep 19, 2023

History

15 Commits
Sep 14, 2023
Sep 12, 2023
Sep 19, 2023
Sep 12, 2023
Sep 6, 2023
Sep 14, 2023
Sep 5, 2023
Sep 4, 2023
Sep 15, 2023
Sep 15, 2023
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023
Sep 6, 2023

Repository files navigation

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.