NAME

SolarWinds - Rest interface for SolarWinds

SYNOPSIS

use Charter::SolarWinds::REST::Batch;
use Data::Dumper;

my $sw=new SolarWinds::REST::Batch;

my $result=$sw->get_node('kstlldrmap04');

die $result unless $result;

print Dumper($result->get_data);

DESCRIPTION

A collection of modules used to provide a clean and simple way to interface with the SolarWinds REST API.

SEE ALSO

Charter::SolarWinds::REST and Charter::SolarWinds::REST::Batch

TODO

AUTHOR

Mike Shipper, E

COPYRIGHT AND LICENSE

Copyright (C) 2016 by Mike Shipper

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.