Start a Conversation

Unsolved

This post is more than 5 years old

2223

August 8th, 2010 23:00

Removing the entries from IP/APM Pending list

Hi All,

Please let me know if there is any command available to remove all the entries (or atleast a single entry) from the Pending list of IP/APM

Thanks in advance

With Warm Regards,
Gopal

August 9th, 2010 06:00

Hi Gopal,

there is a factory object (a singleton), which should be :
AD_Pending::AD-Pending
(the only instance of class AD_Pending, but you should reference it
this way: object(getInstances("AD_Pending")[0]) ...)

with these methods:
Operations for class AD_Pending:
     getPendingUndiscovered
     findPending hostnameOrIp
     exists hostnameOrIp state
     markSNMPOnly hostnameOrIp
     markNonSNMP hostnameOrIp
     removePending hostnameOrIp
     clone_name
     getPendingUndiscoveredList
noResponseIncluded
     getShortCount
     getPendingUndiscoveredInternal
     checkPending hostnameOrIp
     getPending
     acceptPending hostnameOrIp
     addPending entry

"removePending" should answer your needs.

HTH,

--Fred

== APG5 ReportPack4Event for Smarts can report on millions of notifications in seconds ==
Frederic Meunier
Solutions Watch4Net Inc
APG & Smarts InCharge integration
http://www.watch4net.com

No Events found!

Top