N = '0.43';
use HTTP::Headers;
use HTTP::Request::Common qw(GET POST DELETE);
use JSON::MaybeXS qw(decode_json);
use LWP::UserAgent;
use Net::Proxmox::VE::Exception;
# done
use Net::Proxmox:
et::Proxmox::VE::Nodes;
my $API2_BASE_URL = 'https://%s:%s/api2/%s/';
my $DEFAULT_FORMAT = 'json';
my $DEFAULT_PORT = 8006;
my $DEFAULT_REALM = 'pam';
my $DEFAULT_TIMEOUT = 10;
my $DEFAU
' . $request->as_string . "\n"
if $self->{params}->{debug};
my $data = decode_json( $response->decoded_content );
if ( ref $data eq 'HASH'
&& exists $data->{da