Skip to content

monobilisim/hyper-v-rest-ps

Repository files navigation

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.