Il 2014-03-17 11:30 Dietmar Maurer ha scritto:
I don't know if anyone is interested in...

rewritten withouth sed and awk

Great! That looks much simpler now.

But depending on attribute order is bad, so I would use the following instead:

TICKET=${DATA//\"/}
TICKET=${TICKET##*ticket:}
TICKET=${TICKET%%,*}

CSRF=${DATA//\"/}
CSRF=${CSRF##*CSRFPreventionToken:}
CSRF=${CSRF%%,*}

I guess that would also work?

Just a question:


could i have, via
curl -k -d "username=$USERNAME&password=$PASSWORD" https://$PROXY:8006/api2/whateverapi";

the list of spice enabled VM?

Tx, Diaolin

---
S’à destacà l’ultima föia dal bósch nét
crodàda l’ei, solàgna, ‘n mèzz ai sàssi
e ‘ntant fis-ciava ‘n zìfol de oseleti
a tegnìr vìo ‘l pensér che vèn matìna
[Diaolin]
_______________________________________________
pve-user mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to