This is related to
Best practice(?): entitlement rules
I guess this is another "best practice" question.
How do I schedule an account collection to run twice (or more often) / day?
This is related to
Best practice(?): entitlement rules
I guess this is another "best practice" question.
How do I schedule an account collection to run twice (or more often) / day?
You should use a job scheduler (like CRON) to invoke the RSA IGL Web Services
All ADCs
https://<server-ip>:<port>/aveksa/command.submit?cmd=collectAccounts
Selected ADCs
https://<server-ip>:<port>/aveksa/command.submit?cmd=collectAccounts&name=Collector1,Collector2
Some additional information.
This solution is outlined in KB 000029835. Ensure you are at the latest patch as there is a defect in some older patches (KB 000035561) that can cause problem with rule execution if you use the AdminAPI WebService to inadvertently schedule a collection while another collection is queued in the scheduler.
Some additional information.
This solution is outlined in KB 000029835. Ensure you are at the latest patch as there is a defect in some older patches (KB 000035561) that can cause problem with rule execution if you use the AdminAPI WebService to inadvertently schedule a collection while another collection is queued in the scheduler.