/**
* The Class LegacyMoxyConsumer.
*/
-@Path("{version: v[789]|v1[0123]}")
+@Path("{version: v[789]|v1[01234]}")
public class LegacyMoxyConsumer extends RESTAPI {
private static final EELFLogger LOGGER = EELFManager.getInstance().getLogger(LegacyMoxyConsumer.class.getName());
/**
* The Class URLFromVertexIdConsumer.
*/
-@Path("{version: v[789]|v1[0123]}/generateurl")
+@Path("{version: v[789]|v1[01234]}/generateurl")
public class URLFromVertexIdConsumer extends RESTAPI {
private ModelType introspectorFactoryType = ModelType.MOXY;
private QueryStyle queryStyle = QueryStyle.TRAVERSAL;
aai.avpn.interim.laginterface=ae0
aai.server.url.base=https://localhost:8443/aai/
-aai.server.url=https://localhost:8443/aai/v12/
+aai.server.url=https://localhost:8443/aai/v14/
aai.global.callback.url=https://localhost:8443/aai/
aai.auth.cspcookies_on=false
aai.servicedescription.vvig=vVIGaaS
aai.servicedescription.lrsi=LRSI-OSPF
-aai.notification.current.version=v12
+aai.notification.current.version=v14
aai.notificationEvent.default.status=UNPROCESSED
aai.notificationEvent.default.eventType=AAI-EVENT
aai.notificationEvent.default.domain=devINT1
aai.notificationEvent.default.sourceName=aai
aai.notificationEvent.default.sequenceNumber=0
aai.notificationEvent.default.severity=NORMAL
-aai.notificationEvent.default.version=v12
+aai.notificationEvent.default.version=v14
# This one lets us enable/disable resource-version checking on updates/deletes
aai.resourceversion.enableflag=true
aai.logging.maxStackTraceEntries=10
-aai.default.api.version=v12
+aai.default.api.version=v14
# Used by Model-processing code
aai.model.delete.sleep.per.vtx.msec=500