I'm using Proxmox Backup Server and I try to catch some importants informations using the API.
For exemple I would know if the datastore is full (.data[].avail)
To fetech this information I have to authenticate using a cookie. Basic authentification(username/password) doesn't work.
PBS(Proxmox Backup Server) are waiting for a cookie with this parameter: PBSAuthCookie
My question is: is it possible to get an equivalent to the curl command below ?
Host operating system: output of
uname -a
docker: 20.10.14 ubuntu server: 20.04
blackbox_exporter version: output of
blackbox_exporter --version
v0.19.0
What is the blackbox.yml module config.
What is the prometheus.yml scrape config.
What logging output did you get from adding
&debug=true
to the probe URL?What did you expect to see?
Below is an example of an answer from the API.
This exemple are got with this command:
What did you see instead?
I'm using Proxmox Backup Server and I try to catch some importants informations using the API. For exemple I would know if the datastore is full (.data[].avail) To fetech this information I have to authenticate using a cookie. Basic authentification(username/password) doesn't work. PBS(Proxmox Backup Server) are waiting for a cookie with this parameter: PBSAuthCookie
My question is: is it possible to get an equivalent to the curl command below ?