ip address api json get

  1. R

    Proxmox search by IP address

    Hi, Not sure if the post is correctly placed here, if not, please move it to where it belongs, because I`m new to this forum. Now moving on to the topic, I would love to see a search function in UI, besides the naming, ID search, to identify the VM, to look for a VM, based on IP address. Is...
  2. V

    how to get vm ip address from api

    Anybody please tell me, is there a way to get ip address vm's via api interface? i try this script #!/bin/bash # proxvm # Output in specifed format (default csv) all virtual machines on proxmox 4+ SERVER=localhost USERNAME=apiread@pve PASSWORD=123456 FORMAT=csv while [[ $# > 0 ]]; do...