api

  1. M

    Guest API clarification (network-get-interfaces)

    Hi, This question is about https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu/{vmid}/agent/network-get-interfaces. Can someone explain to me what these represent? "statistics": { "rx-packets": 501361, "tx-bytes": 15465504, "tx-dropped": 0, "tx-errs": 0, "rx-errs": 0...
  2. U

    [SOLVED] How to Copy/Paste from API Documentation

    How can I copy and paste easily from the "Parameters" section of the API documentation? Here is an example. Navigate to this page of the API docs (they're all the same, and this is just one example): https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/config I can...
  3. U

    [SOLVED] How to Create an Authentication Ticket via REST API?

    I can see in the API documentation where the endpoint is for creating an authentication ticket: https://pmg.proxmox.com/pmg-docs/api-viewer/index.html#/access/ticket I don't see anything in the main documentation describing how to use the REST API. I have provided the username and password...
  4. J

    [SOLVED] Injecting QEMU SSH keys via the API

    Hello, forum! I am running into a bit of trouble. I am using the API to configure a VM (PUT `/api2/json/nodes/{node}/qemu/{vmid}/config`, as documented here). I receive the following error, only when the 'sshkeys' parameter is present: HTTP/1.1 400 Parameter verification failed. If I omit the...
  5. B

    How do I use the Proxmox API with nodejs?

    How can I use the proxmox api to create and manage VM's with nodejs?
  6. E

    [SOLVED] API : User does not doe get responses, while being admin

    The issue is kind of strange: I'm using a service account to provision template using packer. This user, for debug purposes, is admin (is in a "service" group that has "/" administrator permissions) I created a token for it with NO privilege separation, that works fine through packer (tho I am...
  7. S

    Api command in node

    Hello, I would know how to execute this command 'qm set 123 --ipconfig0 ip=10.0.10.123/24,gw=10.0.10.1' in a node with the API. If you know how to do it differently (With the API) I would know it too. It's to configure the ipconfig in cloud in it on a VM I just deploy (with the API)
  8. U

    [SOLVED] Hashicorp Vault Secrets Plugin for Proxmox API

    I think there would be value in there being a Proxmox secrets plugin for Hashicorp's Vault. To understand what this feature would do, I am going to use the AWS secrets plugin as an example. The Proxmox feature would work the same way structurally. Vault is a secure storage system for...
  9. D

    Disable SSL certificate verification

    Hello, I want to disable SSL certificate verification on my proxmox. The thing is I'm working on developing a script with API and I'm unable to access it because proxmox uses https and unfortunately my software has only access for http. Another thing I want to add is using postman I am able to...
  10. C

    Proxmox and Zabbix

    I have tried everything under the sun to get this to work, from PSK configuration to API Token, etc..., but nothing works, and this is just trying to add the PVE host, not a VM. Please let me know if you need any further information. I would really like to get this working.
  11. J

    API funktioniert nicht Anfrage von CORS geblockt

    Also ich bekomme folgende Meldung wenn ich auf die API zugreifen will egal auf welche Art "Access to XMLHttpRequest at 'https://censored-ip:8006/api2/json/version' from origin 'https://example.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check...
  12. S

    property is not defined in schema and the schema does not allow additional properties, while attempting start/stop/reboot.

    Hi Team, We are doing start/stop/reboot, through the curl API, (/nodes/proxmox25/qemu/{$vmid}/status/start /nodes/proxmox25/qemu/{$vmid}/status/stop /nodes/proxmox25/qemu/{$vmid}/status/reboot) and it is throwing the below error, {"data":null,"errors":{"password":"property is not defined in...
  13. H

    Proxmox VE API to create cluster

    Hi! I'm trying to use Proxmox VE API to init a cluster, but I've failed to find such API. So how can I find such API?(I want to use python to call such API)
  14. K

    Proxmox VE API: 596 Broken Pipe

    Hello guys, first it might be good to know what I'm trying to archieve with my program: Currently I'm building a Backend for a Hosting Company, wich has to create and Manage multiple Proxmox KVM Servers. For changing hostname etc. etc. we're using the guest-agent wich is also documented in the...
  15. M

    enabling qemu guest agent affects api call

    Greetings, I have a personal proxmox setup where I have 5 Qemu VPS. I am trying to enable qemu guest agent in one of the VPS via api calls which works fine, but when qemu guest agent is enabled, my network config api calls stops working. My script does the following, 1> API call to server ->...
  16. C

    Proxmox API - Post lxc - IpV6=auto

    Good evening, I wanted to try to POST a lxc with the api proxmox and putting in the net0 that: "net0":"name=vmbr0,ip6=auto,gw6=2001:470:c8fb:ffff::,gw=10.0.0.1,ip=10.0.0.23/24,rate=100" But when it creates my lxc, I look in the network tab and I have this: It does not replace auto with ipv6...
  17. C

    Proxmox API - POST lxc - Error code 500

    Hello I'm trying to get my code that sends api requests to work. But I have this error: Only root can pass arbitrary filesystem paths. at /usr/share/perl5/PVE/Storage.pm line 538. I think it's a problem when I define rootfs in the request body but I'm not sure. My body: var body = {...
  18. N

    [SOLVED] Can't create API Token: Method Post not implemented (501)

    I need your help... I already do a search but can't find the solution for this... I'm trying create a new API token but when I save the information, I got this error What I'm doing wrong? EDIT: Proxmox VE 7.2-7
  19. N

    Using API to set NESTING feature flag.

    I'm trying to use the API to set the NESTING feature flag when creating a container. I am using a TOKEN tied to the root user and assigned the ADMINISTRATOR role for the pool. However, that is not working. In searching the forums, I ran into this thread...
  20. S

    [SOLVED] Execute command in node with API

    Hi, i'm trying to do this : $params = array("commands" => json_encode(array( "pct exec ". $lxcid." -- bash -c 'echo PermitRootLogin Yes >> /etc/ssh/sshd_config'" )))); if($pve->post("/nodes/proxmox/execute/", $params){ echo '{"result": "good", "desc": "cmd 1 ok"}'; }else{ echo...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!