Group
Extension

Matches 5

WebService-LogicMonitor ( I/IO/IOANR/WebService-LogicMonitor-0.211560.tar.gz, IOANR, 2021; MetaCPAN )
WebService-LogicMonitor/lib/WebService/LogicMonitor.pm ( view source; MetaCPAN )
e v5.16.3;    # minimum for CentOS 7
use autodie;
use Carp;
use DateTime;
use LWP::UserAgent;
use JSON;
use List::Util 'first';
use List::MoreUtils 'zip';
use Log::Any qw/$log/;
use URI::QueryParam;
u
 sprintf("HTTP error! %d - %s\n", $res->code, $res->message);
    }

    my $res_decoded = decode_json $res->decoded_content;

    if ($res_decoded->{status} != 200) {
        croak(
            sprin
WebService-LogicMonitor ( I/IO/IOANR/WebService-LogicMonitor-0.211560.tar.gz, IOANR, 2021; MetaCPAN )
WebService-LogicMonitor/lib/WebService/LogicMonitor/Account/Role.pm ( view source; MetaCPAN )
iption => (is => 'ro');
has name        => (is => 'ro');
has privileges  => (is => 'ro');

sub TO_JSON {
    my $self = shift;

    my %hash = %{$self};

    return \%hash;
}

1;

__END__

=pod

=enco
WebService-LogicMonitor ( I/IO/IOANR/WebService-LogicMonitor-0.211560.tar.gz, IOANR, 2021; MetaCPAN )
WebService-LogicMonitor/lib/WebService/LogicMonitor/EscalationChain/Destination.pm ( view source; MetaCPAN )
e   => (is => 'rw');    # enum simple|timebased
has stages => (is => 'rw');    # arrayref

sub TO_JSON {
    my $self = shift;

    my @stages;

    #$self->stages
    return [{
            type   => 
WebService-LogicMonitor ( I/IO/IOANR/WebService-LogicMonitor-0.211560.tar.gz, IOANR, 2021; MetaCPAN )
WebService-LogicMonitor/lib/WebService/LogicMonitor/EscalationChain/Recipient.pm ( view source; MetaCPAN )
rw');    # array of str - emails?
has type    => (is => 'rw');    # enum? admin|arbitrary

sub TO_JSON {
    my $self = shift;

    my %hash = %{$self};

    return \%hash;
}

1;

__END__

=pod

=enco
WebService-LogicMonitor ( I/IO/IOANR/WebService-LogicMonitor-0.211560.tar.gz, IOANR, 2021; MetaCPAN )
WebService-LogicMonitor/lib/WebService/LogicMonitor/EscalationChain.pm ( view source; MetaCPAN )
age WebService::LogicMonitor::EscalationChain;

# ABSTRACT: An escalation chain

use v5.16.3;
use JSON qw//;
use WebService::LogicMonitor::EscalationChain::Destination;
use WebService::LogicMonitor::E
$self->$key;
    }

    my $json = JSON->new;

    foreach my $key (qw/destination ccdestination/) {
        next unless $self->$key;
        $params{$key} =
          $json->allow_blessed->convert_bl

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