After installing or upgrading to DX NetOps Virtual Network Assurance (VNA) 24.3.9 and adding the Cisco ACI Plugin:
A code regression in the VNA 24.3.9 ACI Plugin installer. The internal PluginClassLoader expects a Groovy script named AciPaginateFunction.groovy to handle data pagination. However, the file is incorrectly named AciEndPointPaginate.groovy on the physical disk. Because the loader cannot find the expected filename, it fails to register the class, causing a cascading failure in API polling and alarm subscriptions.
As a workaround to resolve this issue, you must manually rename the Groovy script on the VNA server to match the expected class name.
FaultSubscriptionURLEndPoint:/api/class/faultInfo.json?query-target-filter=ge(faultInst.created EVENT_FILTER_EXP)&subscription=yes, EventConfigSubscriptionURLEndPoint:/api/class/aaaModLR.json?query-target-filter=ge(aaaModLR.created EVENT_FILTER_EXP)&order-by=aaaModLR.created|desc&page=0&page-size=25000&subscription=yes, EventRecordSubscriptionURLEndPoint:/api/class/eventRecord.json?query-target-filter=ge(eventRecord.created EVENT_FILTER_EXP)&order-by=eventRecord.created|desc&page=0&page-size=25000&subscription=yes,