mirror of
https://github.com/monobilisim/hyper-v-rest-wmi.git
synced 2026-04-26 02:25:49 +03:00
No description
| .github/workflows | ||
| hyperv | ||
| packaging | ||
| rest | ||
| utilities | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| config.yml | ||
| go.mod | ||
| go.sum | ||
| hyper-v-rest-wmi.iml | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| README.tr.md | ||
hyper-v-rest-wmi
hyper-v-rest-wmi is a tool for accessing Hyper-V VM information through RESTful API.Table of Contents
Installation
- Go to the Releases page.
- Download portable or setup package.
- 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.