https://github.com/metal-stack/metal-api
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more
https://github.com/metal-stack/metal-api
metal-api
Last synced: 2 days ago
JSON representation
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more
- Host: GitHub
- URL: https://github.com/metal-stack/metal-api
- Owner: metal-stack
- License: agpl-3.0
- Created: 2020-02-14T15:01:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T11:50:23.000Z (11 days ago)
- Last Synced: 2025-04-22T12:30:31.613Z (11 days ago)
- Topics: metal-api
- Language: Go
- Homepage:
- Size: 3.15 MB
- Stars: 140
- Watchers: 9
- Forks: 9
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-starred - metal-stack/metal-api - API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more (others)
README
# metal-api
[](https://github.com/metal-stack/metal-api/actions)
[](https://metal-stack.slack.com/)
[](https://goreportcard.com/report/github.com/metal-stack/metal-api)
[](https://pkg.go.dev/github.com/metal-stack/metal-api)
[](https://hub.docker.com/r/metalstack/metal-api/)The metal-api is one of the major components of the metal-stack control plane. It is both the public interface for users to manage machines, networks, ips, and so forth and it is also the interface for metal-stack components running inside a partition.
The CLI tool for using the API is called `metalctl`. You can find this project [here](https://github.com/metal-stack/metalctl).