MrKampf / proxmoxVE

The is a PHP 8 ProxmoxVe API client. With it you can easily and quickly retrieve information from your Proxmox server or cluster.
GNU General Public License v3.0
51 stars 26 forks source link

Storage content error #30

Closed Maverick50s closed 2 years ago

Maverick50s commented 2 years ago

I'm having this request json_encode($pveconn->nodes()->node($nodename)->storage()->storageId("local")->content()->get(["content"=>"vztmpl"])); and it's resulting into Uncaught Error: Call to undefined method Proxmox\\Api\\Nodes\\Node\\Storage::storageId(). I'm pretty sure I've got the request right, I've also tried every single other combination that may work but no luck.

MrKampf commented 2 years ago

Fixed in version v0.4.3