mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #166] [MERGED] Feature metrics server #280
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#280
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/166
Author: @Tinyblargon
Created: 4/18/2022
Status: ✅ Merged
Merged: 4/19/2022
Merged by: @mleone87
Base:
master← Head:Feature-Metrics📝 Commits (1)
e7c40f7Add feature to interact with metrics servers📊 Changes
5 files changed (+333 additions, -4 deletions)
View changed files
📝
README.md(+27 -0)📝
main.go(+38 -1)📝
proxmox/client.go(+28 -0)➕
proxmox/config_metrics.go(+215 -0)📝
proxmox/validate.go(+25 -3)📄 Description
Added the functionality to interact with the metrics server configuration of proxmox.
Features include:
Gives the json output of all the configured metrics servers
Gives the json formatted output of a metrics servers current configuration
Creates or updates the metrics server configuration
Deletes the metrics server
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.