This request to url (https://10.40.100.95:8006/api2/json/nodes/pve01/qemu) returns an error {"errors":{"vmid":"property is missing and it is not optional"},"data":null},
request for url (https://10.40.100.95:8006/api2/json/nodes), returned an array, what's wrong? in the documentation like...
Help me figure it out, the token is there, the call does not accept the header.
using (var client = new HttpClient())
{
var url = "https://10.40.100.95:8006/api2/json/nodes";
client.DefaultRequestHeaders.Add("Authorization"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.