Dear Proxmox user,
I'm trying to use the api, i get a difference if i use it on http or in cli
- on cli, like with `pvesh get /cluster/ha/resources`, i'm getting ct AND VM
- on http, like curl {{ api_url }}cluster/ha/resources, i'm getting only type=vm,
This http is strange as the api documentation say it's optional
and the consequance it's not possible to get type=ct and type=vm in one command with the http ressource
PS : i can use the http with `curl {{ api_url }}cluster/ha/resources?type=ct` or with `curl {{ api_url }}cluster/ha/resources?type=vm`
The official documentation : https://pve.proxmox.com/pve-docs/api-viewer/index.html#/cluster/ha/resources
I'm trying to use the api, i get a difference if i use it on http or in cli
- on cli, like with `pvesh get /cluster/ha/resources`, i'm getting ct AND VM
- on http, like curl {{ api_url }}cluster/ha/resources, i'm getting only type=vm,
This http is strange as the api documentation say it's optional
and the consequance it's not possible to get type=ct and type=vm in one command with the http ressource
PS : i can use the http with `curl {{ api_url }}cluster/ha/resources?type=ct` or with `curl {{ api_url }}cluster/ha/resources?type=vm`
The official documentation : https://pve.proxmox.com/pve-docs/api-viewer/index.html#/cluster/ha/resources