mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[PR #111] [MERGED] Add StorageContentGet function #156
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#156
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/luthermonson/go-proxmox/pull/111
Author: @alperencelik
Created: 1/22/2024
Status: ✅ Merged
Merged: 2/5/2024
Merged by: @luthermonson
Base:
main← Head:storage-improvements📝 Commits (3)
93a2692feat: Add StorageContentGet function84bda78fix: Move getContent function to storageea6e142fix: update GetContent method include node parameter📊 Changes
2 files changed (+19 additions, -0 deletions)
View changed files
📝
storage.go(+5 -0)📝
types.go(+14 -0)📄 Description
This PR tries to add a function to get all existing content from node's specified storage.
The following API documentation:
https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/storage/{storage}/content
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.