[PR #2021] [MERGED] [API] Add API to vms #3485

Closed
opened 2026-02-26 13:33:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2021
Author: @michelroegl-brunner
Created: 2/4/2025
Status: Merged
Merged: 2/10/2025
Merged by: @MickLesk

Base: mainHead: add_api_to_vms


📝 Commits (8)

📊 Changes

13 files changed (+215 additions, -17 deletions)

View changed files

📝 misc/api.func (+5 -3)
📝 vm/archlinux-vm.sh (+17 -1)
📝 vm/debian-vm.sh (+17 -2)
📝 vm/docker-vm.sh (+17 -2)
📝 vm/haos-vm.sh (+23 -0)
📝 vm/mikrotik-routeros.sh (+18 -0)
📝 vm/nextcloud-vm.sh (+18 -0)
📝 vm/openwrt.sh (+17 -0)
📝 vm/owncloud-vm.sh (+18 -0)
📝 vm/pimox-haos-vm.sh (+17 -0)
📝 vm/ubuntu2204-vm.sh (+16 -3)
📝 vm/ubuntu2404-vm.sh (+16 -3)
📝 vm/ubuntu2410-vm.sh (+16 -3)

📄 Description

✍️ Description

Change the VM Scripts to use the API.

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • [] Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • [] New script (a fully functional and thoroughly tested script or set of scripts)

📋 Additional Information (optional)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2021 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 2/4/2025 **Status:** ✅ Merged **Merged:** 2/10/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `add_api_to_vms` --- ### 📝 Commits (8) - [`c869f9a`](https://github.com/community-scripts/ProxmoxVE/commit/c869f9afe5ce7d9ad678dac94e3f40db3c414eb5) add API to debian-vm.sh - [`53a2a82`](https://github.com/community-scripts/ProxmoxVE/commit/53a2a829b75224ceaa79a789d36a0a7f0d908d9b) [API] Add API calls to VMs - [`13acdb8`](https://github.com/community-scripts/ProxmoxVE/commit/13acdb891265de9e7cf078dedae13ed877cd8d14) [API] Add API calls to VMs - [`02a9b10`](https://github.com/community-scripts/ProxmoxVE/commit/02a9b107683377223bbeea6a5922db2391e31bd6) [API] Add API calls to VMs - [`6bddee2`](https://github.com/community-scripts/ProxmoxVE/commit/6bddee28b5a2bae1f56871f503882fd913f39a8b) [API] Add API calls to VMs - [`776d5c3`](https://github.com/community-scripts/ProxmoxVE/commit/776d5c36daddb4210f6df325833ee6d208602e7d) [API] Add API calls to VMs - [`b38384e`](https://github.com/community-scripts/ProxmoxVE/commit/b38384e0b985cdab9de455f01055e4af36afd4d2) debian-vm.sh - [`3b7931c`](https://github.com/community-scripts/ProxmoxVE/commit/3b7931cfd4bbb1fecb98bab426d749ec55649e07) updates ### 📊 Changes **13 files changed** (+215 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `misc/api.func` (+5 -3) 📝 `vm/archlinux-vm.sh` (+17 -1) 📝 `vm/debian-vm.sh` (+17 -2) 📝 `vm/docker-vm.sh` (+17 -2) 📝 `vm/haos-vm.sh` (+23 -0) 📝 `vm/mikrotik-routeros.sh` (+18 -0) 📝 `vm/nextcloud-vm.sh` (+18 -0) 📝 `vm/openwrt.sh` (+17 -0) 📝 `vm/owncloud-vm.sh` (+18 -0) 📝 `vm/pimox-haos-vm.sh` (+17 -0) 📝 `vm/ubuntu2204-vm.sh` (+16 -3) 📝 `vm/ubuntu2404-vm.sh` (+16 -3) 📝 `vm/ubuntu2410-vm.sh` (+16 -3) </details> ### 📄 Description ## ✍️ Description Change the VM Scripts to use the API. ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [] Bug fix (non-breaking change that resolves an issue) - [X] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:33:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3485
No description provided.