monobilisim / hyper-v-rest-wmi

API for Hyper-V via WMI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

API for Hyper-V via WMI

License:GNU General Public License v3.0


Languages

Language:Go 79.7%Language:Inno Setup 11.6%Language:Shell 4.4%Language:Batchfile 2.9%Language:Dockerfile 1.3%