The most recent content from our members.
I am calling the Acknowledge Alert syntax using the example from the sample.pl file for the Perl example. When I do the following my $alertDefId = $alert->{alertdefid}; my $alertNodeId = $alert->{activeobject}; my $node_alerts = \SOAP::Data->name('ArrayOfAlertInfo')->value(…
Hello, I am working on queries that make use of the AlertStatus table (See: Issues getting the related node name/ID for each alert via SQL). However, for these alerts I need to be able to get the node caption for each alert. This table itself does not have a way to tie an alert to a node as such. However, I have found that…
Ok .. I have a reset action that is then using the SWIS and trying to pull out of the corresponding AlertStatus record the contents of the Notes field ... the intent is to then take this ticketing data and close a ticket on a back end system. I just worked through with some help getting the SWIS select call working ..…
I would like to update the an AlertStatus record programatically. I am able to update the TriggerCount and the Notes field as well. I would like to do an update of the LastUpdate record. I am doing this is perl. This is working: my $result = $swql->swis->Update($alert->{uri}, { 'TriggerCount'=> $alert->{triggercount} + 1,…
It looks like you're new here. Sign in or register to get started.