Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T14:22:36.000Z (5 months ago)
- Last Synced: 2024-05-29T02:41:40.580Z (5 months ago)
- Topics: metal-api
- Language: Go
- Homepage:
- Size: 3.21 MB
- Stars: 126
- Watchers: 11
- Forks: 9
- Open Issues: 51
-
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
[![Build](https://github.com/metal-stack/metal-api/actions/workflows/docker.yaml/badge.svg?branch=master)](https://github.com/metal-stack/metal-api/actions)
[![Slack](https://img.shields.io/badge/slack-metal--stack-brightgreen.svg?logo=slack)](https://metal-stack.slack.com/)
[![Go Report Card](https://goreportcard.com/badge/github.com/metal-stack/metal-api)](https://goreportcard.com/report/github.com/metal-stack/metal-api)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/metal-stack/metal-api)
[![Docker Pulls](https://img.shields.io/docker/pulls/metalstack/metal-api.svg)](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).