Group
Extension

Matches 2

Net-Proxmox-VE ( D/DJ/DJZORT/Net-Proxmox-VE-0.43.tar.gz, DJZORT, 2025; MetaCPAN )
Net-Proxmox-VE/lib/Net/Proxmox/VE.pm ( view source; MetaCPAN )
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
Net-Proxmox-VE ( D/DJ/DJZORT/Net-Proxmox-VE-0.43.tar.gz, DJZORT, 2025; MetaCPAN )
Net-Proxmox-VE/lib/Net/Proxmox/VE/Access.pm ( view source; MetaCPAN )
cess::VERSION = '0.43';
use parent 'Exporter';

use Net::Proxmox::VE::Exception;

use JSON::MaybeXS qw(decode_json);

our @EXPORT = qw(
  access
  access_domains access_groups access_roles
  create_ac

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.