Deprecated.
NAME
WebService::LogicMonitor::Group - A LogicMonitor Group object
VERSION
version 0.211560
ATTRIBUTES
children
An arrayref of the children of this host group.
http://help.logicmonitor.com/developers-guide/manage-host-group/#children
properties
, <own_properties
A hashref of group properties. properties
includes inhertited properties, own_properties
does not.
http://help.logicmonitor.com/developers-guide/manage-host-group/#details
While LoMo will return properties
as an arrayref of hashes like:
[ { name => 'something', value => 'blah'}, ]
this method will convert to a hashref:
{ something => 'blah'}
METHODS
update)
Commit group to LogicMonitor.
http://help.logicmonitor.com/developers-guide/manage-host-group/#update
According to LoMo docs, this should return the updated hostgroup in the same format as getHostGroup
, but there are different keys and properties is missing.
Even if you are only wanting to add a property, anything not set will be reset.
AUTHOR
Ioan Rogers <ioan.rogers@sophos.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Sophos Ltd.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.